|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Get value of parameters passed in stored procedure in a triggerIn updating my tables (insert/update), i use stored procedures.
Some of the values passed as parameters to the stored procedures are only necessary for audit trail only and not for updating the tables. How can i get hold of these parameter values while inside a trigger? Put the parameters in a permanent table or a local temp table.
-- Show quoteDavid Portas SQL Server MVP -- "manK" <m***@discussions.microsoft.com> wrote in message news:EA0833BF-A070-4720-9E50-9C80EAE45FF9@microsoft.com... > In updating my tables (insert/update), i use stored procedures. > > Some of the values passed as parameters to the stored procedures > are only necessary for audit trail only and not for updating the tables. > > How can i get hold of these parameter values while inside a trigger? >
Other interesting topics
|
|||||||||||||||||||||||