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 – 4435 partitioned view ‘%.*ls’ is not updatabl
In this blog post, you’ll learn more about the SQL Server Error Code 4435 and the error message description that is shown SQL Server Error Code 4435 SQL Server Error Description for the Code :4435 Partitioned view ‘%.*ls’ is not updatable because a value was not specified for partitioning column ‘%.*ls’.
SQL Server Error Code – 4902 cannot find the object “%.*ls” because i
In this blog post, you’ll learn more about the SQL Server Error Code 4902 and the error message description that is shown SQL Server Error Code 4902 SQL Server Error Description for the Code :4902 Cannot find the object “%.*ls” because it does not exist or you do not have permissions.
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 – 8430 the message body failed the configured v
In this blog post, you’ll learn more about the SQL Server Error Code 8430 and the error message description that is shown SQL Server Error Code 8430 SQL Server Error Description for the Code :8430 The message body failed the configured validation.
SQL Server Error Code – 12432 query store interval length cannot be ch
In this blog post, you’ll learn more about the SQL Server Error Code 12432 and the error message description that is shown SQL Server Error Code 12432 SQL Server Error Description for the Code :12432 Query Store Interval length cannot be changed because an invalid value was provided. Please try again with a valid value (1, 5, 10, 15, 30 & 60).
SQL Server Error Code – 8101 an explicit value for the identity colum
In this blog post, you’ll learn more about the SQL Server Error Code 8101 and the error message description that is shown SQL Server Error Code 8101 SQL Server Error Description for the Code :8101 An explicit value for the identity column in table ‘%.*ls’ can only be specified when a column list is used and IDENTITY_INSERT is ON.
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.
SQL Server Error Code – 11703 the start value for sequence object ‘%.*
In this blog post, you’ll learn more about the SQL Server Error Code 11703 and the error message description that is shown SQL Server Error Code 11703 SQL Server Error Description for the Code :11703 The start value for sequence object ‘%.*ls’ must be between the minimum and maximum value of the sequence object.
SQL Server Error Code – 39103 parameter ‘@input_data_1_order_by_column
In this blog post, you’ll learn more about the SQL Server Error Code 39103 and the error message description that is shown SQL Server Error Code 39103 SQL Server Error Description for the Code :39103 Parameter ‘@input_data_1_order_by_columns’ is not allowed without parameter ‘@input_data_1_partition_by_columns’.
SQL Server Error Code – 5545 filestream: connected to kernel driver %
In this blog post, you’ll learn more about the SQL Server Error Code 5545 and the error message description that is shown SQL Server Error Code 5545 SQL Server Error Description for the Code :5545 FILESTREAM: connected to kernel driver %ls. This is an informational message. No user action is required.
SQL Server Error Code – 7134 lob locator is not supported as text poi
In this blog post, you’ll learn more about the SQL Server Error Code 7134 and the error message description that is shown SQL Server Error Code 7134 SQL Server Error Description for the Code :7134 LOB Locator is not supported as text pointer when using UPDATETEXT/WRITETEXT to update/write a text column.