Microsoft
70-458 · Question #109
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is…
The correct answer is C. Open a command prompt and run the gacutil command. See the full explanation below for the reasoning.
Question
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question. You are developing a SQL Server Integration Services (SSIS) package. To process complex scientific data originating from a SQL Azure database, a custom task component is added to the project. You need to ensure that the custom component is deployed on a test environment correctly. What should you do?
Options
- AAdd an OnError event handler to the SSIS project.
- BUse an msi file to deploy the package on the server.
- COpen a command prompt and run the gacutil command.
- DOpen a command prompt and run the dtutil /copy command.
- EOpen a command prompt and run the dtexec /rep /conn command.
- FOpen a command prompt and run the dtexec /dumperror /conn command.
- GOpen a command prompt and execute the package by using the SQL Log provider and
- HCreate a reusable custom logging component and use it in the SSIS project.
- JConfigure the output of a component in the package data flow to use a data tap.
How the community answered
(35 responses)- A14% (5)
- B6% (2)
- C71% (25)
- F6% (2)
- G3% (1)
Community Discussion
No community discussion yet for this question.