1.

sp_estimate_data_compression_savings requires ______ permission on the table.(a) UPDATE(b) SELECT(c) DELETE(d) None of the mentionedThe question was posed to me in an international level competition.This interesting question is from Data Compression in section Performance Tuning and Optimization of SQL Server

Answer»

Correct option is (b) SELECT

Explanation: USE sp_estimate_data_compression_savings to ESTIMATE the savings that can occur when you enable a table or partition for row or PAGE compression.



Discussion

No Comment Found

Related InterviewSolutions