|
|
|
|
Browse by Tags
All Tags » partitioning » Query Plans (RSS)
-
Given a partitioned table and a simple SELECT query that compares the partitioning column to a single literal value, why does SQL Server read all the partitions when it seems obvious that only one partition needs to be examined? Sample Data The following script creates a table, partitioned on the char(3) column ‘Div’, and populates it with ...
|
|
|
|
|