var fDesc=new Array(); fDesc[0] = "ApexSQL Enforce is a revolutionary new solution for Industry Best Practices adherence and Custom Standards enforcement for SQL Server Databases. ApexSQL Enforce empowers users to create complex custom rules by leveraging the power of full programming languages like C# and VB.NET.
With ApexSQL Enforce, you can--

Ensure adherence to design standards in "real time"

Facilitate upgrades to new versions of SQL Server by identifying potential conversion problems before the database is ported

Automatically reverse or fix detected violations using generated "FixSQL" scripts

Enforce Naming conventions and ensure that SQL reversed words and special characters are not used."; 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 = ''; } }