Running SQL Server 2k8 Express Edition with Advanced Services on Windows XP
(SP3).
Everything fine is going but unable to connect remotely to SQL Server and
getting the following error message:
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: Named Pipes Provider, error: 40 - Could not open a connection to
SQL Server)
Already allowed remote connections to the server.
Anyone can help please?
In SQL Express by default remote connections are disabled. i.e Named Pipes
and TCPIP protocols are disabled. If you have already enabled these
protocols make sure that your SQL Browser service is running because SQL
Express is installed as named instance and uses dynamic port each time it
starts.
Regards,
Balaji
"M.K" <miank...@yahoo.com> wrote in message
news:%23MsZJLZ...@TK2MSFTNGP04.phx.gbl...
"Balaji" <tbalaj...@gmail.com> wrote in message
news:elPEMNda...@TK2MSFTNGP04.phx.gbl...
"M.K" <miank...@yahoo.com> wrote in message
news:O9m$7ZeaKH...@TK2MSFTNGP02.phx.gbl...
--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
"Erland Sommarskog" <esq...@sommarskog.se> wrote in message
news:Xns9CC9EE294...@127.0.0.1...
"M.K" <miank...@yahoo.com> wrote in message
news:O3jlltYb...@TK2MSFTNGP04.phx.gbl...