Tag: MS SQL Server Error Codes

SQL Server Error Code – 33123 cannot drop or alter the database encryp

In this blog post, you’ll learn more about the SQL Server Error Code 33123 and the error message description that is shown SQL Server Error Code 33123 SQL Server Error Description for the Code :33123 Cannot drop or alter the database encryption key since it is currently in use on a mirror or secondary availability replica. Retry the command after all the previous reencryption scans…

SQL Server Error Code – 4968 alter table switch statement failed. tar

In this blog post, you’ll learn more about the SQL Server Error Code 4968 and the error message description that is shown SQL Server Error Code 4968 SQL Server Error Description for the Code :4968 ALTER TABLE SWITCH statement failed. Target table ‘%.*ls’ has foreign key for constraint ‘%.*ls’ but source table ‘%.*ls’ does not have corresponding key.

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.