• vishal.kunwar - Wednesday, December 2, 2009 1:01 AM

    Hi,Here are the details:I need to add a parameter to the SSIS package that identifies FULL vs. DELTA, i.e., PROCESSTYPE = FULL or DELTA. For the original Vurv process, the SSIS package will be kicked off passing the FULL parameter value. For the new Taleo feed files, the SSIS package will be kicked off passing the DELTA parameter value.And i dont have date column in my source table, i have primary key.vishal

    I know this is very old post, but the reply may help someone.
    You can use a package variable and assign the value to it from config file. Package will first read this variable and on the basis of it's value, it will process.