Hi All, I want to create a package, which will dynamically change the destination schema if there is a change in source schema.
SSIS package which will first check if is there any schema change in the source? if yes then alter the destination accordingly( not drop and then create a table) and then made a data transfer. I have tried using the Transfer SQL Server Objects Task, but this option drops the table first. Thanks in advance.