Guest_imported
New member
- Jan 1, 1970
- 0
What is the correct syntax for removing the identity property from a column? I don't want to delete the column and then re-create it as a non-identity column, I want to keep the column as it is, with all its contents, just remove the identity property in the table design. I can do this manually in Enterprise manager, but I have to script this change, so I need to know how to do this with an ALTER TABLE statement.
Does anyone know how to do this? Thanks
Does anyone know how to do this? Thanks