Extended events vs Triggers Sql server 2008

Posted by Prashant on Stack Overflow See other posts from Stack Overflow or by Prashant
Published on 2010-06-14T22:32:39Z Indexed on 2010/06/14 23:52 UTC
Read the original article Hit count: 150

Filed under:

I have a requirement to copy whatever data is getting inserted or updated to a log table to show who updated and when. I was thinking of using triggers for the same. The reason being the insert needed not be only stored procedure but can also be packages. Can I use extended events for the same ?.

© Stack Overflow or respective owner

Related posts about sql-server-2008