DP-300 · Question #158
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…
The correct answer is B. No. You should instead reduce the use of table variables and temporary tables. Or you could create additional tempdb files Note: The following operations use tempdb extensively: Repetitive create-and-drop operation of temporary tables (local or global). Table variables that use…
Question
Options
- AYes
- BNo
How the community answered
(28 responses)- A21% (6)
- B79% (22)
Explanation
You should instead reduce the use of table variables and temporary tables. Or you could create additional tempdb files Note: The following operations use tempdb extensively: * Repetitive create-and-drop operation of temporary tables (local or global). * Table variables that use tempdb for storage. https://docs.microsoft.com/en-US/troubleshoot/sql/performance/recommendations-reduce- allocation-contention
Community Discussion
No community discussion yet for this question.