Enable remote connections for SQL Server 2005 Express or SQL Server 2005 Developer Edition ???

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Enable remote connections for SQL Server 2005 Express or SQL Server 2005 Developer Edition ???

    Hi

    Got ideas to How to Enable remote connections for SQL Server 2005 Express or SQL Server 2005 Developer Edition ??

    :

    #2
    Re: Enable remote connections for SQL Server 2005 Express or SQL Server 2005 Developer Edition ???

    Hello,

    This steps may help you.

    You must enable remote connections for each instance of SQL Server 2005 that you want to connect to from a remote computer. To do this, follow these steps:

    1. Click Start, point to Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Surface Area Configuration.
    2. On the SQL Server 2005 Surface Area Configuration page, click Surface Area Configuration for Services and Connections.
    3. On the Surface Area Configuration for Services and Connections page, expand Database Engine, click Remote Connections, click Local and remote connections, click the appropriate protocol to enable for your environment, and then click Apply.

    4. Note Click OK when you receive the following message:
    5. Changes to Connection Settings will not take effect until you restart the Database Engine service.
    On the Surface Area Configuration for Services and Connections page, expand Database Engine, click Service, click Stop, wait until the MSSQLSERVER service stops, and then click Start to restart the MSSQLSERVER service

    Comment


      #3
      Re: Enable remote connections for SQL Server 2005 Express or SQL Server 2005 Developer Edition ???

      Addition to the above steps, SQL runs on default port 1433 if firewall is active on your server then you might need to allow the port.
      Taking over the rest..!

      Comment


        #4
        Re: Enable remote connections for SQL Server 2005 Express or SQL Server 2005 Developer Edition ???

        Thank you sandra and noobdroid..
        It worked for me..

        Comment

        Working...
        X