Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.22 KB

File metadata and controls

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