Tag: MS SQL Server Error Codes

SQL Server Error Code – 35329 the statement failed because specifying

In this blog post, you’ll learn more about the SQL Server Error Code 35329 and the error message description that is shown SQL Server Error Code 35329 SQL Server Error Description for the Code :35329 The statement failed because specifying ORDER is not allowed when creating the rowstore index ‘%.*ls’ on table ‘%.*ls’. Consider creating the rowstore index without specifying ORDER.

SQL Server Error Code – 45133 a connection failed while the operation

In this blog post, you’ll learn more about the SQL Server Error Code 45133 and the error message description that is shown SQL Server Error Code 45133 SQL Server Error Description for the Code :45133 A connection failed while the operation was still in progress, and the outcome of the operation is unknown. Query sys.dm_operation_status in the master database for current job status.

SQL Server Error Code – 9641 a cryptographic operation failed. this e

In this blog post, you’ll learn more about the SQL Server Error Code 9641 and the error message description that is shown SQL Server Error Code 9641 SQL Server Error Description for the Code :9641 A cryptographic operation failed. This error indicates a serious problem with SQL Server. Check the SQL Server error log and the operating system error log for further information.

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 – 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.