Erases the enrollment of inactive databases for a primary server.
sp_fallback_withdraw_svr_db {'PrimarySvrName' [, DBNamePattern]}
where
For more information about the LIKE operator, see Wildcard Characters in the Microsoft SQL Server Transact-SQL Reference.
This procedure must be executed on the fallback support server by using a direct connection to the fallback support server, or by using a remote stored procedure call to the fallback support server while connected to the primary server.
When executing this procedure for troubleshooting problems with fallback support, supply only PrimarySvrName so DBNamePattern defaults to '%' for all enrolled databases on a primary server.
Only the system administrator can execute this procedure on the local primary server.
master.dbo.spt_fallback_usg
sp_addremotelogin | sp_helplogins |
sp_addserver | sp_serveroption |
sp_change_users_login |