• if a transaction rolls back or fails, the identity() columns still increment.

    it sounds like an error occurred inserting the data that was not handled/reported by the .net application.

    i've seen things form an app, like sticking zero in a foreign key column, or leaving values null for NOT NULL columns, for example.

    those things return an error from SQL, but the app might jsut be assuming that the data was updated/inserted, without displaying any errors returned.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!