Automating SQL Express Backup
If you are using MS SQL Express for your vcenter or web development project, you may want to automate the backup of your databases. Unlike the full SQL Server, SQL Express doesn’t have the ability to schedule database backups or maintenance directly. However, this can be accomplished easily if you have SQL Server Management Studio installed. I have [...]