環境: Vista SP1、SQL Server Express 2005
SQL Server Management Studio、Windows 認証、および私の知る限り、ネットワーク プロトコルを含むすべての既定のパラメーターを使用して、localhost SQL Server に接続できます。
今、私は無駄に sqlcmd.exe を使用して接続しようとします:
C:\Program Files\Microsoft SQL Server\90\Tools\Binn>sqlcmd -S \\PCSERGEHOME\SQLE
XPRESS
HResult 0x57, Level 16, State 1
Named Pipes Provider: Invalid parameter(s) found [87].
Sqlcmd: Error: Microsoft SQL Native Client : An error has occurred while establi
shing a connection to the server. When connecting to SQL Server 2005, this failu
re may be caused by the fact that under the default settings SQL Server does not
allow remote connections..
Sqlcmd: Error: Microsoft SQL Native Client : Login timeout expired.
-U PCSERGEHOME\Serge も使用しようとしました。その後、パスワードの入力を求められますが、結果は同じです。
あなたの助けのためのTIA。