Backup MS SQL Express Database

To backup a MS SQL Express database:

Create a .sql file containing the SQL backup command:

Create a .bat (or .cmd) file to launch the .sql file with SQLCMD:

Create a “Scheduled Task” to launch the .bat file.

Leave a Reply