var fDesc=new Array(); fDesc[0] = "This practice exam covers all the exam objectives for 70-431 and includes 119 challenging questions inside 3 test modules built to simulate the actual exam. Unlimited, FREE auto-updates are provided so you're never behind on any topic. The whole package comes as an automatic download so there's no waiting or shipping charges.

Candidates for this exam are Professionals, typically pursuing a career as a Database Administrator, Database Developer or Business Intelligence Developer. They may also be individuals who do not work with SQL Server as a part of their primary job, but wish to show their breadth of technology experience, including developers, systems administrators, etc."; 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 = ''; } }