What are two possible ways to achieve this goal?

You maintain Microsoft SQL Server instances named SVR1 and SVR2 that are hosted on two different servers. You configure log shipping between the two instances as follows:
DB1 on SVR1 is configured as the primary database.
DB1 on SVR2 is configured as the secondary database for DB1 on SVR1. No monitoring server is configured.
You need to monitor error log messages about the copy job.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. On SVR1, run the following Transact-SQL statement:
SELECT * FROM msdb.dbo.log_shipping_monitor_error_detail.
B. Use the job Activity Monitor in SQL Server Management Studio by connecting to SVR1
C. View the Log Shipping Report in SQL Server Management Studio by connecting SVR1.
D. Use the Job Activity Monitor in SQL Server Management Studio by connecting to SVR2.
E. On SVR2 run the following Transact-SQL statement:
SELECT * FROM msdb.dbo.log_shipping_monitor_error_detail.

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.