INF: Create Clustered Index with SORTED_DATA OptionID: Q99813
|
If there are duplicate rows in the table, the query
CREATE CLUSTERED INDEX index_name
ON table_name
WITH SORTED_DATA
Create index aborted on duplicate rows.
(Msg 1508, Level 16, State 1)
CREATE CLUSTERED INDEX index_name
ON table_name
WITH ALLOW_DUP_ROW
The description for SORTED_DATA in the "Language Reference" manual
includes the following:
It verifies that the data has indeed been sorted by checking each
index value to see if it is higher than the previous one.
Additional query words: create clustered index
Keywords : kbprg SSrvServer
Version : 4.2
Platform : OS/2
Issue type :
Last Reviewed: March 16, 1999