2013-09-27

TSQL - Adding an identity column to an existing table

alter table DB.dbo.TABLE add RecordID INT IDENTITY;


No comments:

Post a Comment