exam questions

Exam 70-767 All Questions

View all questions & answers for the 70-767 exam

Exam 70-767 topic 1 question 59 discussion

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

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 have a database named DB1 that has change data capture enabled.
A Microsoft SQL Server Integration Services (SSIS) job runs once weekly. The job loads changes from DB1 to a data warehouse by querying the change data capture tables.
A new version of the Integration Services package is released that introduces several errors in the loading process.
You need to roll back the Integration Services package to the previous version.
Which stored procedure should you execute?

  • A. catalog.deploy_project
  • B. catalog.restore_project
  • C. catalog.stop_operation
  • D. sys.sp_cdc_add_job
  • E. sys.sp_cdc_change_job
  • F. sys.sp_cdc_disable_db
  • G. sys.sp_cdc_enable_db
  • H. sys.sp_cdc_stop_job
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
catalog.restore_project restores a project in the Integration Services catalog to a previous version.
References: https://docs.microsoft.com/en-us/sql/integration-services/system-stored-procedures/catalog-restore-project-ssisdb-database?view=sql-server-2017

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 ...