In Server Explorer, right-click the table with identity properties you want to modify and click Open Table Definition.
The table opens in Table Designer.
Clear the Allow nulls check box for the column you want to change.
In the Column Properties tab, expand the Identity Specification property.
Click the grid cell for the Is Identity child property and choose Yes from the drop-down list.
Type a value in the Identity Seed cell. This value will be assigned to the first row in the table. The value 1 will be assigned by default.