I am trying to establish a SQL 2005 named instance(MSSQL2005) ODBC connection to a server that has both MS SQL 2000 and MS SQL 2005 installed.
I only have an IP address and I connect using xx.xxx.xxx.xxx/MSSQL2005 on port that is dynamically determined.
I am able to connect to 2000 database since it is not a named instance and automatically connects through port 1433.
If I just use the IP address, i am not able to connect since it is looking at MS SQL 2000 sa login and not MS SQL 2005(where sa has a different password). Therefore this makes me understand that ODBC connection does not understand that I am trying to connect to MS SQL 2005 and not MS SQL 2000.
Local and remote connections are enabled on the server side via "SQL Server 2005 Surface area configuration". And SQL Server port 1433 is open on the netowrk to the server.
Can someone please let me know how to tell ODBC to connect to a named instance of SQL 2005 and not 2000?
Thanks,
-I
I only have an IP address and I connect using xx.xxx.xxx.xxx/MSSQL2005 on port that is dynamically determined.
I am able to connect to 2000 database since it is not a named instance and automatically connects through port 1433.
If I just use the IP address, i am not able to connect since it is looking at MS SQL 2000 sa login and not MS SQL 2005(where sa has a different password). Therefore this makes me understand that ODBC connection does not understand that I am trying to connect to MS SQL 2005 and not MS SQL 2000.
Local and remote connections are enabled on the server side via "SQL Server 2005 Surface area configuration". And SQL Server port 1433 is open on the netowrk to the server.
Can someone please let me know how to tell ODBC to connect to a named instance of SQL 2005 and not 2000?
Thanks,
-I