CREATE TABLE dbo.cci
(
Id BIGINT IDENTITY(1, 1),
Beavis DATE,
Butthead DATE,
INDEX cx_whatever CLUSTERED COLUMNSTORE
);
Msg 102 Level 15 State 1 Line 7
Incorrect syntax near ')'.
|
|
hidden batch(es) | |