HI, I have a table in sql server 2005 which has a flag column.Now, i need to create a SSIS package when needs to loadthe data from this table into MULTIPLE Text filesbased on the flag numbers in my source table.
I have attached my package which is loading the data from my table to a single text file along with my source schema. Can any body please modifyit so that the data will be loaded into multiple text files ?
Many Thanks
2548.Loading data into different files from a single table.txt3718.Mytable.txt
Hi!
Sorry for the late answer...
Could you please attach the script table for source?
Also, could you tell me the condition to split the data into different text file destinations.
Regards,
Pedro
HI Pedro, I have already attached my package and the sourcetable in my previous note, if you have a look..the conditon is the cell number..for instance cell no 10will go into a different text file and cell no 12 intoanother and so on...
Many Thanks..
You attached the data not the create table script with schema!