Other News

Community

Tuning DB2 SQL Access Paths

(Craig S. Mullins) Visual Explain is a phenomenal tool in IBM® DB2® Universal DatabaseTM that can be used by programmers and DBAs to detail the access paths chosen by the DB2 optimizer for SQL statements. Indeed, Explain should be a key component of your performance monitoring strategy. The informat

Community

Microcontent Management with Syncato

(Kimbro Staken) In the past few years there’s been a surge in popularity for what has become known as blogging. The weblog (or “blog”) is an online journal of links and information. It seems everyone has one now. I’ve written a blog for several years now using Movable Type to manage it. Unfortunatel

Community

DTD and XML Schema Structures

(Deepak Vohra Ajay Vohra) This article compares Document Type Definition (DTD) and XML Schema elements. Java 2 Enterprise Edition (J2EE) developers use DTDs and schemas in J2EE/XML applications. When a DTD for an XML document is provided and validation with an XML Schema is required, the DTD-to-XML

Community

A DTS Data Store

(Bruce Szabo) Data Transformation Services (DTS) is extremely useful in solving a number of problems.In some cases I have used it to solve data problems and in other cases I have used it to solve some tasks that have nothing to do with SQL. One difficulty I found with DTS was managing the different

Community

Ownership Chains in Yukon

(Amol Kulkarni) When multiple database objects access each other sequentially, the sequence is known as a “chain.” Although such chains have no independent existence, when SQL Server is traversing the links in a chain, it evaluates user permissions on the constituent objects differently than it woul

Community

Find primary key index

(Ravi Nookala) This tip is useful in locating the index name for a corresponding primary key constraint. It displays the details of the primary key along with the corresponding index name for a given owner and tablename. This script has been tested on 7x, 8x and 9x, and works on versions 8x or highe