私が何をしようとも、SQLCMDを機能させることができません。サイズが200mb +で、SQLサーバーアプリケーションから実行できないスクリプトを実行しようとしているので、SQLCMDを介して実行する必要がありますが、スクリプトをログインまたは実行しようとすると、スクリプトはすぐに閉じます。
私はmsdnによってsqlcmdユーティリティを追跡しました。
信頼できるコマンドSQLCMD -EI getを使用してそれを実行しようとしました:
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Named Pipes Provider: Could not open a connection to SQL Server [2]. .
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Login timeout expired.
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online..
明示的なサーバー、ユーザー名、パスワードの宣言を試してみました:
C:\Users\MyUserName\Documents>SQLCMD -S DESKTOP-1N3OD6V\SQLEXPRESS -U DESKTOP-1N3OD6V\MyUserName-P MyPassword
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Login failed for user 'DESKTOP-1N3OD6V\MyUserName'..