Hi there,
does anyone know a way of returning an object's create date in T-SQL, without having to go to the sysobjects table?
INFORMATION_SCHEMA.TABLES returns only a tiny subset of table-related date, there is no OBJECT_CRDATE system function and even OBJECTPROPERTY doesn't include the create date property, as far as I can tell.
Thanks for your help.