Viewing post 1 (of 1 total)
You can try this:
RESTORE FILELISTONLY
FROM DISK = 'c:\New.bak'
RESTORE DATABASE NewRestored
WITH MOVE 'New' TO 'c:\NewRestored.mdf',
MOVE 'New_log' TO 'c:\NewRestored.ldf'
where New.bak ise the file name...
April 11, 2007 at 12:40 am
#699700