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 a partition key?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration
What does the not null constraint do?
How to create a simple user defined function in ms sql server?
What is the difference between a clustered index and a non-clustered index?
What is 2nf normalization?
How to connect to a sql server using odbc_connect()?
How to create a dynamic cursor with the dynamic option?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
What are constraints?
Does windows server 2016 come with sql server?
How many types of objects are there?
How to grant a permission in ms sql server using "grant execute" statements?
What is the distinction amongst delete and truncate?
Can foreign key be deleted?