Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

This issue occurs when you run Data Manipulation Language (DML) statements on tables that contain clustered columnstore indexes. When this issue occurs, in the sys.column_store_row_groups dynamic management view (DMV), you see many new entries whose delta_store_hobt_id column does not display null values and total-rows column displays small numbers. You may also receive the following error message:

Non-yielding task detected in function = <FunctionName>::Get file = line = <LineNumber>

Additionally, a related dump file is generated.

Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. Check out the latest cumulative updates for SQL Server:


More Information

This issue occurs because every update or delete statement locks all delta stores. When all delta stores are locked, an insert statement will create a new delta store. This hotfix tries to only lock the delta stores that are affected by update or delete and creates new delta stores less rapidly if there are already many open delta stores.

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×