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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Error logging

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-04-08 : 11:56:29
Valter writes "I have an error code obtained from @@ERROR.
I can get the description for that error message from
the master.sysmessages table but how do I get the
actual message instead of the message with the parameters

ex:

I want

Invalid object name 'tablex'.

not

Invalid object name '%*.ls'"
   

- Advertisement -