sp_delete_log_shipping_secondary_database (Transact-SQL)
This stored procedure removes a secondary database and removes the local history and remote history.
Syntax
sp_delete_log_shipping_secondary_database
[ @secondary_database = ] 'secondary_database'
Arguments
- [ @secondary_database = ] 'secondary_database'
Is the name of the secondary database. secondary_database is sysname, with no default.
Return Code Values
0 (success) or 1 (failure)
Result Sets
None.
Remarks
sp_delete_log_shipping_secondary_database must be run from the master database on the secondary server.
Permissions
Only members of the sysadmin fixed server role can run this procedure.
See Also