I’m currently studying for Microsoft exam 70-458. I do enjoy studying for exams. It’s hard, but it’s an excellent forcing function. I learn bits and pieces here and there now and then about this and that, but when I have an exam schedule for a set date, I have to study! And not only do I put in more hours, but I follow a more systematic approach. In this article, I’m going to share GreatExam braindumps in case you too are studying and this method works for you.
QUESTION 121
You are developing a SQL Server Integration Services (SSIS) project by using the Project Deployment model.
A package in the project extracts data from a Windows Azure SQL Database database.
The package is deployed to SQL Server.
The package is not producing the desired results.
You need to generate the .mdmp and .tmp debug files in order to troubleshoot the issues.
What should you do?
A. Execute the catalog.create_execution_dump stored procedure with the package execution_id.
B. Run the DTEXEC utility with the /Reporting V option.
C. Run the DTEXEC utility with the /Logger option.
D. Execute the catalog.add_data_tap stored procedure with the package execution_id.