摘要:
首先,打开sql server的高级选项开关: EXEC sp_configure 'show advanced options', 1 RECONFIGURE 再打开shell执行开关: EXEC sp_configure 'xp_cmdshell', 1 RECONFIGURE 执行你想要的exe程序: exec xp_cmdshell 'c:\Holleworld.exe' 安全期... 阅读全文
posted @ 2007-11-02 12:02
阿牛-专注金融行业开发
阅读(302)
评论(2)
推荐(0)
浙公网安备 33010602011771号