I have a table, with one Datatype [int] column [LNITMSEQ]. The numbers are all unique. For example,
first row value = 16384,
second row value = 32768 = 16384*2
Before Delete a record,
After Delete Record
May I now how to renumber it using SQL Script? I wish to use Store Procedure to call it

