BACKUP LOG cannot be performed because there is no

2020-05-13 04:16发布

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

Restore of database 'farhangi_db' failed.
(Microsoft.SqlServer.Management.RelationalEngineTasks)
------------------------------ ADDITIONAL INFORMATION:

System.Data.SqlClient.SqlError: BACKUP LOG cannot be performed because
there is no current database backup. (Microsoft.SqlServer.SmoExtended)

标签: sql-server
14条回答
等我变得足够好
2楼-- · 2020-05-13 04:59

Please see below image and apply changes in SqlServer :

first right click on Database --> Task --> Restore --> Select Backup File --> Finally Apply Change in Options Tab.

please apply changes in SqlServer

查看更多
劳资没心,怎么记你
3楼-- · 2020-05-13 05:01

In case the problem still exists go to Restoration Database page and Check "Restore all files to folder" in "Files" tab This might help

查看更多
登录 后发表回答