'%.*ls' is not a recognized %S_MSG.

Error Message:
Msg 195, Level 15, State 10, Line 1
‘%.*ls’ is not a recognized %S_MSG.

Severity level:
15.

Description:
This error message appears, when SQL Server encounters the use of database object in the wrong context.

Consequences:
The SQL statement cannot be parsed and further execution is stopped.

Resolution:
Error of the Severity Level 15 are generated by the user and can be fixed by the SQL Server user. Database object must be used in their coorect context.

Versions:
All versions of SQL Server.

Example(s):
SELECT abc(1)

Remarks:
In the above example tries SQL Server to interpret abc(1) as system function. Because there is no such system function, the error is raised.

]]>

Leave a comment

Your email address will not be published.