MCQs > IT & Programming > Microsoft SQL Server > Which of the following code snippets causes only partition number 1 to be rebuilt while changing the compression of a partitioned table?

Microsoft SQL Server MCQs

Which of the following code snippets causes only partition number 1 to be rebuilt while changing the compression of a partitioned table?

Answer

Correct Answer: ALTER TABLE Table1 REBUILD PARTITION = 1 WITH (DATA_COMPRESSION = NONE) GO

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Microsoft SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Microsoft SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it