SQL Server Error Code – 353 function ?%.*ls? is not allowed in the %

In this blog post, you’ll learn more about the SQL Server Error Code 353 and the error message description that is shown

SQL Server Error Code

353

SQL Server Error Description for the Code :353

Function ?%.*ls? is not allowed in the %S_MSG clause when the FROM clause contains a nested INSERT, UPDATE, DELETE, or MERGE statement. This is because the function performs user or system data access, or is assumed to perform this access. By default, a function is assumed to perform data access if it is not schema-bound.

Leave Your Comment