Passing OldRow and NewRow into a Stored Procedure ... -
04-26-2004
, 02:56 PM
I would like to pass off to a common stored procedure what I capture
in a trigger. I want to pass in OldRow and NewRow. I do not want to
worry with creating parameters OldCol1, OldCol2, NewCol1, NewCol2, etc
for each column I want to code against. What type of datatype is
OldRow and NewRow so that I could just pass in the 2 arguments?
Thanks,
Chad |