Category: SQL Server

SQL Server Error Code – 335 function call cannot be used to match a

In this blog post, you’ll learn more about the SQL Server Error Code 335 and the error message description that is shown SQL Server Error Code 335 SQL Server Error Description for the Code :335 Function call cannot be used to match a target table in the FROM clause of a DELETE or UPDATE statement. Use function name ?%.*ls? without parameters instead.

SQL Server Error Code – 21798 cannot execute the replication administr

In this blog post, you’ll learn more about the SQL Server Error Code 21798 and the error message description that is shown SQL Server Error Code 21798 SQL Server Error Description for the Code :21798 Cannot execute the replication administrative procedure. The ‘%s’ agent job must be added through ‘%s’ before continuing. See the documentation for ‘%s’.

SQL Server Error Code – 5318 in a merge statement, the source and tar

In this blog post, you’ll learn more about the SQL Server Error Code 5318 and the error message description that is shown SQL Server Error Code 5318 SQL Server Error Description for the Code :5318 In a MERGE statement, the source and target cannot have the same name or alias. Use different aliases for the source and target to ensure that they have unique names…