exam questions

Exam 70-467 All Questions

View all questions & answers for the 70-467 exam

Exam 70-467 topic 1 question 54 discussion

Actual exam question from Microsoft's 70-467
Question #: 54
Topic #: 1
[All 70-467 Questions]

You are designing a SQL Server Integration Services (SSIS) solution. The solution will contain an SSIS project that includes several SSIS packages. Each SSIS package will define the same connection managers and variables.
You have the following requirements:
✑ Ensure that the deployment model supports changing the content of connection strings by using parameters at execution time.
✑ Ensure that the deployment model automatically starts from calls to the catalog.start_execution stored procedure in the SSISDB database.
✑ Maximize performance at execution time.
✑ Minimize development effort.
You need to design a solution that meets the requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

  • A. Use a package deployment model. Use a SQL Server package configuration with a common filter. Change the contents of the SSIS Configurations table at runtime.
  • B. Use a project deployment model. Configure connections in an XML configuration file referenced by an environment variable that corresponds to the SQL Server environment of each SSIS package.
  • C. Use a package deployment model. Save each SSIS package to a file share that can be accessed from all environments.
  • D. Use a project deployment model. Modify connection manager properties to use project parameters. Ensure that the SSISDB database is created.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...