Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Stored Procedure transaction log

Author  Topic 

Wilmos
Starting Member

13 Posts

Posted - 2009-06-23 : 14:12:09
Dear all prof,

I would like to design such a way that when everytime executing the SP, for example insert record to one table, i would like to update each transaction into one logfile (or table) plus all the parameters, either the SP executed successfully or failed.

Any idea or opinions?

Thanks in adv.

Regards,
WIlmos.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-06-23 : 16:46:10
Are you asking about an audit table for transactions?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -