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 โ€œ16200 โ€“ The statement failed because โ€˜APPROX_COUNT_DISTINCTโ€™ does not support...
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...