私はこれについて投稿する百万人目の人かもしれませんが、他の人の解決策は私を助けませんでした。MicrosoftSQLAzureにデータベースがあります。VisualStudio2010の「データベースに接続」ツールを使用して接続しようとしています。
私のWindows7マシンから、非常に簡単に接続できます。しかし、私のWindows Server 2008R2マシンから、古典的なエラーが発生します-
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)
Webに関するすべての投稿は、サーバー側の問題に焦点を当てているようです。クライアントが不正になっても誰も気にしません。:(
返信ありがとうございます。