|
|
|
|
Browse by Tags
All Tags » DDL triggers » default trace (RSS)
-
Today on twitter the following question came up on the #sqlhelp hash tag, from DaveH0ward:
Is there a DMV that can tell me the last time an index was rebuilt? SQL 2008
My initial response:
I don't believe so, you'd have to be monitoring for that ... perhaps a DDL trigger capturing ALTER_INDEX?
Then I ...
|
|
|
|
|