sp_delete_log_shipping_secondary_database (Transact-SQL)
This stored procedure removes a secondary database and removes the local history and remote history.
Transact-SQL Syntax Conventions
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
Reference
System Stored Procedures (Transact-SQL)
Other Resources
Log Shipping
Log Shipping Tables and Stored Procedures