ADO.Net SQL Server Connection String
I am confused about the ADO.Net connection string format when connecting to a non-default SQL Cluster instance. I have searched but find various samples, could anyone please tell me what is the correct format please (if I know the virtual server name and instance name)? I am using a trusted connection.
thanks in advance george
a source to share
The following website provides you with many different connection strings. I believe the following:
http://www.connectionstrings.com/sql-server-2005#1
This is also a duplicate of the connection string to the SQL Server cluster
a source to share
If you want a quick and easy way to try different connection strings, I suggest DatabaseTester (disclaimer - I wrote it). This is a free and very easy way to test. And I agree with other posts above, for figuring out string relationships, ConnectionStrings.com is your best friend.
a source to share