标签: sql sql-server-express
我创建了一个新列,并希望将其设置为Identity列,但是在属性中禁用了Identity Specification。为什么?
答案 0 :(得分:2)
数据类型为“uniqueidentifier”的字段不能设置为自动增量字段。