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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What does null mean?

599


how to control the amount of free space in your index pages? : Sql server database administration

598


Where does the copy job runs in the log shipping primary or secondary? : sql server database administration

594


What is a ddl statement?

511


What does sql server mean?

534






Is INSTEAD OF trigger directly applicable to Table ?

571


How you can find out if an index is useful to the optimizer?

490


Sql server reporting services vs. Crystal reports.

96


What command is used to delete a table from the database in the sql server and how?

538


What are data driven subscriptions?

79


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

651


What is the difference between stored procedure and functions?

593


how you can move data or databases between servers and databases in sql server? : Sql server administration

481


What are the advantages of sql stored procedure?

531


What are pessimistic lock and optimistic lock?

546