Other News

Community

Best Practices in Data Archiving

(Drew Robb) Databases usually have two things in common. They have grown far larger than envisioned by their creators and they are filled with unneeded data. Many companies, therefore, are seeking to pare them down to the essentials and archive little used content. But what should you archive, how s

Community

DTS Basics

Many organizations need to centralize data to improve corporate decision-making. However, their data may be stored in a variety of formats and in different locations. Data Transformation Services (DTS) addresses this vital business need by providing a set of tools that lets you extract, transform, a

Community

Quick and Dirty RDBMS Tuning

(Steven Hauser) Oracle tuning. Informix tuning. DB2 tuning. PostgreSQL tuning. It doesn’t matter which database you use — RDBMS tuning is all pretty much the same, because database software is all pretty much the same these days. All major relational database systems have an engine, an optimize

Community

DOM Vs SAX What is best?

(Ravikiran Muvva) In today’s world XML is the popular medium for exchanging data. To make use of that XML Data, it is very important for the sender and receiver to understand and manipulate data. Currently the most popular APIs available for manipulating the XML Documents are DOM and SAX. In this ar