Environment: SQL Server 2008r2
In my database is a table whose primary field is defined as
[Seq] [int] IDENTITY(1,1) NOT NULL
Inserting and updating is no problem, deleting I'm beginning to wonder about though.
My problem is that after a row has been deleted, its index, (Seq), isn't...