Viewing 8 posts - 16 through 23 (of 23 total)
Unfortunately no joins. Their explanation:
The db server software does not have the concept of a join, therefor, the query language and translator do not attempt to support one.
So I...
June 23, 2008 at 8:27 am
I'm pulling the ID and the record mod date down onto my sql server and then adding the row number column. Now I need to issue the subsequent queries...
June 23, 2008 at 8:06 am
It's not a traditional relational database, and there are some (many) limitations in the sql translation process (read only supporting only simple select statements, no joins, no order by, IS...
June 23, 2008 at 7:37 am
Here is a sample of what my initial query is bringing in:
031134426/13/2008 12:00:00 AM
032084386/13/2008 12:00:00 AM
032117046/16/2008 12:00:00 AM
032162016/16/2008 12:00:00 AM
I add a column to (hopefully) make processing easier:
1031134426/13/2008 12:00:00 AM
2032084386/13/2008...
June 23, 2008 at 6:49 am
Yes, Thanks Brandie. The post is very much appreciated. I am working through it now, and will let you know how it goes.
Couple of notes:
- Correct, the...
June 19, 2008 at 8:04 am
Worked like a charm. Thanks, Frank!
May 16, 2008 at 7:06 am
Hi Frank,
How would your code look without the use of a proxy server?
Thanks,
Dave
May 15, 2008 at 3:41 pm
Thanks, I spoke with the data provider and there were some data quality issues that were taken care of. Now my package is running smoothly again.
April 2, 2008 at 2:46 pm
Viewing 8 posts - 16 through 23 (of 23 total)