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.
"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
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