Actual and estimated execution plan in SQL Server 2008 -


i testing query processing in sql server 2008.

query

select * student;   

i checked estimated query plan , actual query plan. both same. below tool-tip got select node of actual execution plan. shows estimated values.

how find actual values.

enter image description here


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -