SQL migration from local to Azure -> Data Migration errors

Iron Contributor

I'm facing some problems while migrating from local to Azure SQL. The current design has 3 different databases which refer to each other. For example, I have a stored procedure in database X which has a reference to a table in database Y. Now I get an "External references are not supported when creating a package from this platform." error. I know, design-wise, it would be the best to get all tables in the same database, I guess, but I do not have the time to do that at this moment.

 

Is there some (maybe ugly) workaround to buy me some time?

 

Thanks, Mike

0 Replies