Which task should you use?

HOTSPOT
You are developing a SQL Server Integration Services (SSIS) package.
The package must run a parameterized query against a Windows Azure SQL Database
database.
You need to use the least amount of development effort to meet the package requirement.
Which task should you use? (To answer, select the appropriate task in the answer area.)

HOTSPOT
You are developing a SQL Server Integration Services (SSIS) package.
The package must run a parameterized query against a Windows Azure SQL Database
database.
You need to use the least amount of development effort to meet the package requirement.
Which task should you use? (To answer, select the appropriate task in the answer area.)

Answer:



Leave a Reply 8

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


Mido

Mido

why we did’t use
Execute T-SQL statement task ?
it is more efficient and takes less memory
can you guys answer me
Thanks

TBiMac

TBiMac

The reasons why it can’t be ‘Execute T-SQL statement task’ are:
1/ Parameterized queries can be used only in Execute SQL Tasks
2/ It is against SQL Azure that requires an SQL Mobile connection. The ‘Execute T-SQL statement task’ relies only on an ADO.NET connection.

Dim

Dim

I guess because of T-SQL statement task
doesn’t support parameters.