Hi Guys!
I have a situation here, where I need script for dropping an Identity column in a Table and creating a new Identity Column.....
What I was able to find out was that, T-SQL's ALTER TABLE statement doesn't support dropping the IDENTITY property in SQL Server 2000 or 7.0. Your only option for deleting an IDENTITY column is to create a new table structure without the IDENTITY column, then copy the data into this structure.
Please help me in this regard.
Thanks in advance,
Radhika