What is difference between restoration and recovery in
SQLServer?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajesh
Restore means we have a backup files(.bak) and that backup
files can provide all the previous information about the
restored data, Like tables, stored procedure.
Recovery means we have lost(Like tables, stored procedure)
the data but we want to recover that data or information, so
at that time we can perform some actions and that actions is
called recovery.
| Is This Answer Correct ? | 4 Yes | 3 No |
Restore is a uploading files back into database
Recovery is missing file finding and reloding in database
| Is This Answer Correct ? | 1 Yes | 3 No |
Can we call stored procedure in view in sql server?
How will you collect the date from current date to last older 6 days date in sql server 2005
What is difference statement and preparedstatement?
Why do we need normalization?
What is the diffrence between update_one and auto_fix?
What command would you use to create an index?
what is difference between NULL and ISNULL in SQL Server 2008?
What is factless fact table? : sql server analysis services, ssas
What is triggers and its types?
Explain go command in sql server?
What’s the distinction between dropping a info and taking a info offline?
What is the difference between left and right outer join?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)