Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-04-11 : 09:33:21
|
| Bob writes "Is there an system variable like @@ERROR that will give me the error message to the meaning of @@ERROR. For example, if @@ERROR returns 154, then @@msg is the text string that identifies the meaning.I will use the @@msg to return to a calling application." |
|
|
chiragkhabaria
Master Smack Fu Yak Hacker
1907 Posts |
Posted - 2006-04-11 : 09:40:51
|
| lookout for RAISERRORIf Debugging is the process of removing Bugs then i Guess programming should be process of Adding them. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|