What are the types of backup and tell me the difference
between full and differential backup?
Answers were Sorted based on User's Feedback
Answer / hari
Full backup
Differntail backup
Transcation log backup
File & Filegroup backup
Full backup : it's take full database
differential backup : what are the changes made after
fullbackup to current backup is called differntial backup
Is This Answer Correct ? | 17 Yes | 3 No |
Answer / 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 |
Answer / raghuram
the types of backup are
full database backup
differential database backup
transactional log backup
file and filegroup backup
the difference between full and differential backup is in
full backup it takes backup for entire database including
transactional log files. but in diffrential database backup
it take only the changes happened between full database
backup and current backup.
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / ravi
Full
diffrential
T-log
Tail log
mirrored
copy only
striped
file and file group
Full: taking data , meta data and services of a database
into our os file..both ldf and mdf
diff: it takes only changes occured in the data ofter
taking the full bakup..
Is This Answer Correct ? | 2 Yes | 0 No |
What are the types of containers in ssis?
Explain the steps to create and execute a user-defined function in the sql server?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
when you create a database how is it stored? : Sql server database administration
how can i view structure of table in sql server? tell me that query.
What methods do you follow to protect from sql injection attack?
How optimize sql query with multiple joins in sql server?
Explain the disadvantages/limitation of the cursor?
what is the primary use of the model database? : Sql server administration
in how many ways we can use count()
What is a self join in sql server?
What are the types of table?