摘要:
--开启修改配置功能 exec sp_configure 'allow updates', 0--启用功能 sp_configure 'xp_cmdshell',1; reconfigure--临时表 create table #temp (filesname varchar (5000 ), d int , f int ) --备份路径(需要将此文件夹的权限放开) declare @path varchar(1000) set @path='D:\DWDBBackup' --文件后缀名 declare @extent varchar(1000) 阅读全文
posted @ 2013-11-28 21:50
iFreeSoft
阅读(583)
评论(0)
推荐(0)
浙公网安备 33010602011771号