Is it possible in SQL2K to have multiple rows in the inserted table during times of high transaction processing?
I have an instance where I need to use the inserted table to update other columns for the row that was updated. It seems to me that in a previous project I had to deal with this by using a local cursor but I'd like to avoid this if possible. (I think the original might have even been on a 7 installation).
TIA (I Searched on inserted but didn't see anything relating to this)
I have an instance where I need to use the inserted table to update other columns for the row that was updated. It seems to me that in a previous project I had to deal with this by using a local cursor but I'd like to avoid this if possible. (I think the original might have even been on a 7 installation).
TIA (I Searched on inserted but didn't see anything relating to this)