Sample Header Ad - 728x90

Automatic ETL between similar tables

3 votes
1 answer
440 views
I have 43 tables on 2 different servers which I have to sync regularly. Because of our network policy and IG reasons, we can't have link server object between these two servers. Standard procedure so far is to create a SSIS package that will do the transfer however, I have come across situation where I need 43 of those. As much as I would love to get on with the task, there has to be a smarter way of doing this. I have seen some articles about generating packages dynamically using C# but C# ain't my strongest suit. Is there a way from within SSIS to perform this task dynamically? I was thinking like maintaining mapping tables, one with source and destination tables and another with source and destination column mappings and looping through it but obviously metadata needs to be refreshed to achieve the successful execution. Any thoughts or ideas will be highly appreciated.
Asked by mouliin (530 rep)
Dec 21, 2016, 09:27 PM
Last activity: Mar 23, 2024, 02:00 PM