columnStore Index Problem in Sql server 2014

  • Dear All,

    without disabling the columnstore index how to insert the data table in sql server 2014

  • Clustered columnstore or nonclustered columnstore?

    Nonclustered columnstore indexes still make the table read-only in SQL 2014. You can do tricks with switching partitions in to the table with the columnstore if it's partitioned. Otherwise you'll have to drop/disable the index first.

    Clustered columnstores are read-write.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply