Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 2.46 KB

mslogreader-agents-transact-sql.md

File metadata and controls

44 lines (39 loc) · 2.46 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
MSlogreader_agents (Transact-SQL)
MSlogreader_agents (Transact-SQL)
VanMSFT
vanto
03/14/2017
sql
replication
reference
MSlogreader_agents_TSQL
MSlogreader_agents
MSlogreader_agents system table
TSQL

MSlogreader_agents (Transact-SQL)

[!INCLUDE SQL Server]

The MSlogreader_agents table contains one row for each Log Reader Agent running at the local Distributor. This table is stored in the distribution database.

Column name Data type Description
id int The ID of the Log Reader Agent.
name nvarchar(100) The name of the Log Reader Agent.
publisher_id smallint The ID of the Publisher.
publisher_db sysname The name of the Publisher database.
publication sysname The name of the publication.
local_job bit Indicates whether there is a [!INCLUDEssNoVersion] Agent job on the local Distributor.
job_id binary(16) The job identification number.
profile_id int The configuration ID from the MSagent_profiles table.
publisher_security_mode smallint The security mode used by the agent when connecting to the Publisher, which can be one of the following:

0 = [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Authentication.

1 = [!INCLUDEmsCoName] Windows Authentication.
publisher_login sysname The login used when connecting to the Publisher.
publisher_password nvarchar(524) The encrypted value of the password that is used when connecting to the Publisher.
job_step_uid uniqueidentifier The unique ID of the [!INCLUDEssNoVersion] Agent job step in which the agent is started.
job_login sysname
job_password nvarchar(524)

See Also

Replication Tables (Transact-SQL)
Replication Views (Transact-SQL)