Viewing 15 posts - 76 through 90 (of 96 total)
mdonnelly (2/27/2009)
David McKinney (2/27/2009)
mdonnelly (2/27/2009)
Peter E. Kierstead (6/16/2008)
I'll index this table appropriately, and wallah!, home-grown full-text index...
This would have been on the bubble of being excusable had the original article...
February 27, 2009 at 1:08 pm
john.arnott (8/6/2008)
August 7, 2008 at 8:59 am
Great article and great solutions to an "interesting" requirement set!
I admit I didn't read the original post, but the assumption Chris's and Phil's solutions rely on (that duplicate rows are...
August 5, 2008 at 12:03 pm
Sure, I just can't think of any code I'd run in a loop, cursor or otherwise! 😀
I'm serious about my comment on "Wall Clock" benchmarking, though. I don't know...
June 13, 2008 at 3:45 pm
Kevin Rathgeber (6/13/2008)
...(I know I could use sum(), I was just running a test on a large dataset)....
OK, never mind. Looks like I might have been preaching to...
June 13, 2008 at 3:21 pm
Oops, I meant
"Select sum(site_frontage) as TheAnswer from Site"
June 13, 2008 at 3:06 pm
I apologize for jumping into the middle of this thread, but I must be missing something. What's wrong with
"Select sum(SF) as TheAnswer from Site"?
Or is the whole point...
June 13, 2008 at 3:00 pm
jcrawf02 (6/13/2008)
June 13, 2008 at 8:47 am
I'm having the same problem. Performance monitor is not running, but the error still appears when sql server service is restarted. OS is Windows 2000 V 5.00.2195 (sp4)....
November 5, 2007 at 6:00 pm
Great post Jeff,
I'm jumping in a little late, but here's my 2 cents:
"if you did have someone to fix it, it wouldn't have been written to cause a problem...
May 1, 2007 at 10:27 am
CORRECTION. The prior posted sql may have duplicates. The following should work better:
--List tables, columns and column descriptions
select SO.name as 'table', SC.name as...
January 11, 2007 at 9:26 am
This may not have been mentioned in the article because it's too obvious, but I consider a database relational diagram to be one of the most important pieces of documentation...
January 11, 2007 at 9:07 am
Another great article, Steve!
I know it's good to keep it short, but I would expand the "Null math" section to include awareness of the ANSI_NULLS option and its effect on...
December 1, 2006 at 10:01 am
"Actually comparisons of a NULL (or a non-NULL value) to a NULL results in UNKNOWN. Your point is taken though: The WHERE clause only returns results for rows...
August 23, 2006 at 1:01 pm
Viewing 15 posts - 76 through 90 (of 96 total)