感谢您的阅读,此博客的文章都是原著,转载请您保留相关链接,谢谢!

摘要: 1. 查找表包含的页信息: 查找表包含的页信息可以使用 dbcc ind 语法: DBCC IND ( ['database name'|database id], -- the database to use table name, -- the table name to list results index id, -- an index_id from sys.indexes; -1 shows all indexes and IAMs, -2 just show IAMs ) 例如:dbcc ind(9,tablename,-1) 2. 查找页所在的表(一个页只能属于 阅读全文
posted @ 2011-04-20 15:02 飞洋过海 阅读(1071) 评论(2) 推荐(0)