1.

Which of the following steps should be carried out using data types in SSIS for efficient results?(a) Make data types as wide as possible so you will allocate more memory for your transformation(b) Do not perform excessive casting of data types(c) Do not watch precision issues when using the money, float, and decimal types(d) None of the mentionedThis question was posed to me during an online interview.I'm obligated to ask this question of Integration Services topic in section Data Connectivity of SQL Server

Answer»

Right OPTION is (b) Do not PERFORM excessive casting of data types

The explanation: Excessive casting of data types it will only degrade performance. MATCH your data types to the source or destination and explicitly specify the NECESSARY data type casting.



Discussion

No Comment Found

Related InterviewSolutions