DBCC SQL Server 2000 sysindexkeys
Posted
by Debasish Pramanik
on Stack Overflow
See other posts from Stack Overflow
or by Debasish Pramanik
Published on 2010-01-15T18:43:31Z
Indexed on
2010/03/21
17:01 UTC
Read the original article
Hit count: 493
I have a SQL Server 2000 database. When I run the following command
select * from sysindexkeys
This display the appropriate records.
I then do a DBCC command for the sysindexkeys. It doesn't display anything. Strange there is no page having the sysindexkeys records. Then how the query display the list of records.
© Stack Overflow or respective owner