exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 1 question 64 discussion

Actual exam question from Microsoft's DP-300
Question #: 64
Topic #: 1
[All DP-300 Questions]

SIMULATION
-

You need to ensure that any enhancements made to the Query Optimizer through patches are available to db1 and db2 on sql12345678.

To complete this task, sign in to the virtual machine. You may need to use SQL Server Management Studio and the Azure portal.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Natali
1 year ago
if you forget syntax, you can use SELECT * FROM sys.database_scoped_configurations and then filter the one which says HOTFIX SELECT * FROM sys.database_scoped_configurations WHERE name LIKE '%HOTFIX%' it will give you name of parameter - QUERY_OPTIMIZER_HOTFIXES
upvoted 1 times
voodoo_sh
7 months ago
alter database scoped configuration SET query_optimizer_hotfixes = on
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...