Possible Duplicate:
How does SQL server work out the estimated number of rows?
I was just looking through SQL Server Graphical Execution plan and I encountered the following two information:
- actual number of rows-2385
- estimated number of rows-180
I was wondering why this difference was coming. Can you explain me what is the difference between them. It will be helpful if you can explain with some example.
Thanks.