Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Can we pass parameters to the trigger using SQL Server 2008?
Posted

1 solution

You can pass parameters via a workaround i.e. using CONTEXT_INFO - http://msdn.microsoft.com/en-us/library/ms189252.aspx[^].
 
Share this answer
 
Comments
Chetan Tembhre 9-Oct-12 0:30am    
Thanks for replying. My requirement is following -1. There are two table lets say employee and empaudit.
2. employee table's col- emplid ,empname,trasactionamt.empaudit table col -empauditid,empid,trasactionamt,updatedby,updateddate.
3. empaudit table must me updated(recored inserted corresponding empid) whenever updated trasactionamt of corresponding empid and also updated updatedby col.
4.lets I logged in with chetan user in my application and updated employee transactionamt then updatedby col should be also updated.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900