I am using godaddy shared hosting & SQL Server. There are two tables (usertbl, patienttble) with primary key auto-incremented by 1. I am using LINQ to SQL classes for DB operation.
Problem is after adding uid (primary key from usertbl) as 1443, SQL Server added next row uid as 11443 and at the same operation in patienttble previous id was 1439, it added next row and id was 11439. I am not able to understand how this happen. Before and after this problem happen id in both the table was incremented by 1 properly.