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 cata
This is not documented anywhere that I could find, but I had to use the name of the availability group listener on the cluster. For example:
data-source=tcp:AG1-Listener
Literally, this is documented nowhere. I got lucky and found a connection string to a cluster on a blog somewhere and figured it out from there.