Microsoft
70-457 · Question #188
You are in the process of creating a SQL Server Integration Services (SSIS) package. The package will be configured upload a file to a table in a SQL Azure database. You need to make sure that the…
The correct answer is D. The OnPostValidate event handler. See the full explanation below for the reasoning.
Question
You are in the process of creating a SQL Server Integration Services (SSIS) package. The package will be configured upload a file to a table in a SQL Azure database. You need to make sure that the code includes an event handler that makes use of an executable to raise the event when its verification is completed. Which of the following is the event handler that you should use?
Options
- AThe OnPostExecute event handler.
- BThe OnTaskFailed event handler.
- CThe OnPreExecute event handler.
- DThe OnPostValidate event handler.
How the community answered
(32 responses)- A9% (3)
- B3% (1)
- C16% (5)
- D72% (23)
Community Discussion
No community discussion yet for this question.