|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
time of last dbreindexIs there a way to find out when the last time indexes were rebuilt using
dbreindex ? I know theres a way to see when stats were last updated and sure would be nice to know when indexes were rebuilt last As far as I know, there is no way to do that..there are no fields in the
system tables which indicate it, nor is it in the SQL error log.Anything that is done you'd have to do yourself, like place something inthe log , or put a row in a table. -- Show quoteWayne Snyder, MCDBA, SQL Server MVP Mariner, Charlotte, NC www.mariner-usa.com (Please respond only to the newsgroups.) I support the Professional Association of SQL Server (PASS) and it's community of SQL Server professionals. www.sqlpass.org "Hassan" <fatima***@hotmail.com> wrote in message news:%23NYpWgFLFHA.436@TK2MSFTNGP09.phx.gbl... > Is there a way to find out when the last time indexes were rebuilt using > dbreindex ? I know theres a way to see when stats were last updated and > sure > would be nice to know when indexes were rebuilt last > > |
|||||||||||||||||||||||