Welcome to MSDN Blogs Sign in | Join | Help

July 2008 - Posts

Partitioned Tables in SQL Server 2008

In this post , I introduced how SQL Server 2005 implements query plans on partitioned tables. If you've read that post or used partitioned tables, you may recall that SQL Server 2005 uses a constant scan operator to enumerate the list of partition ids
 
Page view tracker