This document discusses store procedures including: 1. What a store procedure is and how it improves performance over dynamic SQL. 2. The key differences between store procedures and functions. 3. How to create, call, and execute store procedures including examples of creating procedures to insert, update, delete records. 4. The processing that occurs when a store procedure is created including resolution, compilation, and execution. 5. How query plans are built and stored for procedures.