InterviewSolution
Saved Bookmarks
| 1. |
A basic package in SSIS includes the following elements?(a) T-SQL flow elements(b) Control flow elements(c) DataSet flow statements(d) None of the mentionedThis question was posed to me in an online interview.The question is from Integration Services topic in section Data Connectivity of SQL Server |
|
Answer» RIGHT answer is (B) Control FLOW elements Easy explanation: Control flow elements perform various functions, PROVIDE structure and control the order in which elements run. |
|