indexing - Creating Clustered Columnstore Indexes in SSDT for Visual Studio 2013 -


i have created data warehouse numerous fact , dimension tables. each of fact tables, trying create clustered columnstore index, keep running issue. use following statement try , accomplish this.

create clustered columnstore index cstoreix_factassessment on factassessment

for reason, keeps highlighting word create , gives message "sql70001: statement not recognized in context." have made sure downloaded latest version of ssdt tools>extensions , updates menu, still have problem. trying keep of database code such creation of indexes, constraints, etc. in 1 solution rather moving management studio add them. has else come across problem or have ideas may doing wrong? appreciated!


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -