我正在使用以下代码从 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 已发生