What are the types of backup and tell me the difference
between full and differential backup?

Answers were Sorted based on User's Feedback



What are the types of backup and tell me the difference between full and differential backup?..

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

What are the types of backup and tell me the difference between full and differential backup?..

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

What are the types of backup and tell me the difference between full and differential backup?..

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

What are the types of backup and tell me the difference between full and differential backup?..

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

Post New Answer

More SQL Server Interview Questions

What are the types of containers in ssis?

0 Answers  


Explain the steps to create and execute a user-defined function in the sql server?

0 Answers  


What is star, snowflake and star flake schema? : sql server analysis services, ssas

0 Answers  


when you create a database how is it stored? : Sql server database administration

0 Answers  


how can i view structure of table in sql server? tell me that query.

10 Answers  






What methods do you follow to protect from sql injection attack?

0 Answers  


How optimize sql query with multiple joins in sql server?

0 Answers  


Explain the disadvantages/limitation of the cursor?

0 Answers  


what is the primary use of the model database? : Sql server administration

0 Answers  


in how many ways we can use count()

2 Answers  


What is a self join in sql server?

0 Answers  


What are the types of table?

0 Answers  


Categories