I just like to understand the what is the reason behind this feature of the SQL server. When you are loading the data in more than one table in same transaction, and if table one get loaded and table two got failed and transaction rollback happen. But if you try to insert the records in this table once again you will get seed vales is increase.
Is there any major reason behind this FEATURE.
Thanks in advance..
Regards Vikas Pathak