sp_changedistributor_property (Transact-SQL)
SQL Server 2008
Changes the properties of the Distributor. This stored procedure is executed at the Distributor on any database.
Is the property for a given Distributor. property is sysname, and can be one of these values.
Value | Description |
|---|---|
heartbeat_interval | Maximum number of minutes that an agent can run without logging a progress message. |
NULL (default) | All available property values are printed. |
Is the value for the given Distributor property. value is varchar(255), with a default of NULL.

