Hello everyone,
Could anyone point me or tell me how to write connection string to a SQL Server cluster instance? I want to establish trusted connection to a database (initial catalog) of the specific instance of SQL Server cluster. I find for quite some time but can not find official answer from Google.
BTW: I am asking for the connection string for C# ADO.Net code.
thanks in advance, George
EDIT1: I know how to write connection string to a normal one-machine non-cluster SQL Server instance.