Does SQL CE support clustered indexes?
|
|
|
|
|
|
|
MSDN says about the NONCLUSTERED argument:
|
||
|
|
|
|
Judging by CREATE INDEX syntax for SQL Server Compact Edition, the only supported index type is NONCLUSTERED. |
|||
|
|
