Tag: MS SQL Server Error Codes

SQL Server Error Code – 3805 warning: index ?%.*ls? on table ?%.*ls?.

In this blog post, you’ll learn more about the SQL Server Error Code 3805 and the error message description that is shown SQL Server Error Code 3805 SQL Server Error Description for the Code :3805 Warning: Index ?%.*ls? on table ?%.*ls?.?%.*ls? might be corrupted because it references computed column ?%.*ls? containing a non-deterministic conversion from string to date. Run DBCC CHECKTABLE to verify index. Consider…

SQL Server Error Code – 21760 cannot execute the replication script in

In this blog post, you’ll learn more about the SQL Server Error Code 21760 and the error message description that is shown SQL Server Error Code 21760 SQL Server Error Description for the Code :21760 Cannot execute the replication script in the ‘master’ database; the current session will be terminated. The script must be executed in the distribution database, and the master database cannot serve…

SQL Server Error Code – 22555 cannot set the retention period unit to

In this blog post, you’ll learn more about the SQL Server Error Code 22555 and the error message description that is shown SQL Server Error Code 22555 SQL Server Error Description for the Code :22555 Cannot set the retention period unit to a value other than “day” for publication “%s” because it uses the sync_mode of “character” and may have SQL Server Compact Edition subscribers.

SQL Server Error Code – 30084 the full-text index cannot be created be

In this blog post, you’ll learn more about the SQL Server Error Code 30084 and the error message description that is shown SQL Server Error Code 30084 SQL Server Error Description for the Code :30084 The full-text index cannot be created because filegroup ‘%.*ls’ does not exist or the filegroup name is incorrectly specified. Specify a valid filegroup name.

SQL Server Error Code – 35349 truncate table statement failed because

In this blog post, you’ll learn more about the SQL Server Error Code 35349 and the error message description that is shown SQL Server Error Code 35349 SQL Server Error Description for the Code :35349 TRUNCATE TABLE statement failed because table ‘%.*ls’ has a columnstore index on it. A table with a columnstore index cannot be truncated. Consider dropping the columnstore index then truncating the…