In 2005 Query Analyzer when I run a single record delete from a table the results show
(1 row(s) affected) multiple times. Can anyone explain why the results show this.
delete from table1
where id = 'XXX'
(1 row(s) affected)
(1 row(s) affected)
(1 row(s) affected)