needbrew

Results 1 comments of needbrew

The issue is in the syntax. The program is creating the following : CREATE CLUSTERED COLUMNSTORE INDEX [IndexName] ON [schema].[table] () INCLUDE (Columns) but it needs to be CREATE CLUSTERED...