Query optimization

Posted by Lijo on Stack Overflow See other posts from Stack Overflow or by Lijo
Published on 2010-03-14T06:33:08Z Indexed on 2010/03/14 6:35 UTC
Read the original article Hit count: 484

Filed under:

Hi Team,

I am trying to learn SQL query optimization using SQL Server 2005. However, I did not find any practical example where I can improve performance by tweaking query alone. Can you please list some example queries - prior and after optimization?

It has to be query tuning – not adding index, not making covering index, not making any alteration to table. No change is supposed to be done on table and index. [ I understand that indexes are important. This is only for learning purpose]

It would be great if you can exaplain using temp table instead of refering any sample databases like adventureworks.

Expecting your support...

Thanks

Lijo

© Stack Overflow or respective owner

Related posts about sql-server-2005