nerdexam
Microsoft

70-460 · Question #85

The Sales database includes a table named Products that contains 42 columns, and two tables that record all product sales transactions. The database does not store aggregated data. The database is…

The correct answer is D. A SQL command-based OLE DB source. See the full explanation below for the reasoning.

Question

The Sales database includes a table named Products that contains 42 columns, and two tables that record all product sales transactions. The database does not store aggregated data. The database is continually maintained to provide optimal indexing. The database server is sized appropriately. The Marketing department requests a delimited text file that includes seven fields containing product information from the Products table. You have the following requirements:

  • Display the ProductID in the first column. Organize the remaining

columns alphabetically by column heading.

  • Sort rows in ProductID order.
  • Aggregate product units sold.
  • Minimize the time required to return the results.

You create a SQL Server Integration Services (SSIS) package and add the appropriate connection managers and a Data Flow task. You need to develop the Data Flow task. What should you add to the Data Flow task? (More than one answer choice may achieve the goal. Select the BEST answer.)

Options

  • AA table-based OLE DB source;
  • BOnly a SQL command-based OLE DB source and a Flat File destination.
  • CA table-based OLE DB source;
  • DA SQL command-based OLE DB source;

How the community answered

(37 responses)
  • A
    14% (5)
  • B
    3% (1)
  • C
    5% (2)
  • D
    78% (29)

Community Discussion

No community discussion yet for this question.

Full 70-460 Practice