Viewing 15 posts - 2,761 through 2,775 (of 3,666 total)
Lynn Pettis (12/11/2009)
GSquared (12/11/2009)
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 11, 2009 at 2:50 pm
Steve Jones - Editor (12/11/2009)
I got an email today from Red Gate, the subject was "108 bottles of beer and 16 pizzas"
The rest of the email was "in...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 11, 2009 at 2:38 pm
The Dixie Flatline (12/11/2009)
A googolplex bottles of beer on the wall, a googolplex bottles of beer.....
Someone going to flatline!!
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 11, 2009 at 2:25 pm
GSquared (12/11/2009)
Alvin Ramard (12/11/2009)
GSquared (12/11/2009)
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 11, 2009 at 2:16 pm
SET NOCOUNT ON
DECLARE @Posts INT
SET @Posts = 9958
DECLARE @Up INT
SET @Up = 1
DECLARE @Verse VARCHAR(200)
SET @Verse = ' '
WHILE @Posts < 9999
BEGIN
SET @Verse = CAST(@Posts + @Up AS VARCHAR(5))+...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 11, 2009 at 2:03 pm
GSquared (12/11/2009)
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 11, 2009 at 2:00 pm
GSquared (12/11/2009)
Alvin Ramard (12/11/2009)
GSquared (12/11/2009)
select cast(Number as varchar(10)) + ' bottles of beer on the wall' + cast(Number as varchar(10)) + ' bottles of beer
take one down, pass it around'
from...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 11, 2009 at 1:50 pm
GSquared (12/11/2009)
select cast(Number as varchar(10)) + ' bottles of beer on the wall' + cast(Number as varchar(10)) + ' bottles of beer
take one down, pass it around'
from dbo.Numbers
where Number between...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 11, 2009 at 1:45 pm
bitbucket-25253 (12/11/2009)
DECLARE @Rem INT
SET @Rem = 56
DECLARE @Down INT
SET @Down = 1
DECLARE @Verse VARCHAR(Max)
SET @Verse = ' '
WHILE @Rem > 0
BEGIN
...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 11, 2009 at 1:39 pm
GabyYYZ (12/11/2009)
Lynn Pettis (12/11/2009)
GabyYYZ (12/11/2009)
Lynn Pettis (12/11/2009)
Sometimes, you just have to question people.
Was the original post a request or a command? (or is it a followup to another thread...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 11, 2009 at 1:19 pm
The Dixie Flatline (12/11/2009)
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 11, 2009 at 9:25 am
Lynn Pettis (12/10/2009)
GSquared (12/10/2009)
Lynn Pettis (12/10/2009)
Roy Ernest (12/10/2009)
I dont fall under that category..I know nothing.... I know nothing... :w00t:
Dating myself here, but I actually hear Sgt Shultz from Hogan's Heros!...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 10, 2009 at 1:32 pm
hmmm, what's the celebration plans for when the Thread reaches 10000?
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 10, 2009 at 1:06 pm
Roy Ernest (12/10/2009)
I dont fall under that category..I know nothing.... I know nothing... :w00t:Wait a minute... What is nothing?:ermm:
If you know you know nothing then you know something.
:w00t:
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 10, 2009 at 12:45 pm
Lynn Pettis (12/10/2009)
Roy Ernest (12/10/2009)
I dont fall under that category..I know nothing.... I know nothing... :w00t:
Dating myself here, but I actually hear Sgt Shultz from Hogan's Heros! :w00t:
I'm in that...
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
December 10, 2009 at 12:44 pm
Viewing 15 posts - 2,761 through 2,775 (of 3,666 total)