Manoj Kumar
2013-08-11 13:18:20 UTC
Hi,
I have a column in database with identity column enabled so that every time a row is added i get a unique id to refer to that row. Everything is working very fine but there is one big issue. As the data expands the identity column goes on increasing in non-patterned way. there is only 10000 rows but around 40000 identity value is being inserted. I am not able figure out why this is happening. Is that something I need to set or something i'm missing. OR may there is another way to generate unique id for the row.
Regards,
Manoj
I have a column in database with identity column enabled so that every time a row is added i get a unique id to refer to that row. Everything is working very fine but there is one big issue. As the data expands the identity column goes on increasing in non-patterned way. there is only 10000 rows but around 40000 identity value is being inserted. I am not able figure out why this is happening. Is that something I need to set or something i'm missing. OR may there is another way to generate unique id for the row.
Regards,
Manoj