Viewing 4 posts - 1 through 4 (of 4 total)
Thanks for the quick reply, but I was totally unclear as to what I really needed. If you look at the code below I am retrieving this data via...
June 9, 2002 at 2:28 pm
Thanks for everyone who responded. Looks like based on our needs we will probably just go with a table that gets "refreshed" as needed.
Trying to rank potentially 20k+ records...
May 1, 2002 at 8:40 pm
Interesting way to create the rankings. Unfortunately this is rather slow even with only 10k records in my table. I will be having at least 20k+ records in...
May 1, 2002 at 4:07 pm
ECH_Summary DDL
-------------------------------------
CREATE TABLE [dbo].[ECH_Summary] (
[husr_UID] [int] NOT NULL ,
[esum_AtBats] [smallint] NULL ,
[esum_Runs] [smallint] NOT NULL ,
[esum_Hits] [smallint] NOT NULL ,
[esum_Doubles] [smallint] NOT NULL ,
[esum_Triples] [smallint] NOT NULL ,
[esum_Homeruns] [smallint] NOT...
April 30, 2002 at 11:19 am
Viewing 4 posts - 1 through 4 (of 4 total)