posts - 0,  comments - 20,  trackbacks - 0
DECLARE @strPath NVARCHAR(200)
set @strPath = replace(replace(replace(CONVERT(varchar, getdate(), 120 ),'-',''),' ',''),':','')
set @strPath = REPLACE(@strPath, ':' , '.')
set @strPath = 'E:\Backup\Mis.Backup\Mis_' + @strPath + '.bak'
BACKUP DATABASE Mis TO DISK = @strPath WITH NOINIT , NOUNLOAD , NOSKIP , STATS = 10, NOFORMAT
posted on 2008-12-20 22:57 Documents 阅读(401) 评论(0)  编辑  收藏 所属分类: SQL Server

只有注册用户登录后才能发表评论。


网站导航:
 
<2024年5月>
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678

留言簿

文章分类

文章档案

J2EE

搜索

  •  

最新评论