Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Dbcc CheckDB

Author  Topic 

keithc1
Yak Posting Veteran

88 Posts

Posted - 2004-06-29 : 01:32:58
DBCC results for 'Table'.
There are 86745 rows in 43373 pages for object 'Table'

I am wondering why only 2 rows are being stored per page here, there are alot of fields in this table so is that why?

Keithc MCSE MCSA

nr
SQLTeam MVY

12543 Posts

Posted - 2004-06-29 : 01:54:05
How big is the row?
See page in bol.

You can see what is being stored by
http://www.nigelrivett.net/PageStructure.html

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -