The RESTORE DATABASE T-SQL command can be used to restore a database. You want to restore a database from a physical file on a removable media disk USB) called SampleBackup.bak. Which restore parameters should you use?

 Posted by Bandi on 7/1/2014 | Category: Sql Server Interview questions | Views: 1911 | Points: 40
Select from following answers:
  1. FROM DISK [Path to file]
  2. FROM <logical name>
  3. STOPATMARK
  4. WITH MOVE
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response