Implementing a SQL Data Warehouse — Question 21

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a Microsoft Azure SQL Data Warehouse instance that must be available six months a day for reporting.
You need to pause the compute resources when the instance is not being used.
Solution: You use SQL Server Configuration Manager.
Does the solution meet the goal?

Answer options

Correct answer: B

Explanation

The solution does not meet the goal because SQL Server Configuration Manager is not used for managing Azure SQL Data Warehouse compute resources. Instead, you would typically use the Azure portal or Azure CLI to pause the compute resources, making option B the correct choice.