Which of the following is true about packages created with SQL Server Data Tools?

A. you need to manually create a folder named "SSIS packages"
B. the default package name is default.dtsx
C. projects can contain multiple Integration Services packages
D. the user interface is a command prompt


Answer: C

Computer Science & Information Technology

You might also like to view...

String objects are immutable. This means they ________.

a. must be initialized b. cannot be deleted c. cannot be changed d. None of the above

Computer Science & Information Technology

What is Hyper-V?

a. A virtualization program provided by Microsoft b. The name for cloud virtual services c. A virtualization program developed by Apple

Computer Science & Information Technology

If the dialog between user and program is as follows, give the rest of the dialog. (Here, means the user presses the return key.) Explain the results. Enter a line of input abc

Assume the following code fragment is executed while embedded in a complete, correct program. ``` char c1, c2, c3, c4; cout << "Enter a line of input \n"; cin.get(c1); cin.get(c2); cin.get(c3); cin.get(c4); cout << c1 << c2 << c3 << c4 << "END OF OUTPUT"; cout << endl; ```

Computer Science & Information Technology

The electronic components and circuitry of the system unit, such as the processor and memory, usually are part of or are connected to a circuit board called the fatherboard.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology