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
How to list all user defined functions in the current database?
How do I clean up sql server transaction log?
How many non clustered indexes there can be on table ?
What are sql server procedures?
How do I get to sql server configuration manager?
What are pages and extents? : SQL Server Architecture
What is difference between equi join and inner join?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
What is default port number for sql server 2000?
What is the difference between drop table and truncate table?
What is a covered index?
What is truncate table?
how to create a scrollable cursor with the scroll option? : Sql server database administration
What is the impact on other user sessions when creating indexes?
Is it possible in sql table to have more than one foreign key?