Viewing 2 posts - 1 through 2 (of 2 total)
Thank You Karl!
Cimi
February 15, 2008 at 3:44 am
#778780
I am using SQL SERVER 2005, tried using the script for adding the identity property to the already existing column.
ALTER TABLE test.test1 ALTER COLUMN ID INT IDENTITY(1,1)
I refered the...
February 15, 2008 at 3:12 am
#778773