February 04, 2000 09:30 AM

Using DBCC PAGE

Rating: (0)
SQL Server Magazine
InstantDoc ID #8097
If you're a systems administrator (sa), you can use the DBCC PAGE statement to view the page header, data rows, and row offset table for any data page in a database. But because people don't often need to view the content of a data page, you won't find much about DBCC PAGE in SQL Server Books Online (BOL). Also, as DBCC PAGE is an undocumented internal command, if you want the results of DBCC PAGE to return to your query output window (instead of writing to the errorlog), you need to turn o...

...This article is for paid Professional Members only.

Already a Professional Member? Please log in now:

NOT A PROFESSIONAL MEMBER? YOU CHOOSE:

Professional Membership

Monthly

Annual

VIP Membership

Monthly

Annual

Add a Comment

Vvamshi, yes it is.

MICHAEL8/22/2008 3:27:16 PM


Is this still supported in SQL server 2005

Vikram10/1/2005 2:16:13 PM


Informative comment.

Satya9/3/2004 2:06:15 AM


You must log on before posting a comment.

Are you a new visitor? Register Here