What is difference between restoration and recovery in
SQLServer?
Answer Posted / chandra mouli paidi
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 |
Post New Answer View All Answers
What is not null constraint?
Explain different types of Normalization.
What is self contained scalar sub query?
Do you know what is a linked server in sql server?
What are the restrictions that views have to follow? : SQL Server Architecture
Where are SQL server users names and passwords are stored in sql server?
What are the methods used to protect against sql injection attack?
How to disable a login name in ms sql server?
How to sort query output in descending order in ms sql server?
How to provide default values to stored procedure parameters?
How would we use distinct statement? What is its use?
what information is maintained within the msdb database? : Sql server administration
How to connect to a sql server using odbc_connect()?
What is subreport?
What is after dml trigger?