Viewing 15 posts - 16 through 30 (of 63 total)
This is a change to a report that I created that's in testing--hasn't been released. I really appreciate the info but it's almost "TOO MUCH INFO". 🙂
I'm working with a...
December 2, 2008 at 10:16 am
Okay, I'm confused. I have the @RowNum = RowNum in the last code snippet I posted. And that would be the clustered index, but I don't want to use it...
December 2, 2008 at 9:26 am
Thanks for the replies.
To the person with the link re running totals, thanks much, that's where I originally got this code. The "with tablelockx" (not viewing it right now-spelling?) never...
December 1, 2008 at 3:31 pm
I really appreciate all the replies. I figured there had to be a way to specify an index on this, but could not find it in any of my books....
December 1, 2008 at 2:36 pm
I got the Running Balance code off the Internet and it worked well. Until I tried to do it again.
December 1, 2008 at 1:57 pm
Oh, the report has been through many iterations but it runs and is now in Crystal with the SQL Server stored proc as a data source. It's currently in testing...
December 1, 2008 at 9:26 am
Yes, I checked them and they were missing. Which is another odd thing. I've never had to add them myself.
November 24, 2008 at 1:34 pm
I've done that. It won't Verify and if I try to Change DataSource I just get in a loop. I feel like I need to reinstall Crystal or SQL Server,...
November 24, 2008 at 12:11 pm
Thanks for all the suggestions. I changed it to a varchar in Crystal and just convert it to a datetime in the proc. It works although there's some string manipulation...
November 12, 2008 at 10:16 am
I get the same results that you show. However, when I put it in my stored proc, I get no results and I should. Don't know if anyone wants to...
October 14, 2008 at 7:34 am
--===== If the test table already exists, drop it
IF OBJECT_ID('TempDB..#mytable','U') IS NOT NULL
DROP TABLE #mytable
--===== Create the...
October 10, 2008 at 1:15 pm
I did post some sample data and table structure. Wish I'd copied it somewhere.
I'll try again below here:
OBJ_ID MATRIX_CAT MX_VALUE
16109 ...
October 10, 2008 at 1:06 pm
Yes, I wondered if you'd recognize Lawson.
I'm kind of a SQL Server newbie and don't have any direction or standards here but my logic created something no one else, including...
October 3, 2008 at 9:07 am
Sure. It's a long one--it branches off into one of two options--I think I'll just paste the top part to remove some bulk. Also my IT guy is installing virtual...
October 2, 2008 at 2:12 pm
Viewing 15 posts - 16 through 30 (of 63 total)