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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -