What is the use of MOVE keyword in restore command
Answer Posted / murthy
Can use MOVE to specify to restore the DB & log to the
specific file path instead of restoring it into its
original location.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can sql servers link to other servers like oracle?
What is indexed view?
Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?
what is dbcc? : Sql server database administration
Can two different columns be merged into single column? Show practically?
mention different types of relationships in the dbms?
What is the difference between char, varchar and nvarchar?
What are SSL and TSL protocols?
What are the properties of primary key?
What are difference between Cluster index and Non-Cluster index?
What is indexed view? How to create it?
What is normalization process?
What is a partition key?
How do you know if sql server is running on your local system?
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?