This document discusses common SQL performance issues and how to avoid or fix them. It lists the top 5 most common SQL Server performance problems as memory pressure, query timeouts, CXPACKET wait types, expecting automatic update statistics to keep statistics updated, and TEMPDB page latch contention. It provides links to Microsoft documentation on Transact-SQL performance issues like missing indexes, patterns starting with "%" in LIKE predicates, and moving column references. It also discusses Entity Framework performance issues and tools for troubleshooting like SQLCop and using Perfmon traces.