Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 2.29 KB

File metadata and controls

58 lines (47 loc) · 2.29 KB
title sys.dm_broker_activated_tasks (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 06/10/2016
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
sys.dm_broker_activated_tasks
sys.dm_broker_activated_tasks_TSQL
dm_broker_activated_tasks
dm_broker_activated_tasks_TSQL
dev_langs
TSQL
helpviewer_keywords
sys.dm_broker_activated_tasks dynamic management view
ms.assetid 17e6f87f-8f56-489d-9aed-216afc8ef310
caps.latest.revision 22
author JennieHubbard
ms.author jhubbard
manager jhubbard

sys.dm_broker_activated_tasks (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]

Returns a row for each stored procedure activated by Service Broker.

Column name Data type Description
spid int ID of the session of the activated stored procedure. NULLABLE.
database_id smallint ID of the database in which the queue is defined. NULLABLE.
queue_id int ID of the object of the queue for which the stored procedure was activated. NULLABLE.
procedure_name nvarchar(650) Name of the activated stored procedure. NULLABLE.
execute_as int ID of the user that the stored procedure runs as. NULLABLE.

Permissions

Requires VIEW SERVER STATE permission on the server.

Physical Joins

Joins for sys.dm_broker_activated_tasks

Relationship Cardinalities

From To Relationship
dm_broker_activated_tasks.spid dm_exec_sessions.session_id One-to-one

See Also

Dynamic Management Views and Functions (Transact-SQL)
Service Broker Related Dynamic Management Views (Transact-SQL)