I tried to click on target database, which had a separate table (separate from all the tables stored in the .BAK
backup file).
How can I restore the backup on this target database?
I tried restoring it, but the only way I see it's possible is to overwrite the target database with the backup, resulting in the loss of the aforementioned table. Although I do have an option to restore it by specifying a new database name, which would be created on-the-fly, but in MySQL, it is possible to import backup contents without affecting the contents that the target database previously had.
I tried restore operation normally without "Overwrite Existing Database (With REPLACE)" checkbox, but the restore fails when I do so in the "Options" section in Azure Data Studio. Also to mention, in the video tutorials I saw a checkmark against restore in the "Restore Plan" but in my case, the checkmark is unchecked (although on an empty database, even when this checkmark is off, the data is restored successfully).
Below is the link for accurately describes my problem when I try to restore without overwrite, just the thing the discussion didn't specify is, what if I don't want to overwrite the target database and preserve its tables.
SQL-Server: The backup set holds a backup of a database other than the existing