Which two actions should you perform?

You have a SQL server integration Services (SSIS) package named package1.
You discover that the Data Flow task for Package1 runs slower than expected.
You need to reduce the amount of time required to run the Data Flow task.
Which two actions should you perform? (Select Two)

You have a SQL server integration Services (SSIS) package named package1.
You discover that the Data Flow task for Package1 runs slower than expected.
You need to reduce the amount of time required to run the Data Flow task.
Which two actions should you perform? (Select Two)

A.
Configure the package to run by using the CallerInfo option.

B.
Modify the DefaultBufferSize package setting.

C.
Modify the ForceExecutionResult Package setting.

D.
Modify the DefaultBufferMaxRows package setting.

E.
Configure the package to run by using MaxConcurrent option.



Leave a Reply 5

Your email address will not be published. Required fields are marked *


Madina

Madina

shouldn`t it be B and D?

vakum

vakum

B is not correct. There are no such option.
SSIS applies the size of the buffers based on these input parameters:
■■ Estimated Row Size
■■ DefaultMaxBufferRows
■■ DefaultMaxBufferSize
■■ MinBufferSize

Aakash

Aakash

Nice. Thanks