指定数据库,然后:
select Name,Create_date,Modify_Date from sys.objects where type in (‘U‘,‘P‘, ‘V‘,‘F‘, ‘TR‘, ‘FN‘) order by Modify_Date desc
【Vegas原创】查询SQL Server更改记录的语句
原文:http://www.cnblogs.com/amadeuslee/p/6555409.html