Passing values to SQL server Triggers
Monday, October 1st, 2007Database triggers are a great thing, and using them to create an audit trail is pretty simple. Yet when you want to pass some custom values to the triggers, like user name when you are using a single DB login for your application, things get tricky.
In the process of building a robust audit trail for […]