Tag: MS SQL Server Error Codes

SQL Server Error Code – 21129 terminating immediate updating or queued

In this blog post, you’ll learn more about the SQL Server Error Code 21129 and the error message description that is shown SQL Server Error Code 21129 SQL Server Error Description for the Code :21129 Terminating immediate updating or queued updating UPDATE trigger because it is not the first trigger to fire. Use sp_settriggerorder procedure to set the firing order for trigger ‘%s’ to first.

SQL Server Error Code – 8682 select via cursor failed because in xml

In this blog post, you’ll learn more about the SQL Server Error Code 8682 and the error message description that is shown SQL Server Error Code 8682 SQL Server Error Description for the Code :8682 SELECT via cursor failed because in XML plan provided to USE PLAN hint, neither Populate nor Fetch plans are provided, and at least one must be present. For best likelihood…

SQL Server Error Code – 13722 computed column is defined with a user-d

In this blog post, you’ll learn more about the SQL Server Error Code 13722 and the error message description that is shown SQL Server Error Code 13722 SQL Server Error Description for the Code :13722 Computed column is defined with a user-defined function which is not allowed with system-versioned table ‘%.*ls’ because it performs user or system data access, or is assumed to perform this…