• subscribe
August 24, 2004 12:00 AM

Differential Backups

SQL Server Pro
InstantDoc ID #43630

If I do a differential backup of a SQL Server database, what am I backing up? Will the differential backup truncate the transaction logs, or must I run a separate transaction log backup to truncate the transaction logs?

A differential backup makes copies of data pages that have changed since the last full database backup. This type of backup isn't related to transaction logs or transaction log backups; you still need to perform those separately. With differential database backups, you can make more frequent backups because differential backups are smaller and faster than full database backups. And making frequent backups decreases your risk of losing data. To learn more about when to use differential backups and how to implement them, see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_bkprst_7tv7.asp.



ARTICLE TOOLS

Comments
    There are no comments to display. Be the first one!
You must log on before posting a comment.

Are you a new visitor? Register Here
  • SP1?
    I know there is a SP1 for SQL 2008 R2 available....and there is a "feature pack" as well... ...
  • SQL database mirroring
    I have SQL Server 2008 R2 Enterprise 64bit on Windows 2008 R2 Enterprise 64bit.  Each SQL Server has...
  • Dell Compellent Disk Drive
    Does anybody has experience with Dell Compellent Disk Drive? Basically, this system manages all disk...
  • Sql server performance tuning
    I need to find a tool that help me to optimize sql server,queries,improve the performance and solve ...