Table of Contents

Automating Backups in SQL Server 2005 Express Edition

NOTE: This original documentation of this utility is no longer online. You will need to utilize other resources online, try google.com for assistance with this utility.

Overview

Microsoft SQL Server Express Edition does not include a built-in backup utility like the full versions of SQL Server offer within maintenance plans. However, this does not mean that you can not automate the backup process with a few small steps. This tutorial assumes that you have a working knowledge of SQL Server and basic windows administrative tasks.

Steps

Download Link: [[http://s108199259.onlinehome.us/wiki/control/Files/Control%20-%20SQL%20Express%20Automated%20Backup%20ExpressMaint.zip|Control - SQL Express Automated Backup ExpressMaint]]

"C:\Program Files\Cyrious\Common\ExpressMaint.exe" -S (local)\CYRIOUS -D ALL_USER -T DB -R C:\Progra~1\Cyrious\Control\Backups -RU WEEKS -RV 1 -B C:\Progra~1\Cyrious\Control\Backups -BU DAYS -BV 1 -V -C

Credits and Additional Resources

ExpressMaint.exe was developed by Jasper Smith. You can find additional information about this utility by visiting http://www.sqldbatips.com .

Automating Database maintenance in SQL 2005 Express Edition Part I

Automating Database maintenance in SQL 2005 Express Edition Part II

http://expressmaint.codeplex.com/

http://kb.verba.com/display/docs/Scheduling+backup+and+maintenance+for+SQL+Server+Express#SchedulingbackupandmaintenanceforSQLServerExpress-Configurationstepsrecurringdailyfulldatabasebackup

Version Information