使用 exec sp_columns 存储过程
exec sp_columns 'tablename','owner'
得到一个数据表,如果type_name列数据中包含 "identity" 字符串,则该行的 "column_name" 即为自增列的列名