SQL Server 2005のリモート接続ができない解決方法2009-05-13 23:56 SQL Server 2005のリモート接続を使用する場合、接続できない問題が発生した場合、


SQL Server 2005リモート接続できない解決方法
2009-05-13 23:56
SQL Server 2005のリモート接続で接続できない問題が発生した場合は、次の手順に従います.
1.serverはSQL Server Configuration ManagerのSQL Server 2005 Network ConfigurationでTCP/IPのprotocolがenableであることを保証する.
2.clientもNativeのTCP/IP protocolもenableを保証しなければならない.
3.もちろん、serverのsql serverサービスがオープンしていることを確認します.
4.serverがfirewallを開いたら、exceptionsに1433 portを追加します.
ほとんどの場合、ファイアウォールによるものですが、一般的には次のようなエラーが発生します.

       
TITLE: Connect to Server ------------------------------ Cannot connect to INRIE. ------------------------------ ADDITIONAL INFORMATION: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005 , this failure may be caused by the fact that under the default settings SQL Server does not 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 ------------------------------