Can't connect to a recent remote install of SQL Server 2008 with SQLServer Management studio

  • I just installed a new instance of SQL Server 2008 on a Windows 2008 server. I have all services enabled. I have added a user and granted all permissions for the server in Management studio on the Windows Server 2008 box. But when I come back to my laptop and try to connect to that instance with the username and password I added I get the following error: (I'm able to ping the Win 2008 server from my laptop as well)

    TITLE: Connect to Server

    ------------------------------

    Cannot connect to 5.103.214.199.

    ------------------------------

    ADDITIONAL INFORMATION:

    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. ( Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 1326)

    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=1326&LinkId=20476

    ------------------------------

    BUTTONS:

    OK

    ------------------------------

  • Check to see server allows remote connection and protocols like TCP/IP are is enabled in the SQL Server Configuration Manager and Surface Area configuration.

    Thanks.

    [font="Arial"]---

    Mohit K. Gupta, MCITP: Database Administrator (2005), My Blog, Twitter: @SQLCAN[/url].
    Microsoft FTE - SQL Server PFE

    * Some time its the search that counts, not the finding...
    * I didn't think so, but if I was wrong, I was wrong. I'd rather do something, and make a mistake than be frightened and be doing nothing. :smooooth:[/font]

    How to ask for help .. Read Best Practices here[/url].

  • Yeah, TCP/IP was already enabled. Forgot to mentionthat before I guess.

  • Remote connection setting?

    Server Properties

    -> Connections

    -> Allow remote connections ..

    or

    sp_configure 'remote access'

    Thanks.

    [font="Arial"]---

    Mohit K. Gupta, MCITP: Database Administrator (2005), My Blog, Twitter: @SQLCAN[/url].
    Microsoft FTE - SQL Server PFE

    * Some time its the search that counts, not the finding...
    * I didn't think so, but if I was wrong, I was wrong. I'd rather do something, and make a mistake than be frightened and be doing nothing. :smooooth:[/font]

    How to ask for help .. Read Best Practices here[/url].

  • Is SQL on default port (1433) and default instance name MSSQLSERVER?

    If not, you have to specify it

    or turn on SQL Browser

    SQLServerNewbieMCITP: Database Administrator SQL Server 2005
  • I found the problem. The firewall was blocking me.

  • Ha Do'h those dam things always getting in the way :D. Thanks for letting us know :).

    Mohit.

    [font="Arial"]---

    Mohit K. Gupta, MCITP: Database Administrator (2005), My Blog, Twitter: @SQLCAN[/url].
    Microsoft FTE - SQL Server PFE

    * Some time its the search that counts, not the finding...
    * I didn't think so, but if I was wrong, I was wrong. I'd rather do something, and make a mistake than be frightened and be doing nothing. :smooooth:[/font]

    How to ask for help .. Read Best Practices here[/url].

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply