Link to home
Start Free TrialLog in
Avatar of 25112
25112

asked on

refresh ad-hoc table list from one server to another using SSIS?

The main database in Server A has 700 tables... but there is a database in ServerB that will have only a subset of it. (75-100 tables)..

This list can vary from week to week or month to month.. and when there is a request to refresh the data, all the data of tables in the list has to be sent over with the replace.

if the list is modified and some tables are added and some removed.. that should be reflected in the next refresh run.

what tasks are needed to get this done in SSIS?
ASKER CERTIFIED SOLUTION
Avatar of TempDBA
TempDBA
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of 25112
25112

ASKER

yes, i will create a reference table which will hold the latest set of tables that need data in serverb.

i am open to any feature of ssis that can help.. but if we can automate as much as possible , is the best.

for example, if the reference table added a new table xyz, is it possible to send the script of xyz automatically to the serverb and then do the transfer through another task? or should it be manually copy the new table schema and pasting and running it in serverB and then initiating a task for transfer?

this may have to done frequently, so looking for best possible solution for long term

thanks