Deck 9: Data Integration

Full screen (f)
exit full mode
Question
What is the drawback to using a linked server for integrating an external data source?

A)it enables a data source to be queried directly from within SQL Server
B)it enables a client application to efficiently perform bulk copy operations
C)it doesn't work well for dynamic data sources
D)you must configure it using the bcp utility
Use Space or
up arrow
down arrow
to flip the card.
Question
Which basic data integration tool provides step-by-step instructions but has a limited range of data transformation capabilities?

A)SQL Server Import and Export Wizard
B)Integration Services Package
C)SQL Server Analysis Services
D)SQL Server Data Tools
Question
Which of the following is NOT a method that can be used to execute an Integration Services package?

A)dtexec.exe
B)dtexecui.exe
C)SQL Server Agent job
D)Windows task scheduler
Question
A package configuration file can be generated from with SQL Server Data Tools for each environment a package will run in.
Question
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?

A)script
B)file system task
C)data flow
D)transformation
Question
ODBC is an API that is designed to facilitate the interactions between a client application and a database management system, but it is platform-specific.
Question
Which of the following may be found in a database table that performs a secondary set of operations when data is inserted, deleted, or updated?

A)procedure
B)trigger
C)log
D)transaction
Question
Configuring a linked server which enables a data source to be queried directly from within SQL Server works well for static data sources.
Question
Which type of SSIS package task permits the package to interact with other applications?

A)data flow
B)scripting
C)workflow
D)maintenance
Question
The BULK INSERT statement inserts records from an external data file source into a SQL Server table.
Question
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
Question
Aside from extracting and loading data, the process of data integration involves which of the following?

A)deleting data
B)transforming data
C)summarizing data
D)selecting data
Question
Which type of task should you add to an SSIS package if you need to perform operations on schema objects?

A)SQL Server
B)workflow
C)maintenance
D)data preparation
Question
What kind of task should be added to an SSIS package if you want to download a data file from an FTP site?

A)data flow
B)data preparation
C)workflow
D)SQL Server
Question
Which of the following can be used for bidirectional data transfers and is a stand-alone application that is run from a command prompt?

A)BULK INSERT SQL
B)bcp utility
C)SSIS
D)ETL
Question
Which of the following is NOT a method to leverage the bulk copy interface?

A)run the bcp utility
B)create a SQL Server Agent job
C)use the BULK INSERT function
D)interact with the API directly
Question
Which of the following is a legacy data integration tool with a graphical designer that had a limited range of functionality?

A)DTS
B)SSIS
C)ETL
D)FTP
Question
Which of the following are the basic building blocks of an SSIS package?

A)processes
B)flows
C)functions
D)tasks
Question
What should be used if you want an email alert to be sent to you if an error occurs in the SSIS package?

A)user variable
B)event handler
C)connection manager
D)maintenance task
Question
The bcp utility can be executed to insert records from an external data file source into a SQL Server table.
Question
How are data sources defined in a data flow task?
Question
What is a workflow task? Provide an example.
Question
What are SSIS packages, how are they stored, and what are their basic building blocks?
Question
Which of the following is the correct syntax for using the BULK INSERT statement?

A)BULK INSERT . . WITH ' ' FROM ( )
B)BULK INSERT FROM . . WITH ' ' OPTIONS
C)BULK INSERT . . FROM ' ' WITH ( )
D)BULK INSERT WITH . . FROM ' ' OPTIONS
Question
What is control flow and how can it be altered in an SSIS package?
Question
What are two methods you can use to execute an Integration Services package?
Question
___________ tasks allow custom code to be executed to extend the functionality of the basic set of tasks.
Question
Why would you use a format file used with the bcp utility?
Question
An application programming ____________ defines the communication protocol between two software applications that need to interact with each other.
Question
Match between columns
tasks that perform operations on schema objects and data on a SQL server
control flow
tasks that perform operations on schema objects and data on a SQL server
SQL Server tasks
tasks that perform operations on schema objects and data on a SQL server
data flow tasks
tasks that perform operations on schema objects and data on a SQL server
workflow tasks
tasks that perform operations on schema objects and data on a SQL server
bcp utility
tasks that perform operations on schema objects and data on a SQL server
maintenance tasks
tasks that perform operations on schema objects and data on a SQL server
user variable
tasks that perform operations on schema objects and data on a SQL server
connection manager
tasks that perform operations on schema objects and data on a SQL server
SSIS package
tasks that perform operations on schema objects and data on a SQL server
flat file
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 storage unit within an SSIS package that can hold both static values or whose values can be set at run time
SQL Server tasks
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
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
workflow tasks
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
bcp utility
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
maintenance tasks
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
user variable
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
connection manager
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
SSIS package
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
flat file
a text file that contains data
control flow
a text file that contains data
SQL Server tasks
a text file that contains data
data flow tasks
a text file that contains data
workflow tasks
a text file that contains data
bcp utility
a text file that contains data
maintenance tasks
a text file that contains data
user variable
a text file that contains data
connection manager
a text file that contains data
SSIS package
a text file that contains data
flat file
tasks that move data between a source and a destination
control flow
tasks that move data between a source and a destination
SQL Server tasks
tasks that move data between a source and a destination
data flow tasks
tasks that move data between a source and a destination
workflow tasks
tasks that move data between a source and a destination
bcp utility
tasks that move data between a source and a destination
maintenance tasks
tasks that move data between a source and a destination
user variable
tasks that move data between a source and a destination
connection manager
tasks that move data between a source and a destination
SSIS package
tasks that move data between a source and a destination
flat file
the order in which each task in an SSIS package is executed
control flow
the order in which each task in an SSIS package is executed
SQL Server tasks
the order in which each task in an SSIS package is executed
data flow tasks
the order in which each task in an SSIS package is executed
workflow tasks
the order in which each task in an SSIS package is executed
bcp utility
the order in which each task in an SSIS package is executed
maintenance tasks
the order in which each task in an SSIS package is executed
user variable
the order in which each task in an SSIS package is executed
connection manager
the order in which each task in an SSIS package is executed
SSIS package
the order in which each task in an SSIS package is executed
flat file
tasks that perform essential database maintenance functions
control flow
tasks that perform essential database maintenance functions
SQL Server tasks
tasks that perform essential database maintenance functions
data flow tasks
tasks that perform essential database maintenance functions
workflow tasks
tasks that perform essential database maintenance functions
bcp utility
tasks that perform essential database maintenance functions
maintenance tasks
tasks that perform essential database maintenance functions
user variable
tasks that perform essential database maintenance functions
connection manager
tasks that perform essential database maintenance functions
SSIS package
tasks that perform essential database maintenance functions
flat file
tasks that permit an SSIS package to interact with other applications
control flow
tasks that permit an SSIS package to interact with other applications
SQL Server tasks
tasks that permit an SSIS package to interact with other applications
data flow tasks
tasks that permit an SSIS package to interact with other applications
workflow tasks
tasks that permit an SSIS package to interact with other applications
bcp utility
tasks that permit an SSIS package to interact with other applications
maintenance tasks
tasks that permit an SSIS package to interact with other applications
user variable
tasks that permit an SSIS package to interact with other applications
connection manager
tasks that permit an SSIS package to interact with other applications
SSIS package
tasks that permit an SSIS package to interact with other applications
flat file
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
control flow
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
SQL Server tasks
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
data flow tasks
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
workflow tasks
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
bcp utility
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
maintenance tasks
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
user variable
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
connection manager
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
SSIS package
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
flat file
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
control flow
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
SQL Server tasks
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
data flow tasks
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
workflow tasks
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
bcp utility
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
maintenance tasks
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
user variable
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
connection manager
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
SSIS package
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
flat file
a collection of one or more tasks grouped together as a series of logical steps
control flow
a collection of one or more tasks grouped together as a series of logical steps
SQL Server tasks
a collection of one or more tasks grouped together as a series of logical steps
data flow tasks
a collection of one or more tasks grouped together as a series of logical steps
workflow tasks
a collection of one or more tasks grouped together as a series of logical steps
bcp utility
a collection of one or more tasks grouped together as a series of logical steps
maintenance tasks
a collection of one or more tasks grouped together as a series of logical steps
user variable
a collection of one or more tasks grouped together as a series of logical steps
connection manager
a collection of one or more tasks grouped together as a series of logical steps
SSIS package
a collection of one or more tasks grouped together as a series of logical steps
flat file
Question
What should you use when running the bcp utility if you want to import only certain columns and run the command interactively?

A)copy exclusion
B)import filter
C)schema view
D)format file
Question
SSIS is a component of SQL Server that can be used to ___________ many different types of external data sources.
Question
Describe the SQL Server Import and Export Wizard. What are its advantages and limitations?
Question
An SSIS ___________ groups together a set of one or more tasks into a single object that can be executed using the SQL Server Integration Services service.
Question
How does SQL Server 2012 support ODBC for bulk copy operations?
Question
SQL Server Data Tools have a selection of predefined project ___________ that include the Integration Services Business Intelligence project for designing Integration Services packages.
Question
What factors should a database administrator consider when selecting the appropriate data integration tools for a given situation?
Question
Describe SQL Server Data Tools. How can it be used to create SSIS packages?
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/38
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 9: Data Integration
1
What is the drawback to using a linked server for integrating an external data source?

A)it enables a data source to be queried directly from within SQL Server
B)it enables a client application to efficiently perform bulk copy operations
C)it doesn't work well for dynamic data sources
D)you must configure it using the bcp utility
C
2
Which basic data integration tool provides step-by-step instructions but has a limited range of data transformation capabilities?

A)SQL Server Import and Export Wizard
B)Integration Services Package
C)SQL Server Analysis Services
D)SQL Server Data Tools
A
3
Which of the following is NOT a method that can be used to execute an Integration Services package?

A)dtexec.exe
B)dtexecui.exe
C)SQL Server Agent job
D)Windows task scheduler
D
4
A package configuration file can be generated from with SQL Server Data Tools for each environment a package will run in.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
5
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?

A)script
B)file system task
C)data flow
D)transformation
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
6
ODBC is an API that is designed to facilitate the interactions between a client application and a database management system, but it is platform-specific.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
7
Which of the following may be found in a database table that performs a secondary set of operations when data is inserted, deleted, or updated?

A)procedure
B)trigger
C)log
D)transaction
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
8
Configuring a linked server which enables a data source to be queried directly from within SQL Server works well for static data sources.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
9
Which type of SSIS package task permits the package to interact with other applications?

A)data flow
B)scripting
C)workflow
D)maintenance
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
10
The BULK INSERT statement inserts records from an external data file source into a SQL Server table.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
11
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
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
12
Aside from extracting and loading data, the process of data integration involves which of the following?

A)deleting data
B)transforming data
C)summarizing data
D)selecting data
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
13
Which type of task should you add to an SSIS package if you need to perform operations on schema objects?

A)SQL Server
B)workflow
C)maintenance
D)data preparation
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
14
What kind of task should be added to an SSIS package if you want to download a data file from an FTP site?

A)data flow
B)data preparation
C)workflow
D)SQL Server
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
15
Which of the following can be used for bidirectional data transfers and is a stand-alone application that is run from a command prompt?

A)BULK INSERT SQL
B)bcp utility
C)SSIS
D)ETL
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
16
Which of the following is NOT a method to leverage the bulk copy interface?

A)run the bcp utility
B)create a SQL Server Agent job
C)use the BULK INSERT function
D)interact with the API directly
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
17
Which of the following is a legacy data integration tool with a graphical designer that had a limited range of functionality?

A)DTS
B)SSIS
C)ETL
D)FTP
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
18
Which of the following are the basic building blocks of an SSIS package?

A)processes
B)flows
C)functions
D)tasks
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
19
What should be used if you want an email alert to be sent to you if an error occurs in the SSIS package?

A)user variable
B)event handler
C)connection manager
D)maintenance task
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
20
The bcp utility can be executed to insert records from an external data file source into a SQL Server table.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
21
How are data sources defined in a data flow task?
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
22
What is a workflow task? Provide an example.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
23
What are SSIS packages, how are they stored, and what are their basic building blocks?
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
24
Which of the following is the correct syntax for using the BULK INSERT statement?

A)BULK INSERT . . WITH ' ' FROM ( )
B)BULK INSERT FROM . . WITH ' ' OPTIONS
C)BULK INSERT . . FROM ' ' WITH ( )
D)BULK INSERT WITH . . FROM ' ' OPTIONS
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
25
What is control flow and how can it be altered in an SSIS package?
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
26
What are two methods you can use to execute an Integration Services package?
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
27
___________ tasks allow custom code to be executed to extend the functionality of the basic set of tasks.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
28
Why would you use a format file used with the bcp utility?
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
29
An application programming ____________ defines the communication protocol between two software applications that need to interact with each other.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
30
Match between columns
tasks that perform operations on schema objects and data on a SQL server
control flow
tasks that perform operations on schema objects and data on a SQL server
SQL Server tasks
tasks that perform operations on schema objects and data on a SQL server
data flow tasks
tasks that perform operations on schema objects and data on a SQL server
workflow tasks
tasks that perform operations on schema objects and data on a SQL server
bcp utility
tasks that perform operations on schema objects and data on a SQL server
maintenance tasks
tasks that perform operations on schema objects and data on a SQL server
user variable
tasks that perform operations on schema objects and data on a SQL server
connection manager
tasks that perform operations on schema objects and data on a SQL server
SSIS package
tasks that perform operations on schema objects and data on a SQL server
flat file
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 storage unit within an SSIS package that can hold both static values or whose values can be set at run time
SQL Server tasks
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
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
workflow tasks
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
bcp utility
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
maintenance tasks
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
user variable
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
connection manager
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
SSIS package
a storage unit within an SSIS package that can hold both static values or whose values can be set at run time
flat file
a text file that contains data
control flow
a text file that contains data
SQL Server tasks
a text file that contains data
data flow tasks
a text file that contains data
workflow tasks
a text file that contains data
bcp utility
a text file that contains data
maintenance tasks
a text file that contains data
user variable
a text file that contains data
connection manager
a text file that contains data
SSIS package
a text file that contains data
flat file
tasks that move data between a source and a destination
control flow
tasks that move data between a source and a destination
SQL Server tasks
tasks that move data between a source and a destination
data flow tasks
tasks that move data between a source and a destination
workflow tasks
tasks that move data between a source and a destination
bcp utility
tasks that move data between a source and a destination
maintenance tasks
tasks that move data between a source and a destination
user variable
tasks that move data between a source and a destination
connection manager
tasks that move data between a source and a destination
SSIS package
tasks that move data between a source and a destination
flat file
the order in which each task in an SSIS package is executed
control flow
the order in which each task in an SSIS package is executed
SQL Server tasks
the order in which each task in an SSIS package is executed
data flow tasks
the order in which each task in an SSIS package is executed
workflow tasks
the order in which each task in an SSIS package is executed
bcp utility
the order in which each task in an SSIS package is executed
maintenance tasks
the order in which each task in an SSIS package is executed
user variable
the order in which each task in an SSIS package is executed
connection manager
the order in which each task in an SSIS package is executed
SSIS package
the order in which each task in an SSIS package is executed
flat file
tasks that perform essential database maintenance functions
control flow
tasks that perform essential database maintenance functions
SQL Server tasks
tasks that perform essential database maintenance functions
data flow tasks
tasks that perform essential database maintenance functions
workflow tasks
tasks that perform essential database maintenance functions
bcp utility
tasks that perform essential database maintenance functions
maintenance tasks
tasks that perform essential database maintenance functions
user variable
tasks that perform essential database maintenance functions
connection manager
tasks that perform essential database maintenance functions
SSIS package
tasks that perform essential database maintenance functions
flat file
tasks that permit an SSIS package to interact with other applications
control flow
tasks that permit an SSIS package to interact with other applications
SQL Server tasks
tasks that permit an SSIS package to interact with other applications
data flow tasks
tasks that permit an SSIS package to interact with other applications
workflow tasks
tasks that permit an SSIS package to interact with other applications
bcp utility
tasks that permit an SSIS package to interact with other applications
maintenance tasks
tasks that permit an SSIS package to interact with other applications
user variable
tasks that permit an SSIS package to interact with other applications
connection manager
tasks that permit an SSIS package to interact with other applications
SSIS package
tasks that permit an SSIS package to interact with other applications
flat file
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
control flow
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
SQL Server tasks
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
data flow tasks
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
workflow tasks
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
bcp utility
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
maintenance tasks
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
user variable
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
connection manager
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
SSIS package
a stand-alone application that is run from a command prompt and that can be used for bidirectional data transfer
flat file
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
control flow
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
SQL Server tasks
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
data flow tasks
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
workflow tasks
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
bcp utility
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
maintenance tasks
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
user variable
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
connection manager
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
SSIS package
an object within an SSIS package that stores the configuration information necessary to connect to an individual data source
flat file
a collection of one or more tasks grouped together as a series of logical steps
control flow
a collection of one or more tasks grouped together as a series of logical steps
SQL Server tasks
a collection of one or more tasks grouped together as a series of logical steps
data flow tasks
a collection of one or more tasks grouped together as a series of logical steps
workflow tasks
a collection of one or more tasks grouped together as a series of logical steps
bcp utility
a collection of one or more tasks grouped together as a series of logical steps
maintenance tasks
a collection of one or more tasks grouped together as a series of logical steps
user variable
a collection of one or more tasks grouped together as a series of logical steps
connection manager
a collection of one or more tasks grouped together as a series of logical steps
SSIS package
a collection of one or more tasks grouped together as a series of logical steps
flat file
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
31
What should you use when running the bcp utility if you want to import only certain columns and run the command interactively?

A)copy exclusion
B)import filter
C)schema view
D)format file
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
32
SSIS is a component of SQL Server that can be used to ___________ many different types of external data sources.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
33
Describe the SQL Server Import and Export Wizard. What are its advantages and limitations?
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
34
An SSIS ___________ groups together a set of one or more tasks into a single object that can be executed using the SQL Server Integration Services service.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
35
How does SQL Server 2012 support ODBC for bulk copy operations?
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
36
SQL Server Data Tools have a selection of predefined project ___________ that include the Integration Services Business Intelligence project for designing Integration Services packages.
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
37
What factors should a database administrator consider when selecting the appropriate data integration tools for a given situation?
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
38
Describe SQL Server Data Tools. How can it be used to create SSIS packages?
Unlock Deck
Unlock for access to all 38 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 38 flashcards in this deck.