Posts
Sort by recent activity
Identity seed not preserved accross table rebuild.
Assume a table Test with a column with IDENTITY(1, 1).
If I insert 3 rows into that table, the seed value as reported by DBCC CHECKIDENT will be 3.
If I then delete the row with PK = 3, DBCC CHECK...
Change Tracking
Are there plans to support SQL08 change tracking?
Thanks,
Brian