var fDesc=new Array(); fDesc[0] = "Atlantis SQL Everywhere is a SQL Server IDE (Integrated Development Environment) which supports all versions of Microsoft SQL Server from 2000 to 2008 and comes with the most fully-featured and accurate SQL Intellisense® engine available – use it to turbocharge your productivity.

f you use Management Studio or Enterprise Manager as your SQL editor, then you’re going to be amazed at what our SQL Server IDE SQL Everywhere can offer you over and above what you’re used to. The highly optimised Intellisense® engine provides you with in-place suggestions wherever you place your caret. Inside a stored procedure? No problem! Nested 10 levels down in an iterative cursor algorithm? No problem! Joining multiple SQL tables each with their own aliases? No problem! SQL Everywhere knows exactly what can be typed at any point and will let fill you in on this information unobtrusively, just when you need it most."; 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 = ''; } }