- The document provides a history of Microsoft SQL Server, from its initial release in 1988 in partnership with Sybase through subsequent versions released through 2005. It also summarizes new features introduced in SQL Server 2005, including common table expressions, improved error handling, DDL triggers, query notifications, the ROW_NUMBER() function, and PIVOT operators.
- SQL Server 2005 introduced several new features to improve functionality, including common table expressions, improved error handling using TRY/CATCH blocks, DDL triggers to monitor database/table/user creations, query notifications to reduce application round trips to the database, and new functions like ROW_NUMBER() and PIVOT operators.
- The document covers the history