SELECT NAME,create_date,modify_date,* FROM sys.all_objects WHERE ([type] = 'P' OR [type] = 'X' OR [type] = 'PC') AND [object_id]>0 ORDER BY [name]; GO