Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kybernetikos
  • Order by date
  1. kybernetikos

    Identity seed increments out of sequence!

    thbroadbent, dilyais is correct. I'm only firing insert statments at the table. Have not come accross this problem using other methods (ADO etc), only when I wrap large numbers of insert statements in transactions.
  2. kybernetikos

    Identity seed increments out of sequence!

    I have found that when I commit after each INSERT statement (not using transactions) the problem dissappears. It will make any process slightly slower but seems to be the only sure way of getting a sequential identity key.
  3. kybernetikos

    Identity seed increments out of sequence!

    Yes, this happened to me to and none of the above three options were true. In my product INSERT statements are fired at a table and the transaction commited every 10,000 records. I get small jumps (of 2-5) in the identity key. Very annoying! If anyone knows how to fix the I would be very...

Part and Inventory Search

Back
Top