How can I schedule a daily backup with SQL Server Express?

Posted by edosoft on Stack Overflow See other posts from Stack Overflow or by edosoft
Published on 2009-01-28T13:51:01Z Indexed on 2010/05/05 14:58 UTC
Read the original article Hit count: 243

I'm running a small web application with SQL server express (2005) as backend. I can create a backup with a SQL script, however, I'd like to schedule this on a daily basis. As extra option (should-have) I'd like to keep only the last X backups (for space-saving reasons obviously) Any pointers?

[edit] SQL server agent is unavailable in SQL server express...

© Stack Overflow or respective owner

Related posts about sql-server-express

Related posts about backup