Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.38 KB

File metadata and controls

36 lines (31 loc) · 1.38 KB
title MSagent_parameters (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/04/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology replication
ms.topic language-reference
f1_keywords
MSagent_parameters_TSQL
MSagent_parameters
dev_langs
TSQL
helpviewer_keywords
MSagent_parameters system table
ms.assetid be30abc9-c00d-446f-b1b4-1269772f37e6
author stevestein
ms.author sstein

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)