Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
carumuga
Posting Yak Master
174 Posts |
Posted - 2009-08-05 : 03:13:04
|
Hi,can someone please explain me the commands used in this query. It would be great if you could send some useful links on them.xp_restore_database @database = 'xxx',@filename = 'filename1.bkp', @filename = 'filename2.bkp', @filenumber = '1', @with = 'RECOVERY', @with = 'REPLACE', @with = 'NOUNLOAD', @with = 'stats = 10', @with = 'move N''xxx'' TO N ''xxx.mdf''' @logging = 2, @affinity = 0Thanks in advance. |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
|
|
|