[求助]如何将 标识列 改为 非标识列?
tablename
id xm
1 a
2 b
3 c
4 d
--------------------------------------
id int 为标识列字段。
请问如何将其属性为 非标识呢???
谢谢!
tablename
id xm
1 a
2 b
3 c
4 d
--------------------------------------
id int 为标识列字段。
请问如何将其属性为 非标识呢???
谢谢!
Unable, otherwise drop the column(With T-SQL Query in QA)
Or you can try it in the Enterprise Manager