SQL Server Errors

Showing 2321 - 2340 of 13986 results
In this blog post, let’s learn about the error message “10 – 13317” in Microsoft SQL Server, the reason why...
In this blog post, let’s learn about the error message “33228 – You cannot configure SQL Server Audit to shutdown...
In this blog post, let’s learn about the error message “11239 – A corrupted message has been received. The private...
In this blog post, let’s learn about the error message “11624 – ALTER ROLE statements can only be used to...
In this blog post, let’s learn about the error message “3253 – The block size parameter must supply a value...
In this blog post, let’s learn about the error message “17676 – SQL Server shutdown due to Ctrl-C or Ctrl-Break...

SQL Server Error Msg 30036 – Search property list ‘%.*ls’ cannot be dropped because it is being used by at least one full-text index. To identify the full-text indexes that are using the search property list, obtain the search property list id from the property_list_id column of the sys.registered_search_property_lists catalog view, and then obtain the object ID of every table or indexed view whose full-text index is associated with this search property list from the object_id and property_list_id columns of the sys.fulltext_indexes catalog view . For each full-text index, either remove the search property list or drop the full-text index, if it is no longer needed. To remove the search property list, use ALTER FULLTEXT INDEX ON SET SEARCH PROPERTY LIST OFF;. To drop a full-text index, use DROP FULLTEXT INDEX ON
;.
In this blog post, let’s learn about the error message “30036 – Search property list ‘%.*ls’ cannot be dropped because...
In this blog post, let’s learn about the error message “9454 – XML parsing: line %d, character %d, no ‘]]>’...
In this blog post, let’s learn about the error message “21034 – Rows inserted or updated at the Subscriber cannot...
In this blog post, let’s learn about the error message “33254 – This operation cannot be performed in the master...
In this blog post, let’s learn about the error message “35492 – column definition” in Microsoft SQL Server, the reason...
In this blog post, let’s learn about the error message “18361 – Reason: Could not find a user matching the...
In this blog post, let’s learn about the error message “History table ‘%.*ls’ can not be memory optimized table. –...
In this blog post, let’s learn about the error message “41659 – Checkpoint for Database ‘%ls’ (ID %d) failed. Encountered...