Community

Optimizing Performance / Indexes on Temp Tables

(Bill Richmond) The general rule is to avoid using temp tables, usually in favor of derived tables or table variables, but there are times when it seems that nothing else will do the job. Or, maybe we just inherit complex code that already makes extensive use of temp tables. Frequently, query perfor

Read More - Register for Free Membership