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 , NOUNLOAD , NOSKIP , STATS = 10, NOFORMAT

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-12-04
猜你喜欢
  • 2021-12-31
  • 2021-07-06
  • 2021-12-26
  • 2022-03-09
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
相关资源
相似解决方案