Viewing 5 posts - 1 through 5 (of 5 total)
You can also check msdb database table named suspect_pages for possible reasons if it's related to corruption.
https://msdn.microsoft.com/en-us/library/ms191301.aspx
MJ
September 27, 2016 at 1:21 am
Thanks everyone for your prompt replies:-)
I was mistakenly taking whole column density (0.000008815) into consideration rather than the predicate one (0.603061).
Predicate--> WHERE TH.TransactionID BETWEEN 100000...
July 16, 2014 at 4:58 am
Grant,
There are 113443 rows in this table and all rows are distinct rows but, I ma confused why optimizer estimated 68412.4 rows than 68412??
Thank you..
July 16, 2014 at 4:05 am
I am happy with the results provided by sql engine but, my question is how exactly this figure (estimated rows 68412.4) is derived.
Thanks,
Manu Jaidka
July 16, 2014 at 1:09 am
Jeff,
Stats were updated today itself with full scan. In fact, I downloaded this database today morning only.
Question strike me while reading http://sqlperformance.com/2014/01/sql-plan/cardinality-estimation-for-multiple-predicates
Thanks,
MJ
July 15, 2014 at 11:58 pm
Viewing 5 posts - 1 through 5 (of 5 total)