adplus-dvertising
frame-decoration

Question

Which of the following query returns the average latency for the most recent sessions?

a.

SELECT latency FROM sys.dm_cdc_log_audit_sessions WHERE session_id = 0

b.

SELECT latency FROM sys.dm_cdc_log_scan_ WHERE session_id = 0

c.

SELECT latency FROM sys.dm_cdc_audit_scan_sessions WHERE session_id = 0

d.

SELECT latency FROM sys.dm_cdc_log_scan_sessions WHERE session_id = 0

Answer: (d).SELECT latency FROM sys.dm_cdc_log_scan_sessions WHERE session_id = 0

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following query returns the average latency for the most recent sessions?