Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error messages in sql server - urgent

Status
Not open for further replies.

Sangita

Programmer
Jan 13, 2002
7
IN
Hi,
Plz can anyone tell me how to get the corresponding error message for the error number indicated by @@error during runtime in stored proc.Sysmessages tables have the error messages,but then i need the actual message that has all parameters embedded in the message found in that table...so plz let me know how to get hold of system error messages during runtime.

THANX
Sangita
 
What for ? In your client application you can catch any exception and give to user error message supplied my MSSQL.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top