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.
Comments
Post a Comment