For any SQL Server DBA who’s been in the field for a long time, you know that the exercise of restoring backups taken in SQL Server 2000 (and even SQL Server 2005 without using the CHECKSUM option) was many times a sweat-filled lottery. You usually gambled and/ or prayed to your respective deity that your backups would actually work. Why? Because you knew that restore failures were all too common. Despite SQL Server’s assurance that all was well because you had already verified your backups with the RESTORE VERIFYONLY option. So why was this the case? Why did restore operations fail so frequently? Let’s delve a bit more into the innards of the RESTORE VERIFYONLY and CHECKSUM options to find out.
Tag Archives: sql server
SQL Server backup report

How to backup SQL Server to UNC Path
If you have limited access to SQL Server’s file system, getting the .bak file back may be an issue. In this case, you can send database backup to some network folder if both you and the SQL Server have access to it.
We will show how to do it with SQLBackupAndFTP. Continue reading How to backup SQL Server to UNC Path
How to backup multiple servers

Backup SQL Server Database from command line with SQLBackupAndFTP version 10 or earlier

How to backup a SQL Server database to NAS drive

How to verify SQL Server backup files after backup

Continue reading How to verify SQL Server backup files after backup
How to perform SQL Server maintenance
How to encrypt SQL server backups

How to get SQL Server backup email notification
Ever needed to know if your backup job has finished successfully or has encountered any issues?
Would you like to get from SQL Server backup email notification to let you know if your task has successfully finished or not?
Read this article to find out how to do this, really easy with the help of SQLBackupAndFTP
Continue reading How to get SQL Server backup email notification