title | description | author | ms.author | ms.reviewer | ms.date | ms.service | ms.subservice | ms.topic | f1_keywords | helpviewer_keywords | dev_langs | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sp_helpdistributor_properties (Transact-SQL) |
sp_helpdistributor_properties (Transact-SQL) |
markingmyname |
maghan |
randolphwest |
05/31/2023 |
sql |
replication |
reference |
|
|
|
[!INCLUDE SQL Server SQL MI]
Returns Distributor properties. This stored procedure is executed at the Distributor on the distribution database.
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: Transact-SQL syntax conventions
sp_helpdistributor_properties
[ ; ]
Column name | Data type | Description |
---|---|---|
heartbeat_interval |
int | The maximum number of minutes that an agent can go without logging a progress message. |
0
(success) or 1
(failure).
sp_helpdistributor_properties
is used with all types of replication.
Only members of the sysadmin fixed server role, members of the db_owner or replmonitor fixed database role on the distribution database, and users in the publication access list (PAL) for a publication that uses this Distributor can execute sp_helpdistributor_properties
.