Home Forums Data Warehousing Integration Services In SSIS package Need to Create new table Dynamically for each 1000 Records RE: In SSIS package Need to Create new table Dynamically for each 1000 Records

  • You could do this in a Script Component in a Data Flow setup as a Destination. Keep a counter in your code and issue a new CREATE TABLE at 0 rows and then each time you reach 999 rows and direct the rows into the new table.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato