How do you refer to something like @@error (T-SQL) when speaking? Is it like "at at error" or do you just say what it actually holds/represents (the error number)?

link|improve this question
3  
I say "at at error" – Kane Jun 2 '09 at 13:19
2  
Seriously? Programming pronunciation? – Lazarus Jun 2 '09 at 13:22
5  
No worse a topic than half the garbage people post here. – WayneM Jun 2 '09 at 13:34
@Lazarus - I know, I know... I'm talking to some tech recruiters and just realized I've never actually had to say it out loud. Finding the "t oop le" vs. "t up le" thread (as well as the discussion of "K-nooth" vs "Nooth") made me feel better about asking this :) – David J Jun 2 '09 at 13:42
1  
I taught myself java and referred to javac as Javak not java-c in an interview. I got quite the look for that one. I did get the job though. – Nathan Feger Jun 2 '09 at 14:41
show 2 more comments
feedback

5 Answers

up vote 14 down vote accepted

at at error

link|improve this answer
is there any other way? – gbn Jun 2 '09 at 13:21
2  
monkey monkey error? – IAdapter Jun 2 '09 at 15:26
double at error? – Nosredna Jun 2 '09 at 18:24
feedback

at-at error

link|improve this answer
4  
I would have marked this as correct :) – jckeyes Jun 2 '09 at 14:24
1  
That's the best answer I've ever seen. – Nosredna Jun 2 '09 at 14:38
+1 humorous ... oh wait wrong site. – Nathan Feger Jun 2 '09 at 14:39
And let the Force be with you! – AlexKuznetsov Jun 2 '09 at 15:17
feedback

I don't tend to speak in SQL that much but "at at error" would be it if I were reading the code out aloud. Otherwise I'd speak in pseudo-code.

link|improve this answer
2  
I don't even know how to pronounce "SQL." – Nosredna Jun 2 '09 at 14:48
Completely with you there. I read it as S Q L but (mainly through peer-pressure from middle-management-types) pronounce it as Sequal, My Sequal, etc. – Oli Jun 2 '09 at 15:20
A few years ago, when I was 'bout 17, my manager at a computer shop told me that it wasn't pronounced Sequal, it was pronounced "Squirrel", and he said that's what it actually meant. Weird. I haven't been bothered to find out the truth, but I just say Sequal anyway. :) – baeltazor Jan 31 '10 at 0:48
feedback

global error number

link|improve this answer
feedback

You use BEGIN TRY and BEGIN CATCH blocks. =)

Check it out: http://msdn.microsoft.com/en-us/library/ms175976.aspx

link|improve this answer
...hence the reason I've gotten by so long without saying @@error out loud :) – David J Jun 2 '09 at 13:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.