Here is how you can check the remote connection settings on SQL Server 2005 (note you need to have Admin rights):
There should be a program called: "SQL Server Surface Area Configuration" in the MS SQL Server 2005 / Configuration Tools directory:
A short form will be displayed with a couple of radio buttons, make sure that "Local and Remote connections" is selected and that either "Using TCP/IP only" or "Using both TCP\IP and named pipes" is selected.
With that done, applications which use TCP/IP to access your DB should be able to connect to the DB Server.
No comments:
Post a Comment