SQL Server Error Msg 18054 – Error %d, severity %d, state %d was raised, but no message with that error number was found in sys.messages. If error is larger than 50000, make sure the user-defined message is added using sp_addmessage.

In this blog post, let’s learn about the error message “18054 – Error %d, severity %d, state %d was raised, but no message with that error number was found in sys.messages. If error is larger than 50000, make sure the user-defined message is added using sp_addmessage.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

18054 – Error %d, severity %d, state %d was raised, but no message with that error number was found in sys.messages. If error is larger than 50000, make sure the user-defined message is added using sp_addmessage.

Reason for the Error

To be update soon…

Solution

To be update soon…