Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
tom074
Starting Member
1 Post |
Posted - 2013-04-27 : 13:51:51
|
TITLE: Connect to Server------------------------------Cannot connect to jawad.------------------------------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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53)For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=53&LinkId=20476------------------------------BUTTONS:OK------------------------------ |
|
James K
Master Smack Fu Yak Hacker
3873 Posts |
Posted - 2013-04-28 : 08:26:54
|
This error could be used to a number of reasons - starting with the network being unaccessible to remote connections not being enabled on the server. This article has a detailed step by step instructions on how to diagnose the problem and fix it. Even though it says SQL 2005, it is equally applicable to your SQL 2008 connectivity problems: http://blogs.msdn.com/b/sql_protocols/archive/2006/09/30/sql-server-2005-remote-connectivity-issue-troubleshooting.aspx |
|
|
|
|
|