In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
-- Removemirroring
ALTER DATABASE token SET PARTNER off
-- dropdatabase on secondary
Drop DATABASE token
-- disable job on primary
USE msdb
GO
EXECdbo.sp_update_job
@ job_name = NeverLSBAKEN'
@ enabled = 0
GO
-- backup database on primary and copy to secondary
Backup database token TODISK='c:\ MSSQL\ DATA\ token.bak'
Backup log token TO DISK='c:\ MSSQL\ DATA\ token_log.bak'
-- restore database on secondary
Restore database token from DISK='c:\ MSSQL\ DATA\ token.bak'
With norecovery
Restorel og token from DISK='c:\ MSSQL\ DATA\ token_log.bak'
With norecovery
-- setmirroring on secondary
ALTER DATABASE token SET PARTNER = 'TCP://CPCWRBISQLATP03:5022'
-- setmirroring on primary
ALTER DATABASE token SET PARTNER = 'TCP://CPCWRBISQLATS03:5022'
-- enablejob on primary
USE msdb
GO
EXECdbo.sp_update_job
@ job_name = NeverLSBAKEN'
@ enabled = 1
GO
Q:
Msg 3101,Level 16, State 1, Line 1
Exclusiveaccess could not be obtained because the database is in use.
Msg 3013,Level 16, State 1, Line 1
BACKUP LOG is terminating abnormally.
A:checkthe session for databasename, and kill it. Try again.
Sp_who2
Kill 55
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.