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)?
|
|
|||||||||||||||||||
|
|
|
at at error |
||
|
|
|
||||||||||
|
|
|
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. |
||
|
|
global error number |
||
|
|
|
|
You use BEGIN TRY and BEGIN CATCH blocks. =) Check it out: http://msdn.microsoft.com/en-us/library/ms175976.aspx |
||
|

