BACKUP LOG cannot be performed because there is no current database backup

前端 未结 14 594
[愿得一人]
[愿得一人] 2021-01-30 09:59

I tried to restore a database but this message showed. How do I restore this database?

Restore of database \'farhangi_db\' failed.
(Microsoft.SqlSer

14条回答
  •  一生所求
    2021-01-30 10:31

    In my case I am restoring a SQL Server 2008 R2 Database to SQL Server 2016 After selecting the file in the General tab, you should go to the Options tab and do 2 things:

    1. You must activate Overwrite existing database
    2. You must deactivate end of record copy

提交回复
热议问题