Restor Error
-
Thursday, May 24, 2012 9:34 PM
I am attempting to do a full restore on a new system with a different name and sqlserver instance.
When it tries to restore databases they all get the same errror:
Object StateService_87045f86b3fb4c249c2a212cfc96611a failed in event OnRestore. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
SqlException: The operation did not proceed far enough to allow RESTART. Reissue the statement without the RESTART qualifier.
RESTORE DATABASE is terminating abnormally.Any pointers?
All Replies
-
Thursday, May 24, 2012 9:52 PM
Hi there,
This post might help:
Also, you might be better to ask this question in the SQL Server forum:
http://social.msdn.microsoft.com/Forums/en/sqldatabaseengine/threads
Thanks
Paul
Paul Mather | Twitter | http://pwmather.wordpress.com
- Marked As Answer by BradKW Friday, June 01, 2012 1:43 PM
-
Friday, June 01, 2012 1:43 PMThanks. Had to restore the databases manually.