June 3, 2008 at 10:10 pm
[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]
June 3, 2008 at 11:15 pm
Check whether there is trigger.
June 3, 2008 at 11:21 pm
Likely there is a trigger. But how are u inserting the row , thru SSMS, procedeure ?
"Keep Trying"
June 3, 2008 at 11:25 pm
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