Tag: MS SQL Server Error Codes

SQL Server Error Code – 3941 the transaction cannot modify an object

In this blog post, you’ll learn more about the SQL Server Error Code 3941 and the error message description that is shown SQL Server Error Code 3941 SQL Server Error Description for the Code :3941 The transaction cannot modify an object that is published for replication or has Change Data Capture enabled because the transaction started before replication or Change Data Capture was enabled on…

SQL Server Error Code – 21151 pre- and post-snapshot commands are not

In this blog post, you’ll learn more about the SQL Server Error Code 21151 and the error message description that is shown SQL Server Error Code 21151 SQL Server Error Description for the Code :21151 Pre- and post-snapshot commands are not supported for a publication that may support non-SQL Server Subscribers by using the character-mode bcp as the synchronization method.

SQL Server Error Code – 11400 alter table switch statement failed. ind

In this blog post, you’ll learn more about the SQL Server Error Code 11400 and the error message description that is shown SQL Server Error Code 11400 SQL Server Error Description for the Code :11400 ALTER TABLE SWITCH statement failed. Index ‘%.*ls’ on indexed view ‘%.*ls’ uses partition function ‘%.*ls’, but table ‘%.*ls’ uses non-equivalent partition function ‘%.*ls’. Index on indexed view ‘%.*ls’ and table…