Viewing 3 posts - 1 through 3 (of 3 total)
I appreciate the comments but nothing is working. When I use the SQL Server Manager to Import the data from Oracle it works fine with no errors. ...
November 17, 2009 at 2:22 pm
#1080548
Here is the entire query. It is basically the lines with the word description that are causing the problem in SSIS. Thanks
select c2.inventoryid,
CASE WHEN i.accepted = 0 THEN...
November 2, 2009 at 8:44 am
#1073834
In PL SQL Developer I can see that the case is lower and when I run the query in PL SQL Developer it runs fine. When I use the...
November 1, 2009 at 1:49 pm
#1073624