Hi all,
I have one requirement to load the linked server to sqlserver database.Every quarterly tables will increase.for suppose this quarter I have 19 tables and next quarter 19+10. all tables loading into single final table only, they have same meta data but clients are different.this is my requirement
I have 2 tables,one table just log information means table name,rowcount,start time and end time and second one final table.for every table loading I need update the log table.source is linked sever.How start design the package in this approach.
Thanks
CMK...