Share via

Nonstop Migrate multiple SqlAzure Databases PaaS [dbo] to Single PaaS Multi Schema.

Sidnei Carreiro 20 Reputation points
2023-08-10T15:00:08.7433333+00:00

First, have a nice day/morning/evening.

I have a big problem. Could someone please help me out?

  • I have 16 PaaS Sql Azure databases (5 of them are 24x7). They have the default schema [dbo].

What is the best tool or strategy to perform online sync

		Database.[dbo].Table -> DatabaseJoined.[schemaDest].Table

Important considerations:

  • There are different ones that have the same table names but with different structures/fields.

From what I've read of data sync, it's not possible for that.

Example: Db1.[dbo].Requests

	 Db5.[dbo].Requests

	 Db7.[dbo].Requests

As it is 24x7, we can easily point to one base or another on the application side, the work of joining the schemas has already been "done in the cold". However, I can't just "turn the switch" without synchronization taking place. I cannot guarantee whether within the business flow data accessed/modified will be from today, yesterday or 1 year ago.

I need to have an idea of ​​how to sync. Even in a "wave process" (wave 1,..., wave N).

Azure SQL Database

Answer accepted by question author

Alberto Morillo 35,506 Reputation points MVP Volunteer Moderator
2023-08-10T15:44:09.1133333+00:00

A commercial alternative you can test and will probably fit your requirements is Symmetric DS. It works very well with Azure SQL databases.

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.