Viewing 6 posts - 1 through 6 (of 6 total)
That does get the dates correctly. But I need it in a cursor format so that it will spit out a results set with the dates as the first...
December 22, 2008 at 7:06 pm
There as got to be an easier way. The entire procedure mathematically is currently working,except for producing too many rows of data. The cross tabbing, for the purpose...
December 22, 2008 at 1:36 pm
I needed to loop through dates and just grab a sequence number each time from the tally table to run it against parameters in a stored procedure. I then...
December 22, 2008 at 12:34 pm
Thanks
I explained what I was trying to accomplish in detail because it seems to be tricky to get it to work exactly right.
If I have:
OPEN CUR_DATES
FETCH NEXT FROM CUR_DATES INTO...
December 22, 2008 at 12:28 pm
The application that reports run from is a Third party vendor. It is a Java application and it is configured for JDBC or JTDC version of JDBC. If...
December 15, 2008 at 1:42 pm
Thanks for the help!
The select works to get me the counts. And the idea of the Tally table does make the selects more simplistic. I just have to...
December 10, 2008 at 10:25 am
Viewing 6 posts - 1 through 6 (of 6 total)