vote up 0 vote down star

Hi i want to know how to enable remote server connection in sql server 2000. I have sql server 2000 installed in a system with windows server 2003 os. i want to create a dsn connection to the database through remote. I have created a dsn locally in the server it is working. but how to create dsn from the remote system and make it work.

flag

0% accept rate

1 Answer

vote up 0 vote down

To allow remote connections to the server, do the following:

In SQL Server Enterprise Manager, right-click the server and choose Properties. On the General tab, click the Network Configuration button and enable Named Pipes, and TCP/IP in the new window. I'm not sure if you need to restart SQL Server after doing this.

After doing this, you should be able to connect to the SQL Server from a remote computer, by referring to e.g. MYSERVER\MyInstanceName.

link|flag
Named pipes as well as TCP/IP is already in the enabled list – Rajesh Kumar J Jul 27 at 8:57
Connections to SQL Server are typically established through port 1433, unless you have changed this. Is there anything blocking access to the server, such as a firewall? – Bernhof Jul 27 at 9:39
I should probably also ask if you have tried connecting and it failed, or if you simply don't know how to setup the connection? – Bernhof Jul 27 at 10:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.