Other News

Community

Track Table Fragmentation Script

(Ralph Clark) Here’s a diagnostic table and stored procedure to track the fragmentation of large tables within databases. The user passes the database name and the table name as parameters to the SP. The SP can be set up to run as a scheduled job every few hours to produce a historical trend of frag

Community

.NET and DB2 UDB

(Victor Alvarez) With the latest release of DB2 Universal Database (DB2 UDB) for Linux, UNIX, and Windows, IBM provides .NET developers with a credible alternative to SQL Server. Traditionally, developers working with .NET have resorted to Microsoft SQL Server as the database of choice.

Community

Validating Input Xml Data Files

(Susan Abraham) In most Business Applications we frequently find that the input to a System would be in the form of Xml Data Files. This is particularly true with Modules of a Project that deal with Interoperability. These input files would require to be validated. The validation of an Xml input Fil

Community

A Cure for Madness

(C.J. Date) I wrote this short note in response to a paper titled Subquery Madness, in which the author, Jonathan Gennick, raises a question about subqueries in SQL and their implementation in Oracle. The following is an edited version of his question. We’re given a table called SUBTEST with t