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
Składnia
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.
Uwagi
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.
Zobacz także
Odwołanie
System Stored Procedures (Transact-SQL)