How to know whether our backup is succesfully taken?
Answer Posted / sql dba
RESTORE VERIFYONLY FROM DISK = 'C:\temp\adventure.bak'
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is SQL Azure?
Explain “@@rowcount” and “@@error” in sql server?
What is 3nf normalization?
Explain table valued parameters in sql server? Why tvp used?
What is the maximum length of an alert name?
What does the on delete cascade option do?
Explain go command in sql server?
Define model database?
How do database indexes work?
Does view occupy space?
List out the differences between the clustered index and non-clustered index in sql server?
How to set database to be single_user in ms sql server?
How to locate and take substrings with charindex() and substring() functions?
What is factless fact table? : sql server analysis services, ssas
What type of locking occurs during the snapshot generation? : sql server replication