Browse by Tags

All Tags » Query Performance (RSS)

SQL Performance Tips - Avoid putting indexed columns inside functions in your WHERE clause by jnelson

THE PROBLEM When designing a query, it is incredibly important for performance reasons that you keep in mind what columns are indexed. The SQL engine will...

SMS/SCCM Query Performance Tips - Addressing objects with the schema name (.dbo) by jnelson

A commonly overlooked little performance tip in SQL is addressing your objects (like tables, views, functions, procedures, etc.) using the schema (aka...
Powered by Community Server (Commercial Edition), by Telligent Systems