Learn how SQL Server distributes queries across nodes
Editor's Note: This is the second article in a three-part series about distributed partitioned views in SQL Server 2000.
Distributed partitioned views are the core component of Microsoft's scale-out strategy. (For more information, see "Scalability Wars," page 7.) In "Distributed Partitioned Views," August 2000, we introduced SQL Server 2000's distributed partitioned view technology and demonstrate...