var fDesc=new Array(); fDesc[0] = "ApexSQL Log API programmatically reads SQL Server Transaction Log. View transaction log data and audit changes programmatically. Find out exactly when and how an accident occurred as well as details on who was involved. Add schema and data auditing capabilities to your applications. Recover from specific data loss/damage without relying on full database restores.

Audit schema and data changes directly from your .NET application

Get direct granular control of all SQL log reading functions

Create custom change management and auditing solutions

Include change management and reporting in your end-user solutions

Features

- Improved performance
- Operational undo and redo
- Compressed backup auditing
- SQL Server 2012 support
- Improved scalability
- FIPS support
- Compressed tables support
- Support for additional SQL Server objects, types and operations
- Passive auditing
- Transaction log backup support
- Sophisticated reporting
- Smart log reading
- Information filtering
- Operation details
- Unattended execution
- Support for all SQL Server versions"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }