![]() |
#2
crystall2012-12-14 13:42
|
如何通过T-SQL 将一个列的 IDENTITY 属性去掉 以及 加上
如下语句为何不行呢?
表1 (编号 bigint)
alter table 表1 alter column 编号 bigint IDENTITY (1, 1)
假如现在列的属性含有IDENTITY,什么办法可以将它去掉呢?