Wednesday, December 15, 2010

Database Tools: SQL Database Backup v1.0

This application is designed to help automate the backup of Sql Server Databases to the local file system. Written in C#, the Sql Server SMO class library is leveraged to perform a full backup each time the application is run. Optionally, backups an be archived in a zip file.

This is a console application that can be set up to automatically backup your Sql Server databases. All control of the application is managed through the configuration file, including the server and database names. To set this utility up to automatically run, configure as desired, then set up a Windows Scheduled Task pointing to the executable file.

Get SQL Database Backup v1.0 [>>]

Related articles: