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

Explain the concept of view and Types of views in SQL server?

627


What does it mean to invest in the index?

517


What is the difference between char and varchar2 datatype in sql?

551


Write down the syntax and an example for create, rename and delete index?

541


Explain contrast amongst grouped and non-bunched records?

524






How do I find the default sql server instance?

530


as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration

502


Define left outer join in sql server joins?

570


What is replication and database mirroring?

586


Explain what is the difference between a local and a global temporary table?

517


Does index speed up select statements?

596


How to restore performance issues and how to check?

1529


What is b tree index?

522


What are magic tables in sql server?

634


What is rs.exe utility?

120