Ócáid
Mar 31, 11 PM - Apr 2, 11 PM
An ócáid foghlama SQL, Fabric and Power BI is mó. Márta 31 – 2 Aibreán. Bain úsáid as cód FABINSIDER chun $ 400 a shábháil.
Cláraigh inniuNí thacaítear leis an mbrabhsálaí seo a thuilleadh.
Uasghrádú go Microsoft Edge chun leas a bhaint as na gnéithe is déanaí, nuashonruithe slándála, agus tacaíocht theicniúil.
Applies to:
SQL Server
Azure SQL Managed Instance
Changes the properties of the Distributor. This stored procedure is executed at the Distributor on any database.
Transact-SQL syntax conventions
sp_changedistributor_property
[ [ @property = ] N'property' ]
[ , [ @value = ] N'value' ]
[ ; ]
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. |
The value for the given Distributor property. @value is nvarchar(255), with a default of NULL
.
0
(success) or 1
(failure).
sp_changedistributor_property
is used in all types of replication.
-- Change the heartbeat interval at the Distributor to 5 minutes.
USE master
exec sp_changedistributor_property
@property = N'heartbeat_interval',
@value = 5;
GO
Only members of the sysadmin fixed server role can execute sp_changedistributor_property
.
Ócáid
Mar 31, 11 PM - Apr 2, 11 PM
An ócáid foghlama SQL, Fabric and Power BI is mó. Márta 31 – 2 Aibreán. Bain úsáid as cód FABINSIDER chun $ 400 a shábháil.
Cláraigh inniu