What are the types of backup and tell me the difference
between full and differential backup?
Answer Posted / rajvelur
Full Backups include all data within the backup scope. For
example, a full database backup will include all data in the
database, regardless of when it was last created or
modified. Similarly, a full partial backup will include the
entire contents of every file and filegroup within the scope
of that partial backup.
Differential Backups include only that portion of the data
that has changed since the last full backup. For example, if
you perform a full database backup on Monday morning and
then perform a differential database backup on Monday
evening, the differential backup will be a much smaller file
(that takes much less time to create) that includes only the
data changed during the day on Monday.
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is the difference between having clause and where clause in sql server?
What happens if we shrink log file in sql server?
How do I view views in sql server?
how to take backup bcp out for a column in table in sql server?
What is sql server schema compare? How we can compare two database schemas?
What is log shipping?
Why we need sql server?
What are the three different part of rdl file explain them?
What is dimension table? : sql server analysis services, ssas
Explain about remote stored procedure?
How to encrypt Strored Procedure in SQL SERVER?
How can you know if the row fetched from cursor is still valid in underlying table?
What are the steps you can take to avoid “deadlocks”?
Tell me what is use of except clause? How it differs from not in clause?
What is a recursive stored procedure in sql server?