Click here to Skip to main content
15,904,415 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a database backup from SQL Server 2005 as MyDB.bak with size of 26 GB

Restoring this database to SQL Server 2008 standard version and after 100% completion at progress bar it get stuck, I already wait for more than 2 hours after 100% completion of progress bar but each and every time it's showing Final Dialogue box "Restored Successfully".

Tried possible ways:-
With Recovery, With NoRecovery,
Through T-SQL Script but failed.

Tried google and followed but yet not solved.

So finally i need to know how to do it??

Thanks
Posted
Comments
Pablo Aliskevicius 5-Aug-14 10:30am    
If you script the restore, and run it from a query window, after the '100%' message, you'll see a list of messages like 'upgrading to version X.Y.Z'. This is what takes most of the time.
I hope by now your restore is finished,
Pablo.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900