CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 38: 70-463: MCSA Implementing a Data Warehouse with Microsoft SQL Server 20122014

Note: This question is a 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. Y…

Nội dung câu hỏi

Note: This question is a 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) project with multiple packages to copy data to a Microsoft Azure SQL database. An automated process must validate all related Environment references, parameter data types, package references, and referenced assemblies. The automated process must run on a regular schedule. You need to establish the automated validation process by using the least amount of administrative effort. What should you do?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Use an event handler for OnError for the package.
  2. B. Use an event handler for OnError for each data flow task.
  3. C. Use an event handler for OnTaskFailed for the package.
  4. D. View the job history for the SQLServer Agent job.
  5. E. View the All Messages subsection of the All Executions report for the package.
  6. F. Store the System::SourceID variable in the custom log table.
  7. G. Store the System::ServerExecutionID variable in the custom log table.
  8. H. Store the System::ExecutionInstanceGUID variable in the custom log table.
  9. I. Enable the SSIS log provider for SQL Server for OnError in the package control flow.
  10. J. Enable the SSIS log provider for SQL Server for OnTaskFailed in the package control flow.
  11. K. Deploy the project by using dtutil.exe with the /COPY DTS option.
  12. L. Deploy the project by using dtutil.exe with the /COPY SQL option.
  13. M. Deploy the .ispac file by using the Integration Services Deployment Wizard.
  14. N. Create a SQL Server Agent job to execute the SSISDB.catalog.validate_project stored procedure. — đáp án hiện tại
  15. O. Create a SQL Server Agent job to execute the SSISDB.catalog.validate_package stored procedure.
  16. P. Create a SQL Server Agent job to execute theSSISDB.catalog.create_execution and SSISDB.catalog.start_executionstored procedures.
  17. Q. Create a table to store error information. Create an error output on each data flow destination that writes OnError event text to the table.
  18. R. Create a table to store error information. Create an error output on each data flow destination that writes OnTaskFailed event text to the table.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề