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
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 |
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 |
What is a view?
How to enter unicode character string literals in ms sql server?
How do I install only the client tools of sql server 2000?
What is partition index in sql server?
What is default constraint in ms sql server?
What are the basic features of a trigger in ms sql server?
What are the different types of collation sensitivity?
How to write an inner join with the where clause in ms sql server?
Differences between functions and stored procedures?
8 Answers 247Customer, Accenture,
What is transaction ? Give me one example.
Explain the working of sql privileges?
What stored by the master? : sql server database administration