You need to design a package to change a variable value during package execution by using the least amount of development effort

You are developing a SQL Server Integration Services (SSIS) package.
You need to design a package to change a variable value during package execution by
using the least amount of development effort.
What should you use?

You are developing a SQL Server Integration Services (SSIS) package.
You need to design a package to change a variable value during package execution by
using the least amount of development effort.
What should you use?

A.
Expression task

B.
Script task

C.
Execute SQL task

D.
Execute Process task

E.
Term Extraction transformation

Explanation:

http://msdn.microsoft.com/en-us/library/hh213137.aspx



Leave a Reply 3

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


ToZorMan

ToZorMan

C. Execute SQL task (to change a variable value / least amount of development effort)

Expression task is just an evaluation

ToZorMan

ToZorMan

Sorry, A. Expression Task is OK. Only since 2012 and I misunderstood how it worked.

Tanzila

Tanzila

A. Expression task