Hello,
We have Sql Server 2019 and we need to restore the database using .MDF and .LDF file into existing database.
We have received .MDF and .LDF file from another server which is also Sql 2019 and our current server which has already database which is also Sql 2019.
I would like to know what's the best way and how I can restore using .MDF and .LDF file on different server which has already database.
Please keep in mind that Source server which contains .MDF and .LDF files has same Database name which had into Target database name
Source: .MDF and .LDF file
Target Database: SqlDB
- I can't use Backup restore?
- If I try to use Attach DB method but it should be detached the database into Source first?
- Any other method?
Thanks for your help!