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 2005 Forums
 Transact-SQL (2005)
 sqlserver transaction log file.

Author  Topic 

brunosps
Starting Member

1 Post

Posted - 2009-06-30 : 16:35:22
Hi,

I’m trying to make a BPI middleware that’s sends signals to other application when a dml command is executed at database in my under-graduated project degree .
I’m thinking use the ldf file to identify it, but I’m in difficult to find information about ldf’s internal structure or an API that reads ldf files.
Someone knows where I find it or how can I do it?

Thanks.

Bruno Santos

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-06-30 : 18:05:33
Just use triggers, do not read the transaction log.

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 -