I am looking at building a SSIS package that will execute complex stored procedures to generate resultsets and store those resultsets in another database as tables. Since the columns that are generated out of the resultsets are known , possibility of manually creating destination tables could be considered. Ideally looking at creative tables dynamically.
I would appreciate if examples of this type of requirement could be shared.