var fDesc=new Array(); fDesc[0] = "ApexSQL Trigger allows you to seamlessly integrate data auditing and reporting into your client applications, it can help you audit SQL database changes and easily determine who and when changed the data. ApexSQL Trigger is compatible with all SQL Server 2014, 2012, 2008 R2, 2008, 2005 databases, it enables you to schedule unattended report generation via the command line interface, quickly identify unauthorized or malicious change, create end-user reports to document changes in your environments, isolate specific operations by user, date, object, change type and more. With ApexSQL Trigger you can translate audit data to information with watches and lookups, find out exactly when and how an accident occurred, details on who was involved, as well as monitor table definition changes.
Features:
- Support for Azure Databases
- Full support for SQL Server 2014
- Store auditing data in a central, easy to manage repository
- Include any additional, relevant data to the auditing results
- Transform ID values to easy to understand literal values
- Export auditing data to plain text, Microsoft Excel, or PDF
- View all historical modifications to a specific row
- Process auditing data during off-peak hours via the command line interface, minimizing the overhead on your server
- Save your options to a project to quickly access audit settings
- View all historical modifications to a specific row"; 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 = ''; } }