adplus-dvertising
frame-decoration

Question

What is the purpose of schema name in the following code syntax?
sp_estimate_data_compression_savings 
     [ @schema_name = ] 'schema_name'  
   , [ @object_name = ] 'object_name' 
   , [@index_id = ] index_id 
   , [@partition_number = ] partition_number 
   , [@data_compression = ] 'data_compression' 
[;]

a.

Name of the table

b.

Name of the database schema

c.

Name of the indexed view

d.

All of the mentioned

Answer: (b).Name of the database schema

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the purpose of schema name in the following code syntax?

Similar Questions

Discover Related MCQs

Q. sp_estimate_data_compression_savings requires ______ permission on the table.

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

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.