title
dbo.sysproxysubsystem (Transact-SQL) | Microsoft Docs
ms.custom
ms.date
03/14/2017
ms.prod
sql-non-specified
ms.reviewer
ms.suite
ms.technology
ms.tgt_pltfrm
ms.topic
language-reference
f1_keywords
dbo.sysproxysubsystem_TSQL
dbo.sysproxysubsystem
sysproxysubsystem_TSQL
sysproxysubsystem
dev_langs
helpviewer_keywords
sysproxysubsystem system table
ms.assetid
6d7713f5-1253-4a19-b1fb-635c377c95c1
caps.latest.revision
13
author
JennieHubbard
ms.author
jhubbard
manager
jhubbard
dbo.sysproxysubsystem (Transact-SQL)
[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md ]
Records which [!INCLUDEssNoVersion ] Agent subsystem is used by each proxy account. This table is stored in the msdb database.
Column name
Data type
Description
subsystem_id
int
ID of the subsystem. This value corresponds to the subsystem_id column in the syssubsystems table.
proxy_id
int
ID of the proxy account. This value corresponds to the proxy_id column in the sysproxies table.
Remarks
Only members of the sysadmin fixed server role can access this table.
dbo.syssubsystems (Transact-SQL)
dbo.sysproxies (Transact-SQL)