AbbVie Interview Question

How do I performance tune a report/query

Interview Answer

Anonymous

Dec 17, 2014

Make sure there is an index created by how it is being accessed or sorted. Or make sure tables are joined so separate searches can be combined.