Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.22 KB

msagent-parameters-transact-sql.md

File metadata and controls

33 lines (28 loc) · 1.22 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
MSagent_parameters (Transact-SQL)
MSagent_parameters (Transact-SQL)
VanMSFT
vanto
03/04/2017
sql
replication
reference
MSagent_parameters_TSQL
MSagent_parameters
MSagent_parameters system table
TSQL

MSagent_parameters (Transact-SQL)

[!INCLUDE SQL Server]

The MSagent_parameters table contains parameters associated with an agent profile. The parameter names are the same as those supported by the agent. This table is stored in the msdb database.

Column name Data type Description
profile_id int The profile ID from the MSagent_profiles table.
parameter_name sysname The name of the parameter.
value nvarchar(255) The value of the parameter.

See Also

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