June 1, 2011 at 3:52 pm
SQLRNNR (6/1/2011)
jcrawf02 (6/1/2011)
Ok, worst joke I never got:"What do you get when you cross a mountain climber and a mosquito?
Nothing, you can't cross a scalar and a vector!"
Wut? How is a mosquito a vector?
Maybe this is the relationship?
Or maybe this (apparently a type of mosquito)
http://www.idph.state.il.us/public/hb/hbmosquito.htm
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
June 1, 2011 at 4:12 pm
jcrawf02 (6/1/2011)
Ok, worst joke I never got:"What do you get when you cross a mountain climber and a mosquito?
Nothing, you can't cross a scalar and a vector!"
Wut? How is a mosquito a vector?
Oh that's terrible...
Mosquitos are vectors for disease, maleria's the most commonly known one. Montain climbers are scalars because they scale things.
And no, you can't cross a scalar and a vector. Cross products require two vectors.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 1, 2011 at 4:13 pm
Steve Jones - SSC Editor (6/1/2011)
DBCC JobChange ('<html><submit url="www.dice.com" attach="resume.doc">')
Except that throws an Invalid Region Exception.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 1, 2011 at 4:24 pm
Brings me back to the beginning of my days (pun intended). A different language entirely:
10 Print "I'm not a Re-Curser but I am a Re-Cursor."
20 GOTO 10
Now if I would only remember how to re-write this in a proper language like X86 Assembler :w00t:
June 1, 2011 at 5:04 pm
Jan Van der Eecken (6/1/2011)
Brings me back to the beginning of my days (pun intended). A different language entirely:
10 Print "I'm not a Re-Curser but I am a Re-Cursor."
20 GOTO 10
Now if I would only remember how to re-write this in a proper language like X86 Assembler :w00t:
This might be close:
l1: move cx, 10
cec cx
mov ah, 9
mov dx, msg
int 0x21
mov ax, 0x4C00
int 0x21
msg db 'Im not a Re-Curser but I am a Re-Cursor.$'
loop l1
... I've never done too much with assembler except for, erhm, int 13 calls followed by a jmp F000:FFF0. I won't mention why. That was a long, long time ago in another life.
Jim Murphy
http://www.sqlwatchmen.com
@SQLMurph
June 1, 2011 at 6:52 pm
jcrawf02 (6/1/2011)
Ok, worst joke I never got:"What do you get when you cross a mountain climber and a mosquito?
Nothing, you can't cross a scalar and a vector!"
Wut? How is a mosquito a vector?
A mosquito is a disease vector, like with malaria.
If I'm being clueless and you do actually get the joke, my apologies for explaining.
--------------------------------------
When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
--------------------------------------
It’s unpleasantly like being drunk.
What’s so unpleasant about being drunk?
You ask a glass of water. -- Douglas Adams
June 1, 2011 at 9:35 pm
Rolling to Pensacola in the am for SQL Sat 77, and likely out of touch most of Fri and Mon (vacation). Hope to see some of you there.
June 1, 2011 at 10:42 pm
Fal (6/1/2011)
Can you tell me what Hoot means?
Actually, it's the sound made when you blow a pork chop out of your nose. 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2011 at 12:35 am
Jeff Moden (6/1/2011)
Fal (6/1/2011)
Can you tell me what Hoot means?Actually, it's the sound made when you blow a pork chop out of your nose. 😛
You know, these pork chops sound like thoroughly disgusting things, without even speaking of the parsons nose versions. In fact, I suspect that if you were to get hit by one then authorities wearing biohazard suits would grab you and give you a shower clothes and all in the middle of the street. It's something I'd code RBAR to avoid. :ermm:
Steve.
June 2, 2011 at 1:10 am
Jan Van der Eecken (6/1/2011)
Now if I would only remember how to re-write this in a proper language like X86 Assembler :w00t:
x86 a *proper* language? 68000 assembly all the way!!! (Darn IBM for picking the inferior processor when they built the first PC... :-D).
June 2, 2011 at 7:49 am
paul.knibbs (6/2/2011)
Jan Van der Eecken (6/1/2011)
Now if I would only remember how to re-write this in a proper language like X86 Assembler :w00t:x86 a *proper* language? 68000 assembly all the way!!! (Darn IBM for picking the inferior processor when they built the first PC... :-D).
I have no interest in "proper" programming languages. I don't have time to be holding my pinkies out while I type or putting doilies under everything.
--------------------------------------
When you encounter a problem, if the solution isn't readily evident go back to the start and check your assumptions.
--------------------------------------
It’s unpleasantly like being drunk.
What’s so unpleasant about being drunk?
You ask a glass of water. -- Douglas Adams
June 2, 2011 at 8:12 am
Jan Van der Eecken (6/1/2011)
Brings me back to the beginning of my days (pun intended). A different language entirely:
10 Print "I'm not a Re-Curser but I am a Re-Cursor."
20 GOTO 10
Now if I would only remember how to re-write this in a proper language like X86 Assembler :w00t:
A proper language?
I know how to keep you in suspense.
(Isn't that the original of all this infinite-loop stuff?)
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
June 2, 2011 at 8:43 am
There are two types of people in this world.
Those who can anticipate what's coming next.
__________________________________________________
Against stupidity the gods themselves contend in vain. -- Friedrich Schiller
Stop, children, what's that sound? Everybody look what's going down. -- Stephen Stills
June 2, 2011 at 9:40 am
To quote from a thread I've been involved:
Also, I will start to participate on the site more often. It has always been useful and seems to be very helpful and friendly.
What else can we ask for?
June 2, 2011 at 9:42 am
LutzM (6/2/2011)
To quote from a thread I've been involved:Also, I will start to participate on the site more often. It has always been useful and seems to be very helpful and friendly.
What else can we ask for?
To be paid?
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
Viewing 15 posts - 26,881 through 26,895 (of 66,712 total)
You must be logged in to reply to this topic. Login to reply