Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.47 KB

File metadata and controls

42 lines (37 loc) · 1.47 KB
title MSagent_parameters (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/04/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
replication
ms.tgt_pltfrm
ms.topic language-reference
applies_to
SQL Server
f1_keywords
MSagent_parameters_TSQL
MSagent_parameters
dev_langs
TSQL
helpviewer_keywords
MSagent_parameters system table
ms.assetid be30abc9-c00d-446f-b1b4-1269772f37e6
caps.latest.revision 28
author BYHAM
ms.author rickbyh
manager jhubbard

MSagent_parameters (Transact-SQL)

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

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)