Hi everyone,
First time poster here. I've been Googling around for quite a bit without any actual success to resolution of my problem.
I am using osql to connect to my remote MSSQL server and that's when the problem starts. I am able to get a prompt for password and telnet to 1433 just fine. However, when I do try to connect:
C:\Program Files\Microsoft SQL Server\80\Tools\Binn>osql -S xx.xx.xx.xx -U test
Password:
[DBNETLIB]SQL Server does not exist or access denied.
[DBNETLIB]ConnectionOpen (Connect()).
But when I try exactly this from the server itself:
C:\Program Files\Microsoft SQL Server\80\Tools\binn>osql -U test
Password:
1>
--
Logs don't show up anything interesting. This is Microsoft SQL Server 2005 - 9.00.1399.06.
Any help is greatly appreciated!
First time poster here. I've been Googling around for quite a bit without any actual success to resolution of my problem.
I am using osql to connect to my remote MSSQL server and that's when the problem starts. I am able to get a prompt for password and telnet to 1433 just fine. However, when I do try to connect:
C:\Program Files\Microsoft SQL Server\80\Tools\Binn>osql -S xx.xx.xx.xx -U test
Password:
[DBNETLIB]SQL Server does not exist or access denied.
[DBNETLIB]ConnectionOpen (Connect()).
But when I try exactly this from the server itself:
C:\Program Files\Microsoft SQL Server\80\Tools\binn>osql -U test
Password:
1>
--
Logs don't show up anything interesting. This is Microsoft SQL Server 2005 - 9.00.1399.06.
Any help is greatly appreciated!