in
SQL Server
Seven T-SQL Performance Anti-Patterns: Wrong Data Types, Non-Sargable WHERE, Multi-Statement UDFs, NOLOCK, Query Hints, RBAR, Nested Views
Seven classic T-SQL performance anti-patterns that cause slow queries: wrong data types forcing implicit conversions, functions in ON/WHERE clauses blocking...
16 min read
SQL Server Performance Troubleshooting: Wait Statistics, Virtual File Stats, Performance Counters, and Plan Cache
A systematic methodology for troubleshooting SQL Server performance issues using wait statistics (sys.dm_os_wait_stats), virtual file statistics (sys.dm_io_virtual_file_stats), Windows performance counters,...
45 min read