Deck 9: Data Integration

ملء الشاشة (f)
exit full mode
سؤال
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
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
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
سؤال
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
سؤال
A package configuration file can be generated from with SQL Server Data Tools for each environment a package will run in.
سؤال
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
سؤال
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.
سؤال
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
سؤال
Configuring a linked server which enables a data source to be queried directly from within SQL Server works well for static data sources.
سؤال
Which type of SSIS package task permits the package to interact with other applications?

A)data flow
B)scripting
C)workflow
D)maintenance
سؤال
The BULK INSERT statement inserts records from an external data file source into a SQL Server table.
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
Which of the following are the basic building blocks of an SSIS package?

A)processes
B)flows
C)functions
D)tasks
سؤال
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
سؤال
The bcp utility can be executed to insert records from an external data file source into a SQL Server table.
سؤال
How are data sources defined in a data flow task?
سؤال
What is a workflow task? Provide an example.
سؤال
What are SSIS packages, how are they stored, and what are their basic building blocks?
سؤال
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
سؤال
What is control flow and how can it be altered in an SSIS package?
سؤال
What are two methods you can use to execute an Integration Services package?
سؤال
___________ tasks allow custom code to be executed to extend the functionality of the basic set of tasks.
سؤال
Why would you use a format file used with the bcp utility?
سؤال
An application programming ____________ defines the communication protocol between two software applications that need to interact with each other.
سؤال
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
سؤال
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
سؤال
SSIS is a component of SQL Server that can be used to ___________ many different types of external data sources.
سؤال
Describe the SQL Server Import and Export Wizard. What are its advantages and limitations?
سؤال
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.
سؤال
How does SQL Server 2012 support ODBC for bulk copy operations?
سؤال
SQL Server Data Tools have a selection of predefined project ___________ that include the Integration Services Business Intelligence project for designing Integration Services packages.
سؤال
What factors should a database administrator consider when selecting the appropriate data integration tools for a given situation?
سؤال
Describe SQL Server Data Tools. How can it be used to create SSIS packages?
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/38
auto play flashcards
العب
simple tutorial
ملء الشاشة (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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
10
The BULK INSERT statement inserts records from an external data file source into a SQL Server table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
20
The bcp utility can be executed to insert records from an external data file source into a SQL Server table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
21
How are data sources defined in a data flow task?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
22
What is a workflow task? Provide an example.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
23
What are SSIS packages, how are they stored, and what are their basic building blocks?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
25
What is control flow and how can it be altered in an SSIS package?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
26
What are two methods you can use to execute an Integration Services package?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
27
___________ tasks allow custom code to be executed to extend the functionality of the basic set of tasks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
28
Why would you use a format file used with the bcp utility?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
29
An application programming ____________ defines the communication protocol between two software applications that need to interact with each other.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
32
SSIS is a component of SQL Server that can be used to ___________ many different types of external data sources.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
33
Describe the SQL Server Import and Export Wizard. What are its advantages and limitations?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
35
How does SQL Server 2012 support ODBC for bulk copy operations?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
37
What factors should a database administrator consider when selecting the appropriate data integration tools for a given situation?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
38
Describe SQL Server Data Tools. How can it be used to create SSIS packages?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 38 في هذه المجموعة.