操作suspect_pages 表
生活随笔
收集整理的這篇文章主要介紹了
操作suspect_pages 表
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
操作suspect_pages 表
-- Delete restored, repaired, or deallocatedpages.
DELETE FROM msdb..suspect_pages
??WHERE (event_type = 4 OR event_type = 5 OR event_type = 7);
GO
此示例將返回 suspect_pages 表中的錯誤網頁。
-- Select nonspecific 824, bad checksum, andtorn page errors.
SELECT * FROM msdb..suspect_pages
??WHERE (event_type = 1 OR event_type = 2 OR event_type = 3);
GO
總結
以上是生活随笔為你收集整理的操作suspect_pages 表的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 成为一个合格程序员所必备的三种常见Lee
- 下一篇: 寻找-暮也斑斓