Viewing 15 posts - 451 through 465 (of 703 total)
Lynn Pettis (6/8/2009)
GilaMonster (6/8/2009)
Hey Barry. How about some basic Computer Science theory to start the day?Oh, great, our "PhD Candidate". Could have warned us on that one, Gail.
I couldn't...
June 8, 2009 at 10:10 am
Jeff, your response is valuable to the original poster in that it gives him a straight-forward, scalable solution, but may be more valuable to me and others on SSC in...
June 6, 2009 at 1:05 pm
I don't even have 2008 yet, but am trying to get ready for when we get it. We have many datetime fields currently used for just a date, letting the...
June 5, 2009 at 7:21 pm
If you're just trying to compress the code, you may want to consider a user-defined function that takes NO_Mnths, BTG and the integer month number as input and returns the...
June 5, 2009 at 6:37 pm
The only difference between PATINDEX and CHARINDEX is that PATINDEX supports wildcard characters for the match whereas CHARINDEX does not.
This code uses Charindex to fill in parameters of SUBSTRING....
June 5, 2009 at 5:25 pm
GSquared (6/5/2009)
Jeff Moden (6/5/2009)
Gianluca Sartori (6/5/2009)
June 5, 2009 at 2:07 pm
DBA Cabuloso (6/5/2009)
DECLARE @onechar as varchar(1)
DECLARE @onechar as char(1)
not to a table.
And the space allocated to both is equal.
Pay attention...
June 5, 2009 at 1:04 pm
Alvin Ramard (6/5/2009)
cs_troyk (6/5/2009)
June 5, 2009 at 11:49 am
A quick look at BOL explains the at-first weird looking addition result in your second example. FLOAT datatype defaults to 53 bits of mantissa data (the maximum for the...
June 5, 2009 at 2:13 am
Jeff Moden (6/3/2009)
WayneS (6/3/2009)
June 3, 2009 at 3:53 pm
bitbucket (6/3/2009)
RbarryYoungThe article link
http://www.sqlmag.com/Articles/ArticleID/101736/101736.html
but note:
This article is subscriber-only access
My goodness, what a teaser of an "Executive Summary" and first three sentences of the article. It sounds as though...
June 3, 2009 at 2:08 pm
Steve Jones - Editor (6/2/2009)
I have added a note in the article that the discussion should be checked. And I've logged an enhancement to automatically add notes to content when...
June 2, 2009 at 3:46 pm
Adam Machanic (6/2/2009)
GSquared (6/2/2009)
The concept is crap, but I'd rather see it published and debunked than left out there.
. . . . . . People believe, rightly or wrongly, that...
June 2, 2009 at 3:42 pm
mahesh_7474 (6/1/2009)
I am very new to SQL Server. I have attended the intreview for SQL server Junior developer. I can not find the answers for some of the questions...
June 1, 2009 at 1:44 pm
Jeff Moden (6/1/2009)
Lynn Pettis (6/1/2009)
Grant Fritchey (6/1/2009)
Lynn Pettis (6/1/2009)
June 1, 2009 at 12:03 pm
Viewing 15 posts - 451 through 465 (of 703 total)