Exam 9: Data Integration

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

What type of component should you use if you need to convert numeric data to string data as the data flows between the source and destination?

Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
Verified

D

SSIS is a component of SQL Server that can be used to ___________ many different types of external data sources.

Free
(Short Answer)
4.8/5
(41)
Correct Answer:
Verified

integrate

What is the drawback to using a linked server for integrating an external data source?

Free
(Multiple Choice)
4.9/5
(42)
Correct Answer:
Verified

C

SQL Server Data Tools have a selection of predefined project ___________ that include the Integration Services Business Intelligence project for designing Integration Services packages.

(Short Answer)
4.9/5
(43)

Which of the following are the basic building blocks of an SSIS package?

(Multiple Choice)
4.8/5
(36)

The bcp utility can be executed to insert records from an external data file source into a SQL Server table.

(True/False)
4.8/5
(32)

What are two methods you can use to execute an Integration Services package?

(Essay)
4.9/5
(41)

Which of the following is the correct syntax for using the BULK INSERT statement?

(Multiple Choice)
4.8/5
(40)

How are data sources defined in a data flow task?

(Essay)
4.9/5
(31)

Describe SQL Server Data Tools. How can it be used to create SSIS packages?

(Essay)
4.9/5
(37)
Matching :
tasks that perform operations on schema objects and data on a SQL server
data flow tasks
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
control flow
a text file that contains data
maintenance tasks
Correct Answer:
Verified
Premises:
Responses:
tasks that perform operations on schema objects and data on a SQL server
data flow tasks
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
control flow
a text file that contains data
maintenance tasks
tasks that move data between a source and a destination
workflow tasks
the order in which each task in an SSIS package is executed
user variable
tasks that perform essential database maintenance functions
connection manager
tasks that permit an SSIS package to interact with other applications
SQL Server tasks
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
bcp utility
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
SSIS package
a collection of one or more tasks grouped together as a series of logical steps
flat file
(Matching)
4.9/5
(39)

What should you use when running the bcp utility if you want to import only certain columns and run the command interactively?

(Multiple Choice)
4.9/5
(34)

What is control flow and how can it be altered in an SSIS package?

(Essay)
4.7/5
(36)

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

(Multiple Choice)
4.8/5
(45)

What factors should a database administrator consider when selecting the appropriate data integration tools for a given situation?

(Essay)
4.9/5
(51)

What are SSIS packages, how are they stored, and what are their basic building blocks?

(Essay)
4.8/5
(39)

A package configuration file can be generated from with SQL Server Data Tools for each environment a package will run in.

(True/False)
4.8/5
(42)

What should be used if you want an email alert to be sent to you if an error occurs in the SSIS package?

(Multiple Choice)
4.9/5
(36)

How does SQL Server 2012 support ODBC for bulk copy operations?

(Essay)
4.8/5
(27)

Configuring a linked server which enables a data source to be queried directly from within SQL Server works well for static data sources.

(True/False)
4.9/5
(42)
Showing 1 - 20 of 38
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)