sp_help_log_shipping_secondary_primary (Transact-SQL)
SQL Server 2005
This stored procedure retrieves the settings for a given primary database on the secondary server.
Transact-SQL Syntax Conventions
- [ @primary_server = ] 'primary_server'
-
The name of the primary instance of the Microsoft SQL Server Database Engine in the log shipping configuration. primary_server is sysname and cannot be NULL.
- [ @primary_database = ] 'primary_database'
-
Is the name of the database on the primary server. primary_database is sysname, with no default.
Reference
System Stored Procedures (Transact-SQL)Other Resources
Log ShippingLog Shipping Tables and Stored Procedures