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
 General SQL Server Forums
 New to SQL Server Programming
 error messages

Author  Topic 

mosheShperling
Starting Member

2 Posts

Posted - 2009-07-26 : 09:05:50
hello all! i need to add an error message
the syntax is:

EXEC sp_addmessage
@msgnum=500001,
@severity = 16,
@msgtext='can not delete this reccord'

thr problem is that my sql workes on russian and when i add this message i get such an anouncement
Msg 15279, Level 16, State 1, Procedure sp_addmessage, Line 97
?????? "???????" ????????? ????? ???????? ?????? ????? ?????? us_english.(which means you can add russian version only after version us_english)

How can I solve it?

   

- Advertisement -