I would like to be able to 'uncheck' the IDENTITY property of a column via SQL script. I can turn it *on* using ALTER TABLE-ALTER COLUMN, but the same ALTER TABLE statement without the IDENTITY keyword does not turn it *off*.
Can I turn off identity without going through the GUI?
Thanks
Can I turn off identity without going through the GUI?
Thanks