What is difference between restoration and recovery in
SQLServer?

Answer Posted / sagi.rahul

Restore is what we do with backups. Take the backup file and
turn it back into a database.

Recovery is something that SQL does every time it brings a
database online. It goes through the transaction log and
ensures that the database is consistent

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between DELETE and TRUNCATE?

613


How to backup encryption key ?

123


How to create a local temporary stored procedure?

495


What are different types of data sources?

488


What is a bit datatype?

557






what is a correlated sub-query? : Sql server database administration

480


What are the encryption mechanisms in sql server?

572


What is a synonym for manipulation?

541


Is ssrs support other database except ms sql server?

96


What are the drawbacks of reporting in ssrs?

106


How to create a user to access a database in ms sql server using "create user" statements?

518


What is data set in report?

95


What are the default system databases in sql server 2000?

534


What is the purpose of indexing?

594


can an order by clause be used in a creation of a view?

688