----------------- 【1】 use master go sp_configure ‘allow updates‘,1 reconfigure with override go ----------------- 【2】 update sysdatabases set status=-32768 where dbid=DB_ID(‘zc_post‘) ----------------- 【3】 dbcc rebuild_log(‘zc_post‘,‘d:\zc_post_log.ldg‘) ----------------- 【4】 dbcc checkdb(‘zc_post‘) ----------------- 【5】 sp_dboption ‘zc_post‘,‘dbo use only‘,‘false‘
时间: 2024-10-23 04:56:19