小说系统V1.0数据库索引重建
为保障系统快速正常稳定的运行,MSSQL SERVER需要每间隔一段时间运行一次数据库索引重建工作,建议每月重建一次!
dbcc dbreindex('ws_booklist','',100)
dbcc dbreindex('ws_bookvolume','',100)
dbcc dbreindex('ws_bookchapter','',100)
dbcc dbreindex('Ws_BookAttachments','',100)
dbcc dbreindex('Ws_GetDataBook','',100)
dbcc dbreindex('Ws_GetDataRuleBook','',100)
dbcc dbreindex('Ws_GetDataRuleChapter','',100)
dbcc dbreindex('Ws_GetDataRuleErrLog','',100)
dbcc dbreindex('Ws_UserBookSave','',100)
dbcc dbreindex('Ws_UserMeg','',100)
dbcc dbreindex('Ws_UserPro','',100)
dbcc dbreindex('Ws_UserProInfo','',100)
TRUNCATE TABLE Ws_BookSearch
