Viewing 11 posts - 1 through 11 (of 11 total)
PaulB-TheOneAndOnly (8/17/2011)
amir.mochtar (8/17/2011)
i just need help, i have problem when binding value in an input variable with pl/sql script in SSIS package.
here...
August 17, 2011 at 10:13 pm
sorry before. if i posted in wrong thread.
i just need help, i have problem when binding value in an input variable with pl/sql script in SSIS package.
here the illustration...
August 17, 2011 at 4:59 am
LutzM (8/16/2011)
The issue you describe is not even related to the subject discussed in the original thread.
Ask your question using a new thread in the SSIS...
August 17, 2011 at 4:28 am
the sqlist (8/11/2011)
the sqlist (8/11/2011)
amir.mochtar (8/10/2011)
August 11, 2011 at 7:54 am
Hi all,
sorry before if OOT
need help, i have sql statement like this :
select col0, col1, col2
from table1
where substring(col0,1,3) IN (select colref from tableRef where active=1)
if want to convert this...
August 11, 2011 at 2:48 am
Is there other way other than use merge join ? i don't know what's wrong in my SP or SSIS package. when i use merge join component (with multiple instance,...
August 10, 2011 at 7:47 pm
i created #tmp table when processing large of rows then i made index for some columns, those are often used in inquiry. Did i do right?
August 10, 2011 at 6:57 pm
Could it possible to use @table variable or CTE for processing 10 million records up? i'm afraid it will drain the memory.
August 9, 2011 at 9:31 pm
Viewing 11 posts - 1 through 11 (of 11 total)