Category: SQL Server

SQL Server Error Code – 41349 warning: encryption was enabled for a da

In this blog post, you’ll learn more about the SQL Server Error Code 41349 and the error message description that is shown SQL Server Error Code 41349 SQL Server Error Description for the Code :41349 Warning: Encryption was enabled for a database that contains one or more memory optimized tables with durability SCHEMA_AND_DATA. The data in these memory optimized tables will not be encrypted.

SQL Server Error Code – 8305 the text in row feature will be removed

In this blog post, you’ll learn more about the SQL Server Error Code 8305 and the error message description that is shown SQL Server Error Code 8305 SQL Server Error Description for the Code :8305 The TEXT IN ROW feature will be removed in a future version of SQL Server. Avoid using sp_tableoption for TEXT IN ROW option in new development work, and plan to…

SQL Server Error Code – 10143 cannot create %s_msg on view “%.*ls” bec

In this blog post, you’ll learn more about the SQL Server Error Code 10143 and the error message description that is shown SQL Server Error Code 10143 SQL Server Error Description for the Code :10143 Cannot create %S_MSG on view “%.*ls” because it contains a ranking or aggregate window function. Remove the function from the view definition or, alternatively, do not index the view.