ispsh 发表于 2018-10-19 13:52:09

SQL SERVER 2008 R2 远程备份数据库

执行: 启用sql备份命令  
                           EXEC sp_configure ‘show advanced options’, 1;– 允许配置高级选项
  
                           RECONFIGURE;– 重新配置
  
                           EXEC sp_configure ‘xp_cmdshell’, 1;– 开启xp_cmdshell
  
                           RECONFIGURE;– 重新配置


页: [1]
查看完整版本: SQL SERVER 2008 R2 远程备份数据库