I'm starting to migrate some on-prem operational data to Azure blob using azure data factory. I have a couple of complicated (well I think they are) pieces to the puzzle.
I have 8 databases, each of which are identical (our operational system works across 8 different sites and each site has it's own database) but contain data pertaining to that site only.
I need to consolidate data from these sites together. For example, a table called People, when I report on People I need ONE table containing all people from every site. I achieve this in our current on-prem data warehouse using UNION ALL SQL queries, but with over 60 queries, these become a pain in the rear to maintain as they change each year due to how our business operates.
My mind is boggling with the best/simplest way to achieve this and would appreciate a point in the right direction.
question from:
https://stackoverflow.com/questions/65892513/copying-consolidating-data-from-on-prem-sql-server-to-azure-blob 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…