Viewing 15 posts - 196 through 210 (of 499 total)
UMG Developer (5/6/2010)
May 7, 2010 at 2:00 am
Am I right in thinking there are a more efficient ways of creating the test data?
Such as:
WITH NORBAR AS (
SELECT N FROM dbo.Tally
WHERE N < 500 )
INSERT INTO QOTD (Title,EmailAddress,DateSubmitted,Age)
SELECT...
May 6, 2010 at 9:34 am
This question must be clearing up common confusions - only 2% got it right so far - thats the worst ratio of correct answers I've seen on a QOTD
May 6, 2010 at 8:54 am
destification
(from my Dubya sat-nav voice "You have reached your destification")
May 4, 2010 at 5:11 am
CirquedeSQLeil (5/3/2010)
crookj (5/3/2010)
CirquedeSQLeil (5/3/2010)
hungrificationemulsification
pacification
Joe
humidification
pontification
May 4, 2010 at 4:55 am
Chris Morris-439714 (4/23/2010)
GSquared (4/22/2010)
jcrawf02 (4/22/2010)
Grant Fritchey (4/22/2010)
jcrawf02 (4/21/2010)
And now for something completely different...
Any advice...
April 23, 2010 at 4:01 am
Check out this article http://www.sqlservercentral.com/articles/T-SQL/69717/
You should end up with something like
SELECT DATE, ROW_NUMBER() OVER(PARTITION BY Date ORDR BY Date) AS RN
April 23, 2010 at 3:48 am
EDSAC !
My word - that was ancient history when I started on ICL 1900s
April 23, 2010 at 3:42 am
Great suggestion - I had a feeling ranking/over/partition syntax would come in somewhere. I've never seen it used on a COUNT before.
Attached files show my code and your code together,...
April 23, 2010 at 2:26 am
lmu92 (4/22/2010)
Would help a lot folks like me that prefer to have something to play with /...
April 22, 2010 at 3:08 pm
Yes, I had thought as much
My code is quite complex and I can't post it - for some reason the internet filters here won't let me - I'll...
April 22, 2010 at 11:46 am
Gianluca Sartori (4/22/2010)
Jack Corbett (4/22/2010)
Gianluca Sartori (4/21/2010)
Public const SC AS String = "'" 'Yes, you got it right, it's...
April 22, 2010 at 8:17 am
CirquedeSQLeil (4/21/2010)
jcrawf02 (4/21/2010)
And now for something completely different...
Any advice on ridding my lawn of...
April 22, 2010 at 8:05 am
jcrawf02 (4/21/2010)
And now for something completely different...
Any advice on ridding my lawn of the...
April 22, 2010 at 8:01 am
Viewing 15 posts - 196 through 210 (of 499 total)