var fDesc=new Array(); fDesc[0] = "ApexSQL Build - builds or updates existing Microsoft SQL Server databases and creates deployment SQL scripts, C# projects or executable deployment packages. It creates deployment scripts, C# projects, and executable deployment packages from SQL scripts, script folders, snapshots or directly from source control. Also it has the ability to consolidate multiple scripts into a single SQL script, C# project or deployment package. Use ApexSQL Build to execute SQL scripts against multiple databases on multiple servers.

Features:
- FIPS compliant application
- Build and upgrade SQL databases directly from source control
- Deploy SQL databases in a single click using executable installers
- Recognizes and accurately processes all objects' interdependencies
- Rearranges SQL scripts' statements to ensure their execution in the proper dependency order
- Create or update databases containing encrypted objects
- Supports SQL Server 2014, 2012, 2008 R2, and 2008
- Native support for Git, Subversion, Team Foundation Server, Mercurial, and Perforce"; 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 = ''; } }