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

前端 未结 14 592
[愿得一人]
[愿得一人] 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:43

    Click Right Click On Your Database The Press tasks>Back Up and take a back up from your database before restore your database i'm using this way to solve this Problem

    0 讨论(0)
  • 2021-01-30 10:44

    Simply you can use this method:

    1. If you have a database with same name: WIN+R -> services.msc -> SQL SERVER(MSSQLSERVER) -> Stop
    2. Go to your MySQL Data folder path and delete previews database files
    3. Start sql service
    4. Right click on database and select Restore database
    5. in Files tab change Data file folder and Log file folder
    6. Click on OK to restore your database

    my problem was solved with this method BY...

    0 讨论(0)
提交回复
热议问题