1

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.

1 Answer 1

3

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/

Sign up to request clarification or add additional context in comments.

2 Comments

AFAIK Hash Partitioning is not implemented in SQL 2008.
It was originally planned (syntax for it existed in the early betas) but it was dropped halfway through the beta period. Wish I could share details on why.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.