查看某个表是否存在自动增长字段:select * from syscolumns where id=object_id('表名') and columnproperty(id,name,'isidentyty')=1
identity(int,1,1)
identity