I'm planning to create a Non-clustered columnstore index on SQL Server 2014.
But non clustered column store index is read-only and cannot perform DML operations, we need to disable before insert and enable back after insert.
What are the best possible ways to perform this task?