osqlを使用してSQL Server 2005のインスタンスに接続するスクリプトがあります。インスタンス名がSQL Server 2005の場合
osql -E -S <servername>\<named_instance> -i D:\scripts\script1.sql -o D:\scripts\script1.txt
私の質問がされています:何がこのエラーの原因となっているし、可能な解像度は何である
[SQL Native Client]Named Pipes Provider: Could not open a connection to SQL Server [53].
[SQL Native Client]Login timeout expired
[SQL Native Client]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.
スクリプトの接続部が下に表示されています。しかし、スクリプトは次のエラーがスローされますか?
編集したバージョンをご覧ください。コードアイコンをクリックするのを忘れてしまったように見えます。 – titanium
私はすでに考えられる原因を見つけました。 SQL Server Configuration Managerを調べました。指定されたインスタンスサービスが停止しました。おそらく、私たちのチームの誰かが、それが正当なチケットを通らなかったのですが、電子メールによる通知だけを目的として停止したのかもしれません。 – titanium