2

I want to restore a bak file in SQL server 2008 (the backup was created on a SQL server 2005). I set the recovery to WITH NORECOVERY, as I want to apply further transaction logs later.

Meaning: the database should stay in restore mode, but the recovery-dialog in the management studio does not finish ever. It shows 100% for nearly 20 hours. If I click "stop action now", the recovery failed.

I need to set WITH NORECOVERY (instead WITH RECOVERY) as I want to apply the transaction logs later. What is wrong?

4

1 に答える 1

1

この問題は、SQL Server 2008 SP1 の累積更新プログラム 7 をインストールすることで解決されました。CU 1 には、2008 サーバーで 2005 バックアップを復元するための修正プログラムが含まれているようです。

于 2010-05-17T08:02:29.353 に答える