sql server

  • [font="Arial"]when i delete 1 row it Add 1 Row. if i add one record it add 2 row. i don't use trigger.

    [/font]

  • Check whether there is trigger.

  • Likely there is a trigger. But how are u inserting the row , thru SSMS, procedeure ?

    "Keep Trying"

  • If you are doing the deletes from Management Studio - then yes check triggers or so.

    If it is from an application - maybe there is some business logic that adds an extra row for all deletes and inserts. What about if you update or change a record?

    let us know

    Thanks

    Kevin

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply