2013-10-18

TSQL - Object creation and modification date

SELECT type, name, create_date, modify_date
FROM sys.objects

;