次のコードを使用して、SQL Server からバッチ ファイルを実行しています。
exec sp_configure 'show advanced options', '1'
reconfigure
exec sp_configure 'xp_cmdshell','1'
reconfigure
exec xp_cmdshell '" D:\network.bat"'
そして、neywork.bat
以下のコマンドが含まれています
rem disconnect and re-set upn network drive connection
net use z: /d /yes
net use z:\\mlisfile07
ここでz:
は、他のパスにマップされていますが、出力では次のように表示されています
ネットワーク接続が見つかりませんでした
システムエラー 85 が発生しました