background preloader

SQL Server

Facebook Twitter

SQL Server Resources. SQL Server Backup. DatabaseBackup is the SQL Server Maintenance Solution’s stored procedure for backing up databases. DatabaseBackup is supported on SQL Server 2005, SQL Server 2008, SQL Server 2008 R2, SQL Server 2012, and SQL Server 2014. Download Download MaintenanceSolution.sql. This script creates all the objects and jobs that you need. You can also download the objects as separate scripts. License The SQL Server Maintenance Solution is free. Parameters Databases Select databases. Directory Specify backup root directories, which can be local directories or network shares. DatabaseBackup creates a directory structure with server name, instance name, database name, and backup type under the backup root directory. BackupType Specify the type of backup: full, differential, or transaction log. DatabaseBackup uses the SQL Server BACKUP command: BACKUP DATABASE for the full backup, BACKUP DATABASE WITH DIFFERENTIAL for the differential backup, and BACKUP LOG for the transaction log backup.

Verify Verify the backup. A. SQL Server Tutorials and Tips. SQL Server. Sql Server. SQL Server Central. Microsoft SQL Server tutorials, training & forum. Journey to SQL Authority with Pinal Dave | SQL, SQL Server, MySQL, Big Data and NoSQL. SQL Server Tips, Techniques and Articles.