Some of the developers are using the following syntax in RaiseError:
RAISERROR('My business error message', 16, 0)
With the purpose of reusing the catch part of the try..catch block for business error too.
But I spotted several event log entries like this:
Msg # 50006, <blabla> please register the error message with sp_addmessage
There's some way to disable the creation of such events? I searched google, msdn and docs but didn't find a clue.