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 2000 Forums
 SQL Server Development (2000)
 How to Read MS SQL Transaction Log File?

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-01-25 : 08:22:27
Faiza writes "I need to make a C# project that will be able to read MS SQL transactions Log file(s), that is *.LDF file(s). The purpose is to read activities performed with database.
The reading of log files would be only part of our project, that is our customers want to know who is doing what and when. So we cannot use third party software and also dont want to use dbcc log(DatabaseName) Command. "

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-01-25 : 08:45:17
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/scalenethowto15.asp
http://www.mindsdoor.net/SQLAdmin/sp_nrInfo.html
http://vyaskn.tripod.com/sql_server_security_best_practices.htm

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

Norwich
Posting Yak Master

158 Posts

Posted - 2006-01-25 : 10:30:58
Read this post:

[url]http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=59853[/url]

The revolution won't be televised!
Go to Top of Page
   

- Advertisement -