Viewing 9 posts - 1 through 9 (of 9 total)
Sorry... Forgot to update the forum..
Thats exactly what I did and it worked!!
Max
August 31, 2009 at 11:47 am
Hello
I am having the exact same issuse and changing the order is not helping me...
Summary of the problem:
SELECT a,b,c,, getdate() -90 AS defaultstartdate, getdate()-60 AS defaultenddate
FROM x,y,z
WHERE x.date BETWEEN @startdate...
August 21, 2009 at 2:50 pm
Thanks guys for your help... But I think I figured out a work around by using case....
SELECT a,b,c
FROM x,y,z,u
WHERE
x.id = y.id
AND y.num = z.num
AND u.loginid = @REPORTUSER
AND u.id =...
August 20, 2009 at 3:50 pm
Nevermind guys... I think I figured out a workaround... I change the conenction to ODBC instead of OLE DB and looks like it is working now.... Thanks for all your...
August 6, 2009 at 8:53 am
Yes... Right where the select statement is...
August 5, 2009 at 3:51 pm
Yes it is in a dataflow... When I try to cast it in the select statement in source, i get a DTS_E_OLEDBERROR --> "An OLE DB record is available. Source:"(null)"...
August 5, 2009 at 2:31 pm
yeah I dont think thats it...
After a lot of investigation and debugging, I've found that its failing at one specific row and only thing that I can see different...
August 5, 2009 at 1:37 pm
External Data is DT_TEXT
Output Data was DT_IMAGE... I even tried changing this to DT_TEXT.... still failed
August 5, 2009 at 11:27 am
Forgot to mention...
The source table has about a million records and the field with 'text' data type has paragraphs of unknown length and all kinds of special characters...
Also... this package...
August 4, 2009 at 2:57 pm
Viewing 9 posts - 1 through 9 (of 9 total)