Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to tell when an index was rebuilt last

Status
Not open for further replies.
Jun 19, 2002
294
US
Hi,


Just wondering if in SQL 7 there is a way to tell when an index was rebuilt last?

Thanks!

 
IF you run DBCC SHOWCONTIG it will show you how fragmented the index is. I'm not sure if SQL 7 can tell you the last time an was rebuilt. you can look at the create date in the sysobjects table.

- Paul
- Database performance looks fine, it must be the Network!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top