Hi
If there is specific activities that requires single row processing then you
will have to use a cursor, but if you find a set based solution it is more
likely to be quicker. Without seeing the code it is hard to comment further.
John
[quoted text, click to view] "Leila" <Leilas@hotpop.com> wrote in message
news:%23IN0F5D7EHA.3616@TK2MSFTNGP11.phx.gbl...
> Hi,
> My delete trigger on a table assumes that one record is being deleted each
> time. But there may be situations that many rows be affected by a delete
> statement.
> How can I process these records individually in Deleted table? Should I
> necessarily use cursors or..?
> Any help would be greatly appreciated.
> Leila
>
>