阅读背景:

使用触发器记录审计信息和存储过程。

来源:互联网 

Suppose you have the following... An ASP.NET web application that calls a stored procedure to delete a record. The table has a trigger on it that will insert an audit entry each time a record is deleted. I want to be able to record in the audit entry the username of who deleted the record. What would be the best way to go about achieving this? I know I could remove the trigger and have the delete stored procedure insert the audit entry prior to deleting but are there any other recommeded alternative?Suppose you have the following... An ASP.NET we




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: