How to determine the datetime of the last auto file growth of a data file in sql server 2008, if I dont have a trace file at the time of autogrowth. One of the online posts mentioned that the "Modified Date" on the windows explorer is the last time the data file auto grew. Can someone confirm this or provide another way to identify the last datetime a data file auto grew.
FWIW, The sql server has not been restarted after the auto growth.