Change the schema of table while restoring the database from bacpac file?
0
votes
1
answer
340
views
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
and I want to change the schema to
.
Asked by Robin
(1 rep)
Oct 8, 2022, 06:28 AM
Last activity: Jan 22, 2025, 11:06 AM
Last activity: Jan 22, 2025, 11:06 AM