November 24, 2017 at 7:47 am
Hi all
We have a few fairly large databases in production (about 2TB each) that i would like to convert into clustered columnstore indexes to save space, and while doing so i would like to test how all these non-clustered indexes are affecting performance, so i´ve created a lab environment for this purpose, but im now very skilled at managing data... i need help =D
how do i convert all tables in a database into clustered columnstore indexes and drop all non-clustered indexes while being able to recreate all non-clustered indexes later on?
November 24, 2017 at 8:49 am
Script the indexes, then drop them and the clustered index and create the clustered columnstore
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
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply