vote up 1 vote down star

Does SQL CE support clustered indexes?

flag

2 Answers

vote up 1 vote down check

MSDN says about the NONCLUSTERED argument:

This is the only supported index type
link|flag
vote up 1 vote down

Judging by CREATE INDEX syntax for SQL Server Compact Edition, the only supported index type is NONCLUSTERED.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.