Tag: MS SQL Server Error Codes
SQL Server Error Code – 30033 the stoplist ‘%.*ls’ already contains fu
In this blog post, you’ll learn more about the SQL Server Error Code 30033 and the error message description that is shown SQL Server Error Code 30033 SQL Server Error Description for the Code :30033 The stoplist ‘%.*ls’ already contains full-text stopword ‘%.*ls’ with locale ID %d. Specify a unique stopword and locale identifier (LCID) in the Transact-SQL statement.
SQL Server Error Code – 33038 operation is not supported by cryptograp
In this blog post, you’ll learn more about the SQL Server Error Code 33038 and the error message description that is shown SQL Server Error Code 33038 SQL Server Error Description for the Code :33038 Operation is not supported by cryptographic provider key.
SQL Server Error Code – 10774 incorrect where clause for filtered inde
In this blog post, you’ll learn more about the SQL Server Error Code 10774 and the error message description that is shown SQL Server Error Code 10774 SQL Server Error Description for the Code :10774 Incorrect WHERE clause for filtered index.
SQL Server Error Code – 20596 only ‘%s’ or members of db_owner can dro
In this blog post, you’ll learn more about the SQL Server Error Code 20596 and the error message description that is shown SQL Server Error Code 20596 SQL Server Error Description for the Code :20596 Only ‘%s’ or members of db_owner can drop the anonymous agent.
SQL Server Error Code – 22529 cannot change the retention period unit
In this blog post, you’ll learn more about the SQL Server Error Code 22529 and the error message description that is shown SQL Server Error Code 22529 SQL Server Error Description for the Code :22529 Cannot change the retention period unit for publication “%s” because the compatibility level of the publication is lower than 90. Use sp_changemergepublication to set publication_compatibility_level to 90RTM.
SQL Server Error Code – 1057 the identity function cannot be used wit
In this blog post, you’ll learn more about the SQL Server Error Code 1057 and the error message description that is shown SQL Server Error Code 1057 SQL Server Error Description for the Code :1057 The IDENTITY function cannot be used with a SELECT INTO statement containing a UNION, INTERSECT or EXCEPT operator.
SQL Server Error Code – 21545 you cannot disable a trigger used by mer
In this blog post, you’ll learn more about the SQL Server Error Code 21545 and the error message description that is shown SQL Server Error Code 21545 SQL Server Error Description for the Code :21545 You cannot disable a trigger used by merge replication on a published table. To drop the trigger, drop the table from the publication.
SQL Server Error Code – 25736 a damaged buffer was found in file “%s”
In this blog post, you’ll learn more about the SQL Server Error Code 25736 and the error message description that is shown SQL Server Error Code 25736 SQL Server Error Description for the Code :25736 A damaged buffer was found in file “%s” at offset %I64d, no further events will be read from the file.
SQL Server Error Code – 35470 partition host
In this blog post, you’ll learn more about the SQL Server Error Code 35470 and the error message description that is shown SQL Server Error Code 35470 SQL Server Error Description for the Code :35470 Partition Host
SQL Server Error Code – 45412 failover groups configured with an autom
In this blog post, you’ll learn more about the SQL Server Error Code 45412 and the error message description that is shown SQL Server Error Code 45412 SQL Server Error Description for the Code :45412 Failover Groups configured with an automatic failover policy are currently not supported on servers configured with virtual network firewall rules. Please configure the failover group with manual failover policy.
SQL Server Error Code – 513 a column insert or update conflicts with
In this blog post, you’ll learn more about the SQL Server Error Code 513 and the error message description that is shown SQL Server Error Code 513 SQL Server Error Description for the Code :513 A column insert or update conflicts with a rule imposed by a previous CREATE RULE statement. The statement was terminated. The conflict occurred in database ?%.*ls?, table ?%.*ls?, column ?%.*ls?.
SQL Server Error Code – 5904 unable to issue checkpoint: there are no
In this blog post, you’ll learn more about the SQL Server Error Code 5904 and the error message description that is shown SQL Server Error Code 5904 SQL Server Error Description for the Code :5904 Unable to issue checkpoint: there are not enough locks available. Background checkpoint process will remain suspended until locks are available. To free up locks, list transactions and their locks, and…