1.

Which of the following is the best practice related to SSIS?(a) Plan for capacity by understanding resource utilization(b) SSIS is an in-memory pipeline, so ensure that all transformations occur in memory(c) Baseline source system extract speed(d) All of the mentionedThe question was posed to me by my school principal while I was bunking the class.My enquiry is from Integration Services in division Data Connectivity of SQL Server

Answer»

The correct answer is (a) PLAN for capacity by understanding resource utilization

For explanation I would say: SQL Server Integration Services is designed to process large AMOUNTS of DATA row by row in memory with high speed. Because of this, it is important to understand resource utilization, i.e., the CPU, memory, I/O, and NETWORK utilization of your packages.



Discussion

No Comment Found

Related InterviewSolutions