![]() |
|
|
By: Jeremy Kadlec | Read Comments (2) | Print Jeremy is the CTO @ Edgewood Solutions, co-founder of MSSQLTips.com and SQL Server MVP since 2009. Related Tips: More |
|
Problem
For DBAs, backups are one of the top operational items on their mind. Why is that? Why do backups get so much attention at every company? The simple answer is that backups are the core to all disaster recovery solutions. For some companies backups are the first and last line of defense and for others backups are the absolute last line of defense and are used when the remainder of the high availability options are not feasible. Couple this with the critical role that SQL Server databases play in the organization and backups are not only important to the DBAs and IT, but to the entire organization at critical points in time.
Solution
With the criticality of SQL Server backups, it is necessary to ensure you have the right solution because many viable options exist. At a high level, there are three categories of SQL Server backup and recovery products in the SQL Server market.
What is common among these solutions are the underlying system tables that are used to support the database backup and recovery process. The common thread is the VDI (virtual device interface) from Microsoft that standardizes the backup and recovery processing. So if you are using or testing various options, these technologies will read and write to the same system tables to have a consistent record set. Check out the three backup and recovery options in the market with the associated products.
|
Native SQL Server Backup Options | ||
| Product | Pros | Cons |
| SQL Server 2005 - Management Studio |
|
|
| Native SQL Server 2005 Backup command | ||
|
Backup Agents for SQL Server | ||
| Product | Pros | Cons |
| Computer Associates - BrightStor |
|
|
| IBM - Tivoli Data Protection for Microsoft SQL Server | ||
| Symantec - Backup Exec | ||
| UltraBac | ||
|
Specialized SQL Backups | ||
| Product | Pros | Cons |
| Idera - SQLsafe |
|
|
| Quest - LiteSpeed for SQL Server | ||
| Red-Gate - SQL Backup | ||
| SonaSafe for SQL Server | ||
Next Steps
| Share: | Share | Tweet |
|
![]() |
|
|
Connect with MSSQLTips.com |
| Monday, September 01, 2008 - 2:06:19 PM - clay | Read The Tip |
|
Another option is MSSQL Compressed Backup, which is an open source backup to standard compression formats, such as zip files. Restoring is easy as uncompressing the file and using native tools to restore the database. For performance reasons, it can also restore direct from a compressed file. I should add the disclaimer that this is an application I wrote. |
|
| Wednesday, June 02, 2010 - 11:03:49 AM - killmenot | Read The Tip |
|
You forgot to mention about another Specialized SQL Backups tool - SQL Backup and FTP (http://sqlbackupandftp.com) It's a small and powerful tool. Try it out. |
|
|
privacy | disclaimer | copyright | advertise | about authors | contribute | feedback | giveaways | user groups Some names and products listed are the registered trademarks of their respective owners. Edgewood Solutions LLC | MSSharePointTips.com | MSSQLTips.com |