Viewing 15 posts - 406 through 420 (of 3,666 total)
Lynn Pettis (8/11/2015)
Alvin Ramard (8/11/2015)
WayneS (8/11/2015)
Lynn Pettis (8/11/2015)
What an attitude.Duly smacked
It's actually the last variable, that's NULL. 😀
I think we scared him off.
WTF = Where's That Fellow ??? ...
August 11, 2015 at 3:52 pm
WayneS (8/11/2015)
Lynn Pettis (8/11/2015)
What an attitude.Duly smacked
It's actually the last variable, that's NULL. 😀
August 11, 2015 at 3:46 pm
SQLRNNR (8/11/2015)
Alvin Ramard (8/11/2015)
I thought he was just asking: "Wed, Thurs, Fri?" 😀No. It means "Where's The Fire?"
Well, That's Fine.
August 11, 2015 at 3:44 pm
Eirikur Eiriksson (8/11/2015)
mar.ko (8/11/2015)
BEGIN
FETCH NEXT FROM C_tables INTO
@ColName
,@ColOrdPosit
,@TabSchema
,@TabName
,@ColDataType
,@ColDefaultVal
;
PRINT @ColName + ' ' +STR(@ColOrdPosit) + ' ' +@TabSchema + ' ' +@TabName + ' ' +...
August 11, 2015 at 3:22 pm
te_<3 (8/11/2015)
OMG, that's it, I had an extra 'else'?thank you thank you thank you thank you thank you thank you thank you thank you thank you
You're welcome.
Extra Else and...
August 11, 2015 at 2:58 pm
Eirikur Eiriksson (8/11/2015)
Michelle-138172 (8/11/2015)
August 11, 2015 at 2:49 pm
te_<3 (8/11/2015)
this is my last line of my select statement, tried ending the...
August 11, 2015 at 2:47 pm
Michelle-138172 (8/11/2015)
August 11, 2015 at 2:31 pm
Please stop posting the same question multiple times.
August 11, 2015 at 2:27 pm
SQLRNNR (8/11/2015)
Just curious if anybody knows what a "SPAM DIG" happens to be? Is that like a clam dig?
... got me thinking (I know, scary!) ...
Not sure I'll eat...
August 11, 2015 at 2:13 pm
SQLRNNR (8/11/2015)
Eirikur Eiriksson (8/11/2015)
Steve Jones - SSC Editor (8/11/2015)
Ahh, 50,000 posts. Off doing real work and missed it. Amazing. Lots of forums don't have 50,000 posts in total.
Would have been...
August 11, 2015 at 1:28 pm
Steve Jones - SSC Editor (8/11/2015)
Jeff Moden (8/11/2015)
Despicable types that are inhouse might like to cover their tracks by altering logs. External hackers might also try if they got...
August 11, 2015 at 1:11 pm
andrew gothard (8/11/2015)
Jack Corbett (8/10/2015)
Steve Jones - SSC Editor (8/10/2015)
Query query, sql sql, should we debate tomatoes and potatoes as well?How about "daytah" vs. "dahtah"?
I thought Patrick Steward...
August 11, 2015 at 10:06 am
Lynn Pettis (8/11/2015)
declare @BatchSize int = 5000, -- change as desired
@ArchiveDate...
August 11, 2015 at 9:31 am
Viewing 15 posts - 406 through 420 (of 3,666 total)