Forum Discussion
dbmsoutput
Jan 07, 2024Copper Contributor
Copy schema (with data) from one Azure SQL database to another Azure SQL database
Hallo, We need copy 3 schemas (incl tables, indexes, keys and data) to another Azure SQL database. We decided to switch from 2 database to one more powerful. There is a lot of data, smallest dat...
Maxim I
Aug 15, 2024Copper Contributor
Just copying the whole database to a new one via azure portal and drop unnecessary schemas.