Tag: MS SQL Server Error Codes

SQL Server Error Code – 21054 the trigger at the subscriber could not

In this blog post, you’ll learn more about the SQL Server Error Code 21054 and the error message description that is shown SQL Server Error Code 21054 SQL Server Error Description for the Code :21054 The trigger at the Subscriber could not execute commands at the Publisher over the linked server connection (triggers are used for Subscribers with updating subscriptions). Ensure sp_link_publication has been used…

SQL Server Error Code – 33219 the server was stopped because sql serve

In this blog post, you’ll learn more about the SQL Server Error Code 33219 and the error message description that is shown SQL Server Error Code 33219 SQL Server Error Description for the Code :33219 The server was stopped because SQL Server Audit ‘%.*ls’ is configured to shut down on failure. To troubleshoot this issue, use the -m flag (Single User Mode) to bypass Audit-generated…

SQL Server Error Code – 2725 an online operation cannot be performed

In this blog post, you’ll learn more about the SQL Server Error Code 2725 and the error message description that is shown SQL Server Error Code 2725 SQL Server Error Description for the Code :2725 An online operation cannot be performed for %S_MSG ?%.*ls? because the index contains column ?%.*ls? of data type text, ntext, image or FILESTREAM. For a non-clustered index, the column could…

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.