sql server 2008 R2 express 自动备份脚本

一、先创建sql脚本: DECLARE @StrPath NVARCHAR(200) set @strPath = convert(NVARCHAR(19),getdate(),112) set @strPath = REPLACE(@strPath, ':' , '.') set @strPath = 'D:\soft\'[email protected] + '\'+ 'hds01407460
相关文章
相关标签/搜索