Hi,
I want to make sure if my below observation is correct.
The MDS master tables do not have any physical existence as a whole table right? So we cant create views of the master table using usual SQL scripts as we create views of table in SSIS package. When we create SSIS package for MDS database we will be getting only the staging tables in the data source component.
My requirement is to consolidated data from various sources and put it together into MDS and then push all the updated data from MDS master database to all downstream systems using SSIS package. And these SSSI packages are to be automated through active batch jobs.
Thanks in advance.