SQL Server中的dbcc page命令用法
dbcc page ( {'dbname' | dbid}, filenum, pagenum [, printopt={0|1|2|3} ])
The filenum and pagenum parameters are taken from the page IDs that come from various system tables and appear in DBCC or other system error messages. A page ID of, say, (1:354) has filenum = 1 and pagenum = 354.
The printopt parameter has the following meanings:
0 - print just the page header
1 - page header plus per-row hex dumps and a dump of the page slot array (unless its a page that doesn't have one, like allocation bitmaps)
2 - page header plus whole page hex dump
3 - page header plus detailed per-row interpretation
The per-row interpretation work for all page types, including allocation bitmaps.
By default, the output is sent to the errorlog. If you want the output to come back to your current connection, turn on trace flag 3604.
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/37724/viewspace-1021244/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SQL Server中的dbcc ind命令用法SQLServer
- Sql Server系列:DBCC命令SQLServer
- 利用DBCC PAGE檢視SQL Server中的表和索引資料SQLServer索引
- SQL SERVER DBCC命令解釋SQLServer
- [zt] SQL Server管理員必備的DBCC用法SQLServer
- SQL Server中的未文件化的dbcc命令(適用於SQL Server 2000)SQLServer
- 一些文件中沒有介紹的SQL Server DBCC命令SQLServer
- sql server dbcc常用命令使用詳解SQLServer
- SQL Server資料庫管理員必備的DBCC命令SQLServer資料庫
- SQL Server中@@ROWCOUNT的用法SQLServer
- SQL Server中distinct的用法SQLServer
- SQL Server中的鎖型別及用法SQLServer型別
- sql server with ...as 用法SQLServer
- SQL server 中SUBSTRING()以及CONVERT()的用法SQLServer
- 得到SQL Server 2008的包括未文件化的所有dbcc命令列表及其語法SQLServer命令列
- DBCC 命令列表命令列
- Sql server with as update用法SQLServer
- sql server merge 的用法SQLServer
- Sql server 2005中output用法解析SQLServer
- Sql Server之旅——第五站 確實不得不說的DBCC命令(文後附年會福利)SQLServer
- sql server convert用法SQLServer
- Sql Server Rollup 語句的用法SQLServer
- SQL Server中row_number函式的常見用法SQLServer函式
- 用sql語句dbcc log 檢視SQL Server 資料庫的事務日誌SQLServer資料庫
- SQL 中With as 的用法SQL
- sql server select case when的用法SQLServer
- SQL Server Page資料庫結構深入分析SQLServer資料庫
- 初探SQL Server CE + Codesmith用法SQLServerMIT
- sql server 2005中的分割槽函式用法(partition by 欄位)SQLServer函式
- SQL Server中,WITH AS的使用SQLServer
- SQL中的遞迴用法SQL遞迴
- SQL中Merge的用法SQL
- 轉 sql 中 case 的用法SQL
- cmd命令列下用命令執行SQL指令碼到SQL Server資料庫中命令列SQL指令碼Server資料庫
- Microsoft Sql Server 命令彙總ROSSQLServer
- SQL Server資料庫中Substring函式的用法例項詳解SQLServer資料庫函式
- aix中read命令的用法AI
- linux 中 date命令的用法Linux