select * from sys.tables order by create_date desc --按表创建的时间 select * from sys.tables order by modify_date desc --按表修改的时间 转载于:https://www.cnblogs.com/whhlog/p/4875406.html