I want to create a single database that has a read version of all the separate databases we have to be used by PowerBI.
What is the best method to kinda Concatenate the databases into a single database, and keep it up to date "lets say every 15 minutes or so".
I was thinking about trying to create a job that generates scripts of the changes, but I lack the knowledge to setup myself, and I cannot seem to find the right solution in google for what I am attempting to do.
Any help would be appreciated.