I have created a couple of tables in SQL Azure and forgot to mark the primary keys as identity
columns. There is no data in the tables yet, but the check box marked Is Identity
is disabled.
How do I make an existing primary key an identity
column in SQL Azure?