vote up 2 vote down star

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)?

flag

3  
I say "at at error" – Kane Jun 2 at 13:19
1  
Seriously? Programming pronunciation? – Lazarus Jun 2 at 13:22
3  
No worse a topic than half the garbage people post here. – Wayne M Jun 2 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 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 at 14:41
show 2 more comments

5 Answers

vote up 12 vote down check

at at error

link|flag
is there any other way? – gbn Jun 2 at 13:21
1  
monkey monkey error? – 01 Jun 2 at 15:26
double at error? – Nosredna Jun 2 at 18:24
vote up 31 vote down

at-at error

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

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|flag
2  
I don't even know how to pronounce "SQL." – Nosredna Jun 2 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 at 15:20
vote up 1 vote down

global error number

link|flag
vote up 0 vote down

You use BEGIN TRY and BEGIN CATCH blocks. =)

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

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

Your Answer

Get an OpenID
or

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