What is the connectionString

Below is an example string for .NET.

connectionString="Server=(local);Database=myDataBase;User
ID=myUsername;Password=myPassword;Trusted_Connection=False;"

  • 44 Users Found This Useful
Was this answer helpful?

Related Articles

How to connect remotely with SQL Server Management Studio

To connect with SQL Server Management Studio you just need to enter your domain name (if it's...