sys.sp_helpreplfailovermode
general #stored-procedure
Description
Displays the current failover mode of a subscription. This stored procedure is executed at the Subscriber on any database. For more information about failover modes, see Subscriptions - For Transactional Replication The name of the Publisher that is participating in the update of this Subscriber. , with no default. The Publisher must already be configured for publishing.
Syntax
sp_helpreplfailovermode
[ @publisher = ]
N
'publisher'
, [ @publisher_db = ]
N
'publisher_db'
, [ @publication = ]
N
'publication'
[ , [ @failover_mode_id = ] failover_mode_id
OUTPUT
]
[ , [ @failover_mode = ]
N
'failover_mode'
OUTPUT
]
[ ; ]