This document discusses SQL Server 2005/2008 performance tuning for developers. It provides an agenda that covers general performance concepts like bottlenecks, tools, tables/indexes, and the query optimizer. The second part of the agenda covers development performance tips related to T-SQL commands, views, cursors, functions, temporary objects, stored procedures, data manipulation, transactions, dynamic SQL, triggers, locks, and table/database design. The presentation emphasizes starting performance optimization early and treating code as if it runs frequently on large data in a busy system.