The CREATE COLUMNSTORE INDEX syntax should be extended to support adding all eligible columns (as opposed to specifying all of them individually).Adding all eligible columns is the current official recommendation anyway. In many cases this is just the right thing to do.It could look like this: CREATE NONCLUSTERED COLUMNSTORE INDEX CS_Table ON Table (*)As an alternative to the star the keyword ALL could be used.
Product Language
Category
Proposed Solution
Primary Benefit
Other Benefits
Virtualization