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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -