Commit 727e0de
authored
Update columnstore-indexes-overview.md
there is an error in
Convert a columnstore table to a rowstore. CREATE COLUMNSTORE INDEX (Transact-SQL) Usually this conversion isn't necessary, but there can be times when you need to convert. Examples show how to convert a columnstore to a heap or clustered index.
to revert to a rowstore CI we need "create clustered index on.." , to revert it to an heap simply drop CCI the index1 parent d4392c6 commit 727e0de
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments