Tag: MS SQL Server Error Codes

SQL Server Error Code – 14859 the database ‘%.*ls’ contains remote_dat

In this blog post, you’ll learn more about the SQL Server Error Code 14859 and the error message description that is shown SQL Server Error Code 14859 SQL Server Error Description for the Code :14859 The database ‘%.*ls’ contains REMOTE_DATA_ARCHIVE tables, it will be marked as disconnected from the remote during the restore. If you would like to reconnect to the same archive or make…

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…