How To Add Identity Column To Existing Table In SQL Server
I was working with my team on a requirement from one of my clients. We were required to add an identity column to an existing critical table in our SQL database. As part of the article, I will explain our approaches to handling this, as it is not supported directly. Note that you can’t directly … Read more