Some Tips when Optimizing Sql Server 2005 Query
| Here are some important tips regarding Sql server 2005 query.
1. Turn on the execution plan, and statistics 2. Use Clustered Indexes3. Use Indexed Views 4. Use Covering Indexes5. Keep your clustered index small. 6. Avoid cursors7. Archive old data 8. Partition your data correctly9. Remove user-defined inline scalar functions 10. Use APPLY11. Use computed columns 12. Use the correct transaction isola |
|
| tion level | |
