Please help, I have been working on this for days.
I am trying to connect to my database in Visual Studio 2010 using the named instance by
123.123.123.123/instanceName
however, i encounter the
error provider: Named Pipes Provider, error: 40 – Could not open a connection to SQL Server
I have enabled the following:
- open Port 80, 1433, 1434 on router
- allow Port 80, 1433, 1434 through Firewall (UDP, TCP)
- allow Program Sqlsvr.exe, SqlBrowser.exe through Firewall
- server server (instanceName), SQL Server Browser, Named Pipes, TCP/IP
- enabled Remote Connection in SQL Server Management
I have followed the guide in http://technet.microsoft.com/en-us/library/cc646023.aspx
What is it that I am missing? Any ideas?