摘要:
--•显示高级选项(仅需执行一次) EXEC sp_configure 'show advanced options', 1 GO RECONFIGURE GO --•允许执行xp_cmdshell EXEC sp_configure 'xp_cmdshell', 1 GO RECONFIGURE GO --•添加映射驱动器 declare @string nvarchar(200) set @string = 'net use m: \\200.31.154.47\mis_backup "helloMIS555" /user:cfe 阅读全文
posted @ 2013-06-03 18:00
雨之殇
阅读(757)
评论(0)
推荐(0)

浙公网安备 33010602011771号