April 16, 2010 at 6:30 pm
Jason it's late go home. If I remember correctly it is Las Vegas where you work?
If so, stop at a few places along the strip, have a glass of refreshment ... you will get over this strange desire to document the istory for @#$% procedures.
April 16, 2010 at 6:39 pm
All right... I believe I've found all the places where I posted that code and have deleted it with an explanation. Needless to say, I'm a bit embarrassed. Ah... almost forgot... gotta see if I can find it on ASK...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 16, 2010 at 6:47 pm
What do you know. I'm surprised it was there back then. Wonder if it was in 60
April 16, 2010 at 7:16 pm
I almost shudder to post this, but you all might like this:
as a sample, let me Google clustered index for you: http://lmgtfy.com/?q=clustered+index
April 16, 2010 at 7:16 pm
Steve Jones - Editor (4/16/2010)
What do you know. I'm surprised it was there back then. Wonder if it was in 60
Did 6.0 come out before or after the date in the procedure?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
April 16, 2010 at 7:45 pm
Steve Jones - Editor (4/16/2010)
What do you know. I'm surprised it was there back then. Wonder if it was in 60
I don't think so. I think 6.0 is too old - by virtue of the date in the proc.
Honestly, I was surprised too. I learned something today (albeit of little use).
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 16, 2010 at 7:50 pm
Jack Corbett (4/16/2010)
Steve Jones - Editor (4/16/2010)
What do you know. I'm surprised it was there back then. Wonder if it was in 60Did 6.0 come out before or after the date in the procedure?
6.0 came out before that date. Not much before, but it was 95.
6.5 was released in 96 which would work well with that date in the proc.
And I'm not going to try to install 6 in order to try and find that proc. There has to be good reason they went from 6 to 6.5 in <= 1 yr.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 17, 2010 at 7:01 am
Steve Jones - Editor (4/16/2010)
I almost shudder to post this, but you all might like this:as a sample, let me Google clustered index for you: http://lmgtfy.com/?q=clustered+index
Steve, surely you've seen me use that before? Heck, I picked it up from here at least 6 mos ago!
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 17, 2010 at 7:26 am
WayneS (4/17/2010)
Steve Jones - Editor (4/16/2010)
I almost shudder to post this, but you all might like this:as a sample, let me Google clustered index for you: http://lmgtfy.com/?q=clustered+index
Steve, surely you've seen me use that before? Heck, I picked it up from here at least 6 mos ago!
Oh, but you can't repeat a good thing too often.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 17, 2010 at 8:04 am
Grant Fritchey (4/17/2010)
WayneS (4/17/2010)
Steve Jones - Editor (4/16/2010)
I almost shudder to post this, but you all might like this:as a sample, let me Google clustered index for you: http://lmgtfy.com/?q=clustered+index
Steve, surely you've seen me use that before? Heck, I picked it up from here at least 6 mos ago!
Oh, but you can't repeat a good thing too often.
Oh I agree. And with some of these posters... it's just the best link to give them. Gives them their answer, and let's them know just how lazy they are.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
April 17, 2010 at 9:35 am
WayneS (4/17/2010)
Grant Fritchey (4/17/2010)
WayneS (4/17/2010)
Steve Jones - Editor (4/16/2010)
I almost shudder to post this, but you all might like this:as a sample, let me Google clustered index for you: http://lmgtfy.com/?q=clustered+index
Steve, surely you've seen me use that before? Heck, I picked it up from here at least 6 mos ago!
Oh, but you can't repeat a good thing too often.
Oh I agree. And with some of these posters... it's just the best link to give them. Gives them their answer, and let's them know just how lazy they are.
I'm sure there are a percentage that notice and either feel a bit of shame or some indignation, but I'll bet the majority just cruise right by and don't even notice, as long as they get the answer they want.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
April 17, 2010 at 9:39 am
Yeah, those dates from Jason sound right. We upgraded from 4.2 to 6.0 to start a dev project, and then about 6 months in 6.5 came out. I don't remember why, but I think it was that 6.0 was missing stuff. Either things weren't finished, or my guess, they didn't work right. That was MS's first cut at this as the 4.2 was a sybase port.
It's not worth it, but if I remember, 60 was in the spring/summer of 95 and 65 was late 95/early 96 that it went RTM.
April 17, 2010 at 9:39 am
CirquedeSQLeil (4/16/2010)
That proc is a real piece of work - compare it some day to sql 2008.
There is very little difference - cosmetic bits (changes of captitalisation, "Exec" instead of "execute", deletion of a code fragment that was commented out in SQLS 2000, adding a rather useless comment), things required by system changes between 2000 and 2008 (using system view instead system table, using sysprocesses_ex instead of sysprocesses) and an interface change (adding the request_id column to the result set, which is pretty trivial in code terms). Why do you think it interesting to compare the two versions? (Or is my old version of sp_who2 different from the "real" 2008 version?)
Tom
April 17, 2010 at 9:39 am
Wayne,
Hadn't seen that before, but it's great. I bookmarked it to use it for some question.
April 17, 2010 at 9:45 am
Steve Jones - Editor (4/17/2010)
Yeah, those dates from Jason sound right. We upgraded from 4.2 to 6.0 to start a dev project, and then about 6 months in 6.5 came out. I don't remember why, but I think it was that 6.0 was missing stuff. Either things weren't finished, or my guess, they didn't work right. That was MS's first cut at this as the 4.2 was a sybase port.It's not worth it, but if I remember, 60 was in the spring/summer of 95 and 65 was late 95/early 96 that it went RTM.
I don't remember 60 at all, but I do remember having to reinstall & reconfigure when 6.5 came out and it was realy fast after we had the 6.0 install done.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 15 posts - 14,446 through 14,460 (of 66,712 total)
You must be logged in to reply to this topic. Login to reply