Below the body of this post are PRIOR POSTS regarding SQL Azure Identity Reseed function not being available in 2009, running this function
presently also shows it not yet available in Azure in Sept 2010
I have a meeting tomorrow to speak to this matter as we have multiple projects we'd like to move to SQL Azure. Is there
any other options to move existing on-premise SQL tables to SQL Azure, retaining the original primary key and its IDENTITY seed and then of course the table resuming its auto-incrementing from the last record? This of course speaks to
the concern of data integrity with foreign keys in numerous normalized tables.
thanks for any help and input in helping us get ramped up to Azure.
PRIOR POSTS ON THIS SUBJECT:
"As
DBCC CHECKIDENT (tablename, RESEED, 0) is not supported in this build of SQL Azure, how can you reseed Identity columns?
As I struggle to work out how to manage replication issues between cloud-based data and standard data-sets, a way to reseed an ident without
creating a new table is desirable"
reply: "At this point, I am not aware of any way to accomplish this without creating a new table. However, we do have this on the table
for a future release"