October 8, 2010 at 2:21 am
Hi SSIS Masters,
I have one issue in using load utility of db2 in SSIS. I have successfully run the below sql statement in db2 command editor but need to know how can I execute the same using SSIS task.
my primary objective is to load the db2 table from the file.
db2 LOAD CLIENT
FROM 'C:\test\Sample.txt'
OF DEL
MODIFIED BY DUMPFILE='C:\test\reject.txt'
COLDEL|
METHOD P (1,2,3,4)
Insert INTO DB2INST1.testTable
(col1,
col2,
col3,
col4 )
Thanks in advance.
JKB
Viewing 0 posts
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy