获取最近一次更改时间
use [test]
go
select * from sys.tables where name='TaskNew'
use [test]
go
select top 1 modify_date from sys.tables where name='TaskNew'
说明:test:数据库名
TaskNew:表名
use [test]
go
select * from sys.tables where name='TaskNew'
use [test]
go
select top 1 modify_date from sys.tables where name='TaskNew'
说明:test:数据库名
TaskNew:表名