Category: ASP

How to add an error message in SQL Server 2005

sp_addmessage @msgnum =50001,
@severity =10,
@msgtext ='An error occurred updating the NonFatal table'

How useful was this post?

Click on a star to rate it!

Average rating 5 / 5. Vote count: 1

No votes so far! Be the first to rate this post.