Mega Code Archive

 
Categories / MSSQL Tutorial / System Functions
 

Adding a message to the sysmessages table using the REPLACE option

3> 4> 5> sp_addmessage 50001, 12, 'The specified value for %s was invalid.' 6>               , US_English, TRUE, REPLACE 7> GO