sp_upgrade_log_shipping (Transact-SQL)

The sp_upgrade_log_shipping stored procedure is invoked automatically for upgrading metadata that is specific to log shipping in SQL Server 2012.

Topic link icon Transact-SQL Syntax Conventions

Syntax

sp_upgrade_log_shipping

Arguments

None.

Return Code Values

0 (success) or 1 (otherwise)

Result Sets

None.

Remarks

This stored procedure is invoked automatically during SQL Server upgrade for upgrading metadata for log shipping in SQL Server 2012. You do not need to execute this procedure explicitly, unless a problem occurs with the metadata during upgrade.

sp_upgrade_log_shipping must be run from the master database on the primary, secondary, or monitor server.

Permissions

Requires membership in the sysadmin fixed server role.

See Also

Reference

System Stored Procedures (Transact-SQL)

Concepts

About Log Shipping (SQL Server)