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
Post a Comment