i'm doing project in C#.. may be ill b not allowed to use ssi package.. n i using 2005 sql server.. n i hav to set time to 20 sec as target to upload csv file 1000 records at 1 fetch from database.............ans me ..:-)
You probably don't need SSIS for this. Look into BULK INSERT which will do the job on a thousand rows in less than a second.
--Jeff Moden
RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row. First step towards the paradigm shift of writing Set Based code: ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.
Change is inevitable... Change for the better is not.