Thursday, August 2, 2007

upeez

Database Basics By : Stephen J. RichardsExplains the basic components and uses of databases, provided as a public service by Neon Enterprise Software, a leading provider of database products, including data retention and SQL tuning technology.
SQL Tuning By : Stephen J. RichardsEasy to understand overview of the basis and features of SQL tuning technology.
Importance of Database Uptime By : Stephen J. RichardsExamines problems businesses face due to unavoidable database maintenance and ways to increase database uptime for operational and data retention purposes.
Getting back you lost data By : DylanIf you are reading this article, you have probably either lost some important data, or someone has lost the data for you. Not all is lost you can retrieve it from damaged hardware or crashed software, lost computer files to memory cards, most data recovery companies can assist in the retrieval of your lost data.
Where to Get and How to Install MySQL Server for Windows By : LucasGreen.comThis article describes where to get MySQL Server Community Edition, and walks you through the installation of it.
SAP Data Warehousing Solution By : ronSAP BW is a continuous data warehousing solution that uses former SAP technologies. This SAP BW is built on the Basis of 3-tier architecture and coded in the ABAP (Advanced Business Application Programming) language.
The Evolution Of Data Processing. By : David G. PettenData Processing has changed greatly over time. While one can track the beginnings of the modern analytical computer to Charles Babbage (1791-1871), we really saw the beginning of modern day information systems during World War II when they were used as code busters. After the war, few anticipated how much computers would affect our lives. Early on even IBM thought that there would only be a handful of companies that would need a computer.In those days, computers were mass...
Database A Boon For It By : Hallidae ThomasonThe advent of the database is perhaps the most valuable thing that has come out of the computer age. The power of information brought to us in every increasing speeds and volumes has increased our ability to make money like never before. Information for the businessman is everything and so the database provides him more power to work with his everything.Database technology is simply the storage of material and information in such a way as to increase the speed of retrieva...
function changevalue(valnam,val,valadd) {
var ab=valnam;
var a=document.getElementById(ab);
if (val=='datedesc') {
document.listuser.orderby.value="pdate";
document.listuser.ordertype.value="desc";
document.listuser.submit();
}
else if (val=='dateasc') {
document.listuser.orderby.value="pdate";
document.listuser.ordertype.value="asc";
document.listuser.submit();
}
else {
if (a.value==val) {
if (document.listuser.ordertype.value=="asc") {
document.listuser.ordertype.value="desc";
}
else {
document.listuser.ordertype.value="asc"
}
}
else {
if (valnam=="catid") {
a.form.action="/Category/"+valadd+"/" + val;
}else {
a.value=val;
}
}
document.listuser.submit();
}
}

Sign Up for a free account or learn more about ArticleCube.
22 users onlineOnline Counter
Add To Del.icio.us