DRAG DROP
You administer several Microsoft SQL Server 2012 servers.
You want to run scheduled checks to confirm that the databases on the servers are not
configured to AutoShrink.
You need to create a policy to check the condition.
What should you do? (To answer, move the appropriate actions from the list of actions to the
answer area and arrange them in the correct order.)
Answer: See the explanation.
Note:
* @autoshrink is used to enable/disable the autoshrink feature.
* The Evaluation Mode defines the combination of 1) when the policy will be evaluated and
2) what the system will do in case of policy violation. The following evaluation modes are supported:
Hello,
Wrong answer according to me. The question speaks about “scheduled checks”. Why not “on schedule” evaluation mode?
Greetings,
“schedule” box is correct insted of on demand
Agree that it must be to schedule instead of on demand
Yes Schedule is right.
SO, false > Schedule > create & enable
1. Define condition by setting @Autoshrink to FALSE
2. Define policy by setting Evaluation Mode to ‘On schedule’
3. Define a schedule within the policy definition
4. Check ‘Enabled’ button for policy
5. In SSMS (Policy Management), right-click on the policy and select ‘Evaluate’ to ensure its validity.
Oh, but those are not the options given. So…Wrong!
@pete; Slazenjer_m is giving the overview of the process.. lol…
Answer is:
2
4
5
but we are enabling the policy by enabling the schedule..
but we are enabling the policy by creating the schedule..
so on demand seems okay
https://technet.microsoft.com/en-us/library/59417a54-55f1-4468-ba41-368aa852c2d4(v=sql.110)