I need to be able to run a stored procedure from a trigger. I would like the Stored Procedure to access the Inserted And Deleted Tables. Is there any way to do this, other that Inserting all the records into a temporary table...which works, but in my opinion is not so elegant. Can you maybe pass the tables as a parameter of some sort?
Any help would be appreciated.
Thanks in advance...
Any help would be appreciated.
Thanks in advance...