摘要:
DECLARE @strPath NVARCHAR(200) set @strPath = convert(NVARCHAR(19),getdate(),102 ) set @strPath = 'D:\DataBase_' + @strPath + '.bak' BACKUP DATABASE [DataBase] TO DISK = @strPath WITH NOINIT , NOUNLOAD , NOSKIP , STATS = 10, NOFORMAT 阅读全文
posted @ 2013-04-24 16:09
小烈哥
阅读(247)
评论(0)
推荐(0)
浙公网安备 33010602011771号