DBCC

From: Rena (Rena_at_mail.hongkong.com)
Date: 10/19/04


Date: Wed, 20 Oct 2004 01:26:51 +0800

Hi all expert,
    I have a question about the below result.

why 416 rows only in 7 pages , but 231 rows need 9 pages on those
particular table?
what does this imply? query sysobjects need less time then sysindexes?
....and what information are implied?

Thanks alot.
Rena.

DBCC results for 'PCISDEV'.
DBCC results for 'sysobjects'.
There are 416 rows in 7 pages for object 'sysobjects'.
DBCC results for 'sysindexes'.
There are 231 rows in 9 pages for object 'sysindexes'.
DBCC results for 'syscolumns'.
There are 5613 rows in 91 pages for object 'syscolumns'.
DBCC results for 'systypes'.



Relevant Pages

  • Re: DBCC
    ... DBCC results for 'sysobjects'. ... DBCC results for 'sysindexes'. ... There are 5613 rows in 91 pages for object 'syscolumns'. ...
    (microsoft.public.sqlserver.server)
  • Error - is not a recognized function name.
    ... >returns int ... syscolumns c, sysobjects o, ...
    (microsoft.public.sqlserver.programming)
  • Re: Index Creation Date
    ... Mistake, mistake.. ... >>Join sysindexes and sysobjects and use the crdate in the ... Read details on SQL Server Books Online. ...
    (microsoft.public.sqlserver.security)
  • Re: Hexadecimal to Decimal Conversion
    ... Root and FirstIAM columns in sysindexes. ... > I need the decimal equivalent as I would want to use DBCC PAGE to trace> the Index Pages. ...
    (microsoft.public.sqlserver.programming)
  • Re: Index Creation Date
    ... Join sysindexes and sysobjects and use the crdate in the ... Read details on SQL Server Books Online. ... sysusers u JOIN ...
    (microsoft.public.sqlserver.security)