SQL Adding IDENITY property to Existing Column
SQL Adding IDENITY property to Existing Column --Adding IDENITY property to Existing Column --Steps to Add Identity 1.Add new Column with IDENTITY 2.Drop Constraint (if Any) 3.Drop the Old Column 4.Rename the New Column with Old Column Name --Existing Table download file now