Passing Parameters to triggers
Is it possible to pass parameters to a trigger. I mean parameters other than the column names of that table on which the trigger is based. I wish to create a trigger on a table for audit/trial purpose which records different information (some that of table while some others).
Any suggestions with code?