What is difference between restoration and recovery in
SQLServer?
Answer Posted / 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 |
Post New Answer View All Answers
How to use "begin ... End" statement structures in ms sql server?
explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?
Is there any difference between the primary key and unique key?
What stored by the model?
Why do you want to join software field as you have done your BE in Electronics?
What do you understand by replication in sql server?
What is a collation in ms sql server?
Explain nested stored procedure. Syntax and an example for create nested stored procedure?
How to insert multiple rows with one insert statement in ms sql server?
Do you know what is user defined datatypes and when you should go for them?
What is the Disadvantage of indexed sequential file.
What is self contained sub query?
Why people hate cursor?
Tell me what are the advantages of using stored procedures?
What is an expression in ms sql server?