Viewing post 1 (of 1 total)
Try this
RESTORE DATABASE databasename FROM DISK='database path'
WITH REPLACE, CONTINUE_AFTER_ERROR;
GO;
You can restore and ignore the error page.
Hope it help.
Regards.
August 22, 2010 at 10:11 pm
#1210221