Download Sql Server Database Backup Utility

Description

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.

Source Files

The download file sqlbackup.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
SqlDatabaseBackup.sln//from w  w w . j ava  2s.c om
SqlDatabaseBackup/App.config
SqlDatabaseBackup/ArchiveManager.cs
SqlDatabaseBackup/Configuration/Archive.cs
SqlDatabaseBackup/Configuration/Backup.cs
SqlDatabaseBackup/Configuration/ConfigurationManager.cs
SqlDatabaseBackup/Configuration/Databases.cs
SqlDatabaseBackup/Configuration/Email.cs
SqlDatabaseBackup/Configuration/Logging.cs
SqlDatabaseBackup/Configuration/Server.cs
SqlDatabaseBackup/Configuration/UserInput.cs
SqlDatabaseBackup/Helper/AssemblyHelper.cs
SqlDatabaseBackup/Helper/ConsoleHelper.cs
SqlDatabaseBackup/Helper/FileSystemHelper.cs
SqlDatabaseBackup/Helper/Log.cs
SqlDatabaseBackup/Program.cs
SqlDatabaseBackup/Properties/AssemblyInfo.cs
SqlDatabaseBackup/ReleaseNotes.txt
SqlDatabaseBackup/SqlDatabaseBackup.csproj
SqlDatabaseBackup/Tools/Backup.cs
SqlDatabaseBackup/Tools/Email.cs
SqlDatabaseBackup/bin/Release/ICSharpCode.SharpZipLib.dll
SqlDatabaseBackup/bin/Release/Microsoft.SqlServer.BatchParser.dll
SqlDatabaseBackup/bin/Release/Microsoft.SqlServer.ConnectionInfo.dll
SqlDatabaseBackup/bin/Release/Microsoft.SqlServer.Management.Sdk.Sfc.dll
SqlDatabaseBackup/bin/Release/Microsoft.SqlServer.Replication.dll
SqlDatabaseBackup/bin/Release/Microsoft.SqlServer.Smo.dll
SqlDatabaseBackup/bin/Release/Microsoft.SqlServer.SmoExtended.dll
SqlDatabaseBackup/bin/Release/Microsoft.SqlServer.SqlEnum.dll
SqlDatabaseBackup/bin/Release/Microsoft.SqlServer.Types.dll

Download

Click the following link to download sqlbackup.zip.

sqlbackup.zip




















Home »
  C# Free Code »
    Database »




ADODotNet
CSV
Database
EntityFramework
JSON
LINQ
LINQPad
Memcached
MongoDB
MySQL
NHibernate
Oracle
ORM
SQL
SQLite
SQLServer
SSIS