Viewing 7 posts - 1 through 7 (of 7 total)
Divya,
Hi I wanted to thank you. Your script and the time you took to answer questions related to problems that I was having were a life saver.
It is good to...
December 14, 2015 at 8:46 pm
I managed to have the script load the DB with data in the "pkgStats" table. But when running the rest of the script there is no data in the rest...
December 4, 2015 at 7:30 am
Where you able to run this in SSIS 2008?
If so would you share how you did it?
December 3, 2015 at 2:05 pm
I am not an expert but can get around just fine.
I guess I am having a little trouble getting around the concept of variables in this case. I have set...
December 5, 2014 at 10:21 am
How to change the SP to a SSIS package.
Establish 2 variables that the SP currently uses in IF statements
DECLARE
maxtrans integer ;
newtrans integer ;
IF SP_CHK_IF_TABLE_EXISTS('MYTABLE')
THEN
maxtrans := NVL(MAX(transactionid),0)...
December 5, 2014 at 9:48 am
Thanks for your help. Our DW runs on Netezza. I don't have any issues connecting to it from SSIS. I am still having a hard time understanding the entire process....
December 5, 2014 at 7:47 am
Viewing 7 posts - 1 through 7 (of 7 total)