What is a simple command line program or script to backup SQL server databases?

后端 未结 11 916
北海茫月
北海茫月 2020-11-28 19:35

I\'ve been too lax with performing DB backups on our internal servers.

Is there a simple command line program that I can use to backup certain databases in SQL Serv

11条回答
  •  心在旅途
    2020-11-28 19:38

    You can use the backup application by ApexSQL. Although it’s a GUI application, it has all its features supported in CLI. It is possible to either perform one-time backup operations, or to create a job that would back up specified databases on the regular basis. You can check the switch rules and exampled in the articles:

    • ApexSQL Backup CLI support
    • ApexSQL Backup CLI examples

提交回复
热议问题