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

What is a view?

6 Answers  


How to enter unicode character string literals in ms sql server?

0 Answers  


How do I install only the client tools of sql server 2000?

0 Answers  


What is partition index in sql server?

0 Answers  


What is default constraint in ms sql server?

0 Answers  






What are the basic features of a trigger in ms sql server?

0 Answers  


What are the different types of collation sensitivity?

0 Answers  


How to write an inner join with the where clause in ms sql server?

0 Answers  


Differences between functions and stored procedures?

8 Answers   247Customer, Accenture,


What is transaction ? Give me one example.

11 Answers   Melstar, Wipro,


Explain the working of sql privileges?

0 Answers  


What stored by the master? : sql server database administration

0 Answers  


Categories