1.

Which of the following is a Service Broker Related Dynamic Management View?(a) sys.dm_broker_activated(b) sys.dm_broker_activated_tasks(c) sys.dm_broker_tasks(d) dm_broker_activated_tasksI have been asked this question in an interview for job.The above asked question is from Service Broker topic in division Data Connectivity of SQL Server

Answer»

The correct CHOICE is (b) sys.dm_broker_activated_tasks

For explanation I would SAY: sys.dm_broker_activated_tasks returns a row for each STORED procedure activated by Service Broker.



Discussion

No Comment Found

Related InterviewSolutions