Hi All,
I have 170 tables in Linked Server and I want load all the tables in one sqlserver destination table .Every table have same metadata. Once loading every table I want update the log table table name, row count, start time and end time. Every table automatic generated identity number.170 tables are not constant, next quarter it will increase.
Linked server table X have col1, col2, col3….col50
X table id in log table: 82
When I am loading the x table in final destination table I want load the data like below
Col1, 82, col2, col3…..col50
I want load every table same logic
How to implement this logic in ssis dynamically
Thanks
CMK