摘要:
DECLARE @strPath NVARCHAR(200)set @strPath = convert(NVARCHAR(19),getdate(),120)set @strPath = REPLACE(@strPath, ':' , '.')set @strPath = 'D:/DataBase/AutoBAK/' + 'db_baomuqqcom'+@strPath + '.bak'BACKUP DATABASE db_baomuqqcom TO DISK = @strPath WITH NOINIT , N 阅读全文
posted @ 2011-09-15 04:25
米高佐敦
阅读(165)
评论(0)
推荐(0)
浙公网安备 33010602011771号