Archive for August, 2008

How to connect to a SQL Server Named Instance

August 21st, 2008

This is something I just don’t remember, so I thought this would be a good place to post it. If you are trying to connect to a named instance of SQL Server, for example TECHKNOWSOLVE\TECHKNOWSOLVE2000, you might get an error in your code that says this server doesn’t exist. The quick and easy [...]