i have a table where im trying to update multiple rows based on a date. I was getting an error with my trigger because it was trying to update another table 1 row at a time.
so i created a procedure to look at the inserted table but i get invalid object 'Inserted'
How do i create a procedure that when there is a multiple table insert or update i can update a separate table line by line?
so i created a procedure to look at the inserted table but i get invalid object 'Inserted'
How do i create a procedure that when there is a multiple table insert or update i can update a separate table line by line?