Explian different types of BACKUPs avaialabe in SQL Server?
Given a particular scenario, how would you go about
choosing a backup plan?

Answers were Sorted based on User's Feedback



Explian different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would..

Answer / swapna

Types of backups you can create in SQL Sever 7.0+ are Full
database backup, differential database backup, transaction
log backup, filegroup backup.

Is This Answer Correct ?    13 Yes 1 No

Explian different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would..

Answer / raghuram

different types of BACKUPS available in sql server are full
database backup, differential database backup,
transactional log backup, files and filegroup backup.
for new database we will go for full database backup, and
if the the database is in full database backup type,then we
do differential database backup or transactional log backup.
if the database size is too heavy means the database is
VLDB then we go for files and filegroup database backup.

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More SQL Server Interview Questions

Explain the cursor lock types?

0 Answers  


How to perform key word search in tables?

0 Answers  


Explain external key management in sql server 2008

0 Answers  


what is difference between primary key and Unique

8 Answers  


Write the syntax for stuff function in an sql server?

0 Answers  






Explain Normalization and DE normalization

0 Answers   iNautix,


How will you go about resolving deadlocks?

0 Answers  


What are the advantages of using stored procedures? Please don't simply say compilation time will be saved as they are already complied. Please specify some other advantages.

3 Answers   247Customer,


Explain cdc and sql injection?

0 Answers  


What is difference between index seek vs. Index scan?

0 Answers  


Which tcp/ip port does the sql server run on? How can it be changed?

0 Answers  


What are the disadvantages of using the stored procedures?

0 Answers  


Categories