Tag: MS SQL Server Error Codes

SQL Server Error Code – 14692 insufficient priveleges to start collect

In this blog post, you’ll learn more about the SQL Server Error Code 14692 and the error message description that is shown SQL Server Error Code 14692 SQL Server Error Description for the Code :14692 Insufficient priveleges to start collection set: ‘%s’. Only a member of the ‘sysadmin’ fixed server role can start a collection set without a SQL Server Agent proxy. Attach a SQL…

SQL Server Error Code – 12104 alter database current failed because ‘%

In this blog post, you’ll learn more about the SQL Server Error Code 12104 and the error message description that is shown SQL Server Error Code 12104 SQL Server Error Description for the Code :12104 ALTER DATABASE CURRENT failed because ‘%.*ls’ is a system database. System databases cannot be altered by using the CURRENT keyword. Use the database name to alter a system database.

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…