Contains one row for each Distribution Agent running at the local Distributor. This table is stored in the distribution database.
Column name | Data type | Description |
---|---|---|
id | int | ID of the Distribution Agent. |
name | nvarchar(100) | Name of the Distribution Agent. |
publisher_database_id | int | ID of the Publisher database. |
publisher_db | sysname | Name of the Publisher database. |
publication | sysname | Name of the publication. |
subscriber_id | smallint | ID of the Subscriber, used by well-known agents only. For anonymous agents, this column is reserved. |
subscriber_db | sysname | Name of the subscription database. |
subscription_type | int | Type of subscription: 0 = Push 1 = Pull 2 = Anonymous |
local_job | bit | Indicates whether there is a SQL Server Agent job on the local Distributor. |
job_id | binary(16) | Job identification number. |
subscription_guid | binary(16) | ID of the subscriptions of this agent. |
profile_id | int | Configuration ID from the MSagent_profiles table. |
anonymous_subid | uniqueidentifier | ID of an anonymous agent. |
subscriber_name | sysname | Name of the Subscriber, used by anonymous agents only. |
virtual_agent_id | int | For internal use only. |
anonymous_agent_id | int | For internal use only. |
creation_date | datetime | Datetime when the Distribution or Merge Agent was created. |