xp_restore_database
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 = 0
Thanks in advance.
__________________
Thanks,
Chandra
|