I have a bacpac file which I generated from SQL Server. And now, I am restoring the database using this bacpac file into the Azure Managed Instance.
Here, I am trying to change the schema of the table according to the requirement. The question is, can I change the schema of tables while restoring the database into Azure Managed Instance?
For instance, I have 10 tables having the schema sales and I want to change the schema to currentSales.