sql server - What steps should be necessary to optimize a poorly performing query? -


i know broad question, i've inherited several poor performers , need optimize them badly. wondering common steps involved optimize. so, steps of guys take when faced same situation?

related question:
what generic techniques can applied optimize sql queries?

  1. look @ execution plan in query analyzer
  2. see step costs most
  3. optimize step!
  4. return step 1 [thx vinko]

Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -