adspace


What are the recovery models in sql server 2000?

Answer Posted / Subash Chandra Pandey

In SQL Server 2000, the recovery models are: Full (all data and transaction log are backed up), Bulk-Logged (bulk-logged operations consume less log space than the full recovery model but provide less recovery protection), and Simple (only full backups are performed and only the most recent backup can be restored; it does not support point-in-time recovery).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a coalesce function?

1294


List out the different types of locks available in sql server?

1058


How do I find the sql server version?

1116


What is standby servers? Explain types of standby servers.

1091


Can we shrink data file in sql server?

1135


Does view occupy space?

1035


How do I find query history in sql server?

1034


What are the source of constraints?

1017


What are the different subsets of sql?

1664


What is an indexed view?

1031


What is sql server query analyzer?

1139


Why we use the openxml clause?

1088


What is a view in sql?

1050


Can we do dml on views?

1044


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1053