解决方法
我会小心使用xp_cmdshell,因为它可能会造成很大的安全漏洞.看看这篇文章
http://www.databasejournal.com/features/mssql/article.php/3372131/Using-xpcmdshell.htm
http://www.databasejournal.com/features/mssql/article.php/3372131/Using-xpcmdshell.htm
如果服务帐户具有本地管理权限,则可以使用此过程执行任何Windows操作系统命令.
看看我前段时间问过的类似问题.经过一番研究后,我认为生产数据库服务器的安全风险太大了.您的情况可能会有所不同,xp_cmdshell可能就是答案.
SQL Server xp_cmdshell