Questions tagged [sysobjects]
31 questions
-2
votes
1 answer
Finding objectid that faced with an error in a SQL Server try/catch block
I'm using try...catch instructions to handle errors in SQL Server and I need to recognize the object (e.g. code of the field that has been faced with error) so that I can show my own message instead of default system error message.
Here is my stored…

Farshid
- 5,134
- 9
- 59
- 87