October 20, 2010 at 12:13 am
sqldba_icon (10/19/2010)
Can we do it without exec plan? it has some confidential data, i will try to modify and put it here. Thanks
As Leo stated, a sqlplan will not reveal data at all !!
It will show objects and object statistics interpretation that was used to generate the sqlplan itself.
Please post the actual plan of your query and not a modified solution at a test server where the statistics of the db will not represent that actual db.
It probably will generate a different plan.
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
October 20, 2010 at 9:17 am
You are right. The dev team made changes to the view. But if i would like to find out more about statistics, if the number of actual rows and estimated rows differ does that mean it has bad statistics?
October 20, 2010 at 2:43 pm
it depends ....
have a look at Dissecting SQL Server Execution Plans
http://www.simple-talk.com/sql/performance/execution-plan-basics/
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 3 posts - 16 through 17 (of 17 total)
You must be logged in to reply to this topic. Login to reply