adplus-dvertising
frame-decoration

Question

Which of the following query estimates the size of the Production.WorkOrderRouting table if it is compressed by using ROW compression?

a.

EXEC sp_estimate_data_compression_savings ‘Production’, ‘WorkOrderRouting’, NULL, NULL, ‘ROW’ ;

b.

EXEC sp_estimate_data_compression_savings ‘Production’, ‘WorkOrderRouting’, NULL, 1, ‘ROW’ ;

c.

EXEC sp_estimate_data_compression_savings ‘Production’, ‘WorkOrderRouting’, 1, NULL, ‘ROW’ ;

d.

EXEC sp_estimate_data_compression_savings ‘Production’, ‘WorkOrderRouting’, NULL, NULL, ‘COLUMN’ ;

Answer: (a).EXEC sp_estimate_data_compression_savings ‘Production’, ‘WorkOrderRouting’, NULL, NULL, ‘ROW’ ;

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following query estimates the size of the Production.WorkOrderRouting table if it is compressed by using ROW compression?

Similar Questions

Discover Related MCQs

Q. SQL Server 2014 supports up to ________ partitions by default.

Q. Point out the correct statement.

Q. __________ is a database object that defines how the rows of a table or index are mapped to a set of partitions based on the values of certain column.

Q. Designing an nonaligned partitioned index can be useful in the following case?

Q. Point out the wrong statement.

Q. At least _______ of RAM is recommended if a large number of partitions are in use.

Q. With a larger number of partitions, ______ commands could take longer to execute as the number of partitions increases.

Q. SQL Server 2008 provides enhanced partitioning information for __________ execution plans.

Q. Which of the following partitioned attribute can appear in the following physical and logical operators?

Q. The query processor uses a __________ execution strategy for queries that select from partitioned objects.

Q. Resource Governor is a feature that enables you to specify limits on the amount of ____________

Q. Point out the correct statement.

Q. You cannot use the ____________ statement to enable Resource Governor when in a user transaction.

Q. Enabling the Resource Governor requires _________ permission.

Q. Point out the wrong statement.

Q. Which of the following query enables the Resource Governor?

Q. Which of the following query disables the resource governor?

Q. ____________ is a hard cap limit on the CPU bandwidth for all requests in the resource pool.

Q. ___________ lets you affinitize a resource pool to one or more schedulers or NUMA nodes for greater isolation of CPU resources.

Q. Which of the following formula is used for calculating the effective MAX %?