Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created June 4, 2014 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marti1125/f06eb309f8ee1cac315f to your computer and use it in GitHub Desktop.
Save marti1125/f06eb309f8ee1cac315f to your computer and use it in GitHub Desktop.
restore a database sql server 2008
RESTORE DATABASE AdventureWorks
FROM DISK = 'C:\BackupAdventureworks.bak'
WITH REPLACE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment