Guest User

Untitled

a guest
Feb 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. restore database MsdbTest from disk = '<DriveLetter>:<PathToBackup>msdb.bak'
  2. with
  3. move 'MSDBData' to '<DriveLetter>:<Path>MsdbTest.mdf',
  4. move 'MSDBLog' to '<DriveLetter>:<Path>MsdbTest.ldf'
Add Comment
Please, Sign In to add comment