markknowsley
Programmer
We've got a SQL cluster which has two servers:
VirtualName01\Database01
VirtualName02\Database02
Can someone tell me how to put this into a SQL connection string in C#? The compiler does not like the '\' but if I try using just the VirtualName the SQL server isn't found.
VirtualName01\Database01
VirtualName02\Database02
Can someone tell me how to put this into a SQL connection string in C#? The compiler does not like the '\' but if I try using just the VirtualName the SQL server isn't found.