This document summarizes a presentation about distributed query optimization in SQL Server. It discusses how SQL Server's query optimizer handles queries that span multiple servers by pushing operations like filters, aggregates, and joins to remote data sources when possible. It provides examples of query plans that can and cannot be distributed. It also covers related topics like distributed transactions, double hop authentication, and troubleshooting queries that do not get distributed as expected.