Home / CSE MCQs / SQL Server MCQs :: Discussion

Discussion :: SQL Server MCQs

  1. To remove archival compression and restore the data to columnstore compression :
  2. A.
    Use ALTER TABLE
    B.
    Use ALTER COLUMN
    C.
    Use ALTER DATABASE
    D.
    All of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    use ALTER TABLE (Transact-SQL) or ALTER INDEX (Transact-SQL) with the REBUILD option and DATA COMPRESSION = COLUMNSTORE.


Be The First To Comment