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

Do you know what are the ways available in sql server to execute sql statements?

727


Tell me what do you mean by an execution plan? Why is it used? How would you view it?

666


What is Federation and Federation Member?

90


How do I port a number to sql server?

698


What is temporal table?

640






What are Spatial data types in SQL Server 2008

723


Explain the categories of stored procedure?

710


Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration

689


What is a derived table?

704


What is the difference between inner join and equi join?

680


Can one drop a column from a table?

752


Tell me in brief how sql server enhances scalability of the database system?

714


Write the queries for commands like Create Table, Delete table, Drop Table etc.

781


How can you set the threshold at which sql server will generate keysets asynchronously?

736


Are resultset updatable?

703