I am working on Sql Azure Database Backup and restore functionality.
Question: - Can we Backup more than one database into a single bacpac file using "Microsoft.SqlServer.Dac" - Can we read the bacpac file in our C# so that we can know which database backup is this. - Can we restore more than one database at a time. - Can we override the existing database using Microsoft.SqlServer.Dac.
I am able to take one database backup, restore (not override) using "Microsoft.SqlServer.Dac".
I searched in google find the above questions answer but failed to get any solutions.
Please suggest
Is there any way to take backup/restore and override the bacpac file in sql Azure using C#.