InterviewSolution
Saved Bookmarks
| 1. |
If SSIS is not able to drive close to 100% CPU load, this may be indicative of ____________(a) Software Contention(b) Application contention(c) Processor contention(d) None of the mentionedThis question was addressed to me in a job interview.My question comes from Integration Services in section Data Connectivity of SQL Server |
|
Answer» RIGHT option is (B) Application contention The BEST I can explain: In Application contention, SQL Server is taking on more processor resources, MAKING them UNAVAILABLE to SSIS. |
|