September 15, 2010 at 12:27 am
Hi,
I have check the query in database engine tuning advisor, it display the recomendations.should i follow the given recomendations directly ?
Please help?
September 15, 2010 at 1:46 am
Not without testing and making sure the recommendations really help. Test them out one by one, implement the ones that do help.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
September 15, 2010 at 1:51 am
DTA will not help you if your queries are poor in the first place, such as the one stated in one of your other threads.
http://www.sqlservercentral.com/Forums/Topic986028-360-1.aspx
September 15, 2010 at 3:04 am
Dave Ballantyne (9/15/2010)
DTA will not help you if your queries are poor in the first place, such as the one stated in one of your other threads.http://www.sqlservercentral.com/Forums/Topic986028-360-1.aspx
suppose i have 5-6 tables and i have apply left outer join in it. then i check the performance in the DTA , if it display some recomendations then i should apply it or not.
September 15, 2010 at 3:14 am
As I said
GilaMonster (9/15/2010)
Not without testing and making sure the recommendations really help. Test them out one by one, implement the ones that do help.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
September 15, 2010 at 3:15 am
setup a test db and then apply the recomendations one-by-one and test the performance gain you get and then see if you are happy.
no one can tell you whether or not you should follow DTA verbatim without knowing a lot more about your setup and testing it.
September 15, 2010 at 3:16 am
pankaj.kuchaliya (9/15/2010)
Dave Ballantyne (9/15/2010)
DTA will not help you if your queries are poor in the first place, such as the one stated in one of your other threads.http://www.sqlservercentral.com/Forums/Topic986028-360-1.aspx
suppose i have 5-6 tables and i have apply left outer join in it. then i check the performance in the DTA , if it display some recomendations then i should apply it or not.
K , thanks for the reply.i will thorougly check each query without apply recomendations and with Recomendations.
thanks again.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply