Other News

Community

Transforming XML with PHP

by Bruno Pedro – This article compares two methods of transforming XML in PHP: PEAR’s XML_Transformer package and the W3C XML transformation language XSLT. I will first describe the PEAR project and its philosophy, with a focus on its XML transformation techniques. I will then give a brief introduct

Community

BMC Buys Maker of IBM DB2 Tools

By Lisa Vaas – BMC Software Inc. has gobbled up yet another company, a small IBM DB2 Universal Database toolmaker, company officials told eWEEK on Wednesday—a move that’s in line with its Project Golden Gate roadmap for providing data management tools that work in a heterogeneous environment.

Community

Find duplicate indexes

By Preethiviraj Kulasingham – This script returns duplicate indexes on the current database. It uses two user-defined functions that are compatible with SQL Server 2000 (I used SP3). It won’t work in SQL Server 7.0 because of the user-defined functions and a memory table.