I've deployed MS Sql Server Express edition on a server with a database that's updated daily. It is important that I have regular backups of the database, preferably daily. But I can't hope to do this manually everyday. How can I have auto-backups of my databases on that server? A system that will preferably upload these databases to a FTP location.
Do you know of any tool that does that?
Or is there any script that I can write to create backups. I can then use a tool like Cobian Backup to automatically upload these backups to a remote location.
Thanks for your help.