--查询修改记录
select *
from sys.objects
where type in ('U','P', 'V','F', 'TR', 'FN')
order by Modify_Date desc;

相关文章: