简体   繁体   中英

How to view ActualNumberOfRows in SQL Server execution plan

I've been trying to diagnose a performance issue in my database and have googled a lot on maxdop. I have seen in many places where ActualNumberOfRows, ActualRebinds etc. are shown in properties view but the first thing I see is DefinedValues.

After running execution plan I right click an Index Scan for example and expect to see these fields so I can determine how rows are distributed amongst threads.

I am using SQL Server 2005 Enterprise.

包括实际执行计划,然后单击箭头按钮,我们可以看到实际行数

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM