hexOffender
Programmer
Hi, I just installed SQL 2000 on a server that was already running 2005. I created a new instance called SQL2K, and moved a database to the new instance. I cant seem to connect through my application to the instance. I am just using SQL authentication, with the user id and password coded in the connection string.
"data source=ServerName\SQL2k;Database=Patient Images; user id=user;password=password" .
I have tried telnetting to the sql instance and port, and I can connect that way. I have tried using the sa account and password in the connection string as well, but still not working.
I also tried to sety up a system DSN in ODBC, but the instance name does not appear in the dropdown list.
The connection error says "SQL server does not exist, or access is denied", if that helps.
"data source=ServerName\SQL2k;Database=Patient Images; user id=user;password=password" .
I have tried telnetting to the sql instance and port, and I can connect that way. I have tried using the sa account and password in the connection string as well, but still not working.
I also tried to sety up a system DSN in ODBC, but the instance name does not appear in the dropdown list.
The connection error says "SQL server does not exist, or access is denied", if that helps.