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

When you query the SYS.DM_EXEC_QUERY_PROFILES DMV to examine an execution plan that references tables that contain many rows (more than 232), the DMV may return an incorrect number of rows in the “estimate_row_count” column of some operators, capping the value at 232.

Note Neither the estimated query plan or live query statistics are affected by this issue.

Cause

This issue occurs because the “estimate_row_count” column is internally handled as a 32-bit value. For values greater than 232, Microsoft SQL Server limits the column to 232.

Resolution

This fix is included in Cumulative Update 2 for SQL Server 2017.

About SQL Server 2017 builds

Each new build of SQL Server 2017 contains all the hotfixes and security fixes that were in the previous build. We recommend that you install the latest build of SQL Server 2017.

Status

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

References

Learn about the terminology Microsoft uses to describe software updates.

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!

×