How can I modify table and set identity on PK column using T-SQL?
thanks for help
You can't modify an existing column to have the IDENTITY "property" - you have to:
If there are foreign keys involved, you need to fix those up also.
1.4m articles
1.4m replys
5 comments
57.0k users