quote:...I think searching all my sp's for JOIN statements, and indexing any FK keys found there would be a better optimization. In our case, every sql statement is an SP, so if there is no join, i can assume the FK is not relevant to performance issues...
quote:...Profiler your database for quite period time and feed the result into Index Tuning Wizard to identify the columns that need to be indexed...