Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SQL Server 2005 Native Clientで名前付きパイプをプログラムで無効にする方法は?
クライアント上のすべてのアプリケーションでNPを無効にしたいのはなぜですか?自分のアプリにNPを使用しないように強制することはできません。接続文字列で明示的にTCPを要求することによって?tcp:データソース名の前に追加します: Data Source=tcp:servername;...。
tcp:
Data Source=tcp:servername;...
接続文字列でサーバー名パラメーターを使用してクライアントネットワークライブラリを指定する方法
http://support.microsoft.com/kb/313295