Viewing 15 posts - 1 through 15 (of 19 total)
GSquared (5/20/2008)
lfmn (5/20/2008)
GSquared (5/20/2008)
declare @String varchar(max)
select @string = coalesce(@string + ',' + cast(ModuleID as varchar(10)),...
May 21, 2008 at 5:20 am
GSquared (5/20/2008)
declare @String varchar(max)
select @string = coalesce(@string + ',' + cast(ModuleID as varchar(10)),
...
May 20, 2008 at 12:44 pm
Sauron J. Terrill (5/20/2008)
declare @table table(identifier int identity(1,1), ModuleID...
May 20, 2008 at 12:30 pm
GSquared (5/1/2008)
lfmn (5/1/2008)
Thanks. I'm concerned about performance. Do you know if this solution would out-perform the convert function?
Which solution are you asking about? Steve's use of datepart in the...
May 1, 2008 at 11:00 am
Thanks. I'm concerned about performance. Do you know if this solution would out-perform the convert function?
May 1, 2008 at 8:49 am
I would do the following (after 2 days of cursing upper management)
1. Ask management for a quantifiable list of objectives they wish to accomplish. If they won’t provide one, make...
May 1, 2008 at 8:45 am
Thanks for your input. I'll be sure to read your article.
February 20, 2008 at 10:51 am
Thanks for your input. I'll check out that article.
February 20, 2008 at 4:05 am
Bravo. I'm standing on my desk applauding. I especially agree with one point - "we get paid to solve problems." Most clients don't care if we write "elegant" code. They...
January 15, 2007 at 9:58 am
That was all that was in the book. I've never read anything else on the issue (although I've looked). Most of what I've found has been opinion rather than...
June 27, 2002 at 11:47 am
One source for binary sort order being faster is Microsoft SQL Server 7.0 DBA Survival Guide by Spenik and Sledge. Page 92 - 'Binary sort order is the fastesdt...
June 24, 2002 at 5:38 am
I may be one of the few that new I wanted to be a DBA starting in college. I went back to get my CS degree at the advanced...
April 29, 2002 at 7:49 am
Viewing 15 posts - 1 through 15 (of 19 total)