Question

I am creating partition function and schemes.

In SQL Server 2008, it only defines range partitioning and not list partitions.

Dont we have list partitioning in SQL Server?

I am using SQL Server 2008 Enterprise edition.

Was it helpful?

Solution

There is no List Partitioning in SQL Server 2008. But you can fake it into creating one using the LEFT clause.

Read up here:

http://www.sqlservercentral.com/articles/partition/64740/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top