sys.sp_change_log_shipping_secondary_database
general #stored-procedure
Description
fixed server role can run this procedure. This example illustrates using database parameters for the database About log shipping (SQL Server) System stored procedures (Transact-SQL)
Syntax
sp_change_log_shipping_secondary_database
Examples
Example 1
sp_change_log_shipping_secondary_database
Example 2
LogShipAdventureWorks
Example 3
EXECUTE master.dbo.sp_change_log_shipping_secondary_database
@secondary_database =
'LogShipAdventureWorks'
,
@restore_delay = 0,
@restore_all = 1,
@restore_mode = 0,
@disconnect_users = 0,
@threshold_alert = 14420,
@threshold_alert_enabled = 1,
@history_retention_period = 14420;