SELECT [name],[create_date] , [modify_date]FROM [sys].[objects]WHERE [type] IN('P','U','IF','TR') --存储过程,用户表,自定义函数,触发器ORDER BY [modify_date] DESC