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

Java sticky instances of class com.mysql.jdbc.Field aggregating -