ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 220 - DP-203 discussion

Report
Export

You have an Azure Synapse Analytics dedicated SQL pool named Pool1. Pool1 contains a table named table1. You load 5 TB of data intotable1.

You need to ensure that columnstore compression is maximized for table1. Which statement should you execute?

A.
ALTER INDEX ALL on table1 REORGANIZE
Answers
A.
ALTER INDEX ALL on table1 REORGANIZE
B.
ALTER INDEX ALL on table1 REBUILD
Answers
B.
ALTER INDEX ALL on table1 REBUILD
C.
DBCC DBREINOEX (table1)
Answers
C.
DBCC DBREINOEX (table1)
D.
DBCC INDEXDEFRAG (pool1,tablel)
Answers
D.
DBCC INDEXDEFRAG (pool1,tablel)
Suggested answer: C

Explanation:


asked 02/10/2024
Kumar, Manivannan
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first