Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 MS SQL server 2000 Installation for Remote

Author  Topic 

varsha
Starting Member

1 Post

Posted - 2008-04-07 : 11:15:44
I installed MS Sql server 2000 having Typical type setup.
I choosed Local system account in service setting & mixed mode authentication mode. I choose default Tcp/Ip port 1433 which is free.
After successful installtion i tried
telnet localhost 1433
But gaves the error :
"Could not open connection to host on port 1433" Connection failed.
So should i do for remote or telnet connection.
Please help me!

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-04-08 : 23:54:01
Replace localhost with machine name.
Go to Top of Page
   

- Advertisement -