sql-scripts
sql-scripts copied to clipboard
update dba_defragindex_sp to allow columnstore
ColumnStore Index dissallow SORT_IN_TEMPDB parameter, so in order to rebuild these index, when the @sort_in_tempdb variable is set to 0 then no more SORT_IN_TEMPDB=OFF --> the ELSE part is removed.