© 2021 Mullins Consulting, Inc. All Rights Reserved Privacy Policy Contact Us
Gathering DB2 Information in Cyberspace.
Enterprise Systems Journal, December 1995.
Finding information using on-
The Procedural DBA.
Database Programming & Design, December 1995.
More and more DBMS vendors are providing methods of including application code into the DBMS (in addition to the data). A proper methodology for handling these server code objects (triggers, stored procedures, check constraints, etc.) must be observed in order to effectively administer this change. This article discusses these new code-
DB2 V4 Outer Join Basics.
DB2 Update, October 1995.
Coding a DB2 SQL outer join used to be difficult and complex. However, DB2 Version 4 provides in-
Referential Integrity in SYBASE SQL Server 10. (link no longer active)
Relational Database Journal, Sept-
Details the manner in which SYBASE supports referential integrity (RI). Covers declarative RI and trigger-
An Introduction to the Architecture of DB2 for OS/2.
PLATINUM Edge, September 1995.
An in-
DB2 V4 In-
DB2 Update, September 1995.
The ability to specify a SELECT statement in place of a table name in the FROM clause of a SQL statement is a major benefit provided by DB2 Version 4. This article discusses how to code these in-
Distributed Query Optimization.
IDUG Solutions Journal, July-
Distributing data using RDBMS technology is quite popular, but few current products enable distributed joins-
An Introduction to the Architecture of ORACLE.
PLATINUM Edge, Summer 1995.
An in-
Producing Quality Software.
Systems Development Management, May 1995.
Quality has become a buzzword, but it also has become necessary for survival in today's business environment. Software development managers must satisfy customers with quality systems. This article explores how to manage technology, techniques, and personnel to produce quality systems that meet clients' demands.
This article was also published as a chapter in the Auerbach reference book entitled Handbook of Application Development, co-
Stored Procedures in DB2 Version 4.
IDUG Solutions Journal, April 1995.
Although stored procedures are old features for many of the client/server RDBMS products, they are new to DB2 as of Version 4. This article details the manner in which stored procedures are implemented in DB2. Useful for all users of DB2. Reprinted in the June 1996 issue of Enterprise Client/Server.
An Introduction to the Architecture of DB2.
PLATINUM Edge, Spring 1995.
A short analysis of the architecture and composition of DB2. Second in a four part series. Useful for all DB2 and RDBMS users.
DB2 SQL Analysis Tools. (link no longer active)
DB2 Update, February 1995.
The development of SQL to access DB2 tables is typically the responsibility of an application development team. However, because of the flexibility of SQL, the same request can be made in different ways, each yielding the same results but quite different performance. This article discusses how to ensure optimal SQL and the benefits of an automated tool to examine application SQL statements. Useful for DBAs, systems analysts, and programmer/analysts.
Optimizing Client/Server Performance. (link no longer active)
Data Management Review, January 1995.
Client/server applications are gaining wide acceptance and quite a lot of press, but there have been very few discussions of the performance implications of client/server processing. This article discusses those implications and provides some tuning advice. Useful for systems analysts, application developers, and programmers.
Lock Avoidance in DB2 Version 3.
DB2 Update, January 1995.
Lock avoidance is a new feature of DB2 Version 3 that, in certain circumstances, enables the DBMS to bypass locking and maintain integrity. This article discusses the features that enable DB2 V3 to provide lock avoidance. Useful for DBAs, performance analysts, systems programmers, and Technical Support personnel.
Data Set Closing From Deferred to Pseudo.
Relational Database Journal, Jan-
DB2 Version 3 once again changed the manner in which the underlying physical data sets used by the RDBMS are opened and closed for usage. This article provides a short introduction to the past and present functionality of DB2 data set management. Useful for DBAs, performance analysts, systems programmers, and Technical Support personnel.
Implementing DB2 in a Client/Server Environment.
Mainframe Client/Server, December 1994.
A short article that introduces some of the major differences between DB2 for MVS and the client/server member of the DB2 Family (DB2/2 and DB2/6000). Useful for anyone with DB2 for MVS experience who is investigating the potential of DB2 for OS/2 and/or AIX.
New Catalog Statistics in DB2 Version 3.
DB2 Update, December 1994.
IBM added many new statistical tables and columns to the DB2 Catalog for Version 3. This article details the contents of these new statistics. Useful for DBAs, performance analysts, and systems programmers.
What is a Stored Procedure?
Enterprise Systems Journal, December 1994
This article provides a comprehensive introduction to database stored procedures. It defines what a stored procedure is, discusses the manner in which stored procedures are executed, provides sample code, and discusses the impact of stored procedures on application design. Useful for DBAs and programmer/analysts.
An Introduction to the Architecture of SYBASE SQL Server.
PLATINUM Edge, Winter 1994
A short analysis of the architecture and composition of SYBASE SQL Server. First in a four part series. Useful for all SYBASE and RDBMS users.
DB2 V3 Bufferpool Tuning Options: A Trip to Tune Town.
Relational Database Journal, November-
This article discusses the DB2 V3 tuning options for buffer pools and hiperpools, including several recommendations for buffer optimization. Useful for DBAs, performance analysts, and technical support personnel.
Getting Integrity in SYBASE SQL Server.
DBMS Magazine, November 1994.
SYBASE SQL Server System 10 contains many useful features for ensuring the integrity of the data it houses. This articles discusses each of the techniques provided by SYBASE to ensure data integrity. Useful for SYBASE DBAs, database designer, and system developers.
Views on Views.
DB2 Update, October 1994.
This article contains a concise set of rules defining and describing when, and when not, to use DB2 views. It discusses the limitations of conventional view usage and warns against using one view per base table in a DB2 application. Useful for DBAs, DAs, systems analysts, and programmer/analysts.
Client/Server Development Considerations. (link no longer active)
Data Management Review, September 1994.
This article discusses client/server development from an architectural and personnel perspective. It discusses the infrastructure deficiencies that abound in client/server implementation and what can be done to overcome them. Useful for anyone participating in a client/server development effort.
What's in a Name? (link no longer active)
DB2 Update, September 1994.
A critical look at traditional database object naming standards. This article takes a fresh look at how to name database objects and challenges some of the "tried and true" notions. Useful for all DB2 DBAs and database designers.
Pursuing Procedural SQL.
PLATINUM Edge, Fall 1994.
The modification of SQL dialects to enable procedural processing is becoming more and more popular. SYBASE and ORACLE both provide looping and branching features that enable procedural logic to be coded using only SQL. This article discusses the pros and cons of such an implementation. Useful for anyone using SQL and RDBMS technology.
What is a Trigger?
Enterprise Systems Journal, August 1994.
This article provides a comprehensive introduction to database triggers. It defines what a trigger is, discusses trigger types and methods of execution, provides sample code, and discusses the impact of triggers on application design. Useful for DBAs and programmer/analysts.
DB2-
Data Management Review, June 1994.
Provides a closer look at the similarities and differences between IBM's DB2 for MVS and its workstation cousins, DB2/2 and DB2/6000. Useful for DBAs, programmer/analysts, database designers, and anyone who needs to work on multiple DB2 platforms.
QMF Performance Tuning (Parts 1, 2, & 3). (link no longer active)
DB2 Update, Jun-
Three part article discussing tuning issues for users of QMF. Discusses basic QMF environment, DB2, and SQL tuning issues. Useful for DBAs, programmer/analysts, and technical support personnel.
DB2 for MVS: Triggers & Stored Procedures.
PLATINUM Edge, Summer 1994.
A short synopsis of the features of DB2 V3 that approximate trigger and stored procedure functionality. Any user of DB2 would find this information interesting.
The Future of DB2. (link no longer active)
DB2 Update, May 1994.
This is basically an updated reprint of the article The Databases of Our Lives, which appeared in the April 1993 issue of PLATINUM SYSJOURNAL. It is a discussion of DB2 trends and directions. Probably DBAs and tech support personnel will find this article most interesting, but P/As might also find it useful.
Dismissing Dynamic Dangers.
Database Programming & Design, May 1994.
This article tries to diminish the negative image of dynamic SQL. It discusses why and when to use dynamic SQL from performance, mathematical, and practicality viewpoints. Useful for DBAs, programmer/analysts and application developers/designers.
The Wrapping: Package Implementation Considerations (Part 1, Part 2, & Part 3).
Relational Database Journal, May-
A comprehensive three-
The Great Debate.
Byte, April 1994.
Discusses the differences between RDBMS and ODBMS in terms of dealing with the impedance mismatch problem. Two issues are examined: 1) set-
DB2 Dataset Placement. (link no longer active)
DB2 Update, April 1994.
Reprint from Summer 1993 SYSJOURNAL. Useful for beginning to intermediate DB2 shops.
The Bufferpool: DB2 Tips, Thoughts, and Rumors (column).
Relational Database Journal, Mar-
This is the third installment of a regular column discussing DB2 tips, tricks, and techniques. Useful for all DB2 users.
Know Your Data. (link no longer active)
DB2 Update, March 1994.
Discusses the importance of understanding the nature of the data in your DB2 tables. Provides techniques for exploiting this knowledge to enhance SQL performance. Useful for application developers, DBAs, and performance analysts.
A Look at DB2 Version 3. (link no longer active)
DB2 Update, February 1994.
Reprint of two part SYSJOURNAL article (Fall '93/Winter '93) on DB2 V3. Useful for DBAs, Technical Support, and anyone who designs DB2 databases.
DB2 Version 3: A Closer Look (Part 2). (link no longer active)
PLATINUM SYSJOURNAL, Winter '93.
Second part of a multi-
The Object-
Data Management Review, December 1993.
Delineates the components of OO technology that will need to be "merged" with relational technology to produce a new technology dubbed Object Relational. Useful for all technical audiences. (Last in the OO series)
Preparing for DB2 Design Reviews. (link no longer active)
DB2 Update, December 1993.
Outlines the seven design review phases that can be implemented over the course of a DB2 application development project. Each phase is documented detailing what needs to be accomplished at the review and who should attend it. Useful for all DB2 users.
Denormalization Techniques for DB2 Tables. (link no longer active)
Relational Database Journal, November 1993 -
Discusses techniques for denormalizing DB2 tables for performance. Several reasons for denormalizing are presented after which techniques for accomplishing that type of denormalization are outlined. Also elaborates on administrative issues and re-
DB2 Version 3: A Closer Look (Part 1). (link no longer active)
PLATINUM SYSJOURNAL, Fall 1993.
First part of a multi-
A BASE for CASE.
Data Management Review, September 1993.
Opinion piece on the state of CASE in the early 1990's. Discusses CASE integration issues and human factors. Useful for all audiences.
How DB2 2.3 Impacts EDM Pool Size. (link no longer active)
DB2 Update, September 1993.
General purpose article on the impact of DB2 V2.3 on the size of the EDM Pool. Useful for intermediate to advanced DB2 users. Originally published in IDUG Globe, January 1993.
Preparing for DB2 Version 3 Buffer pools. (link no longer active)
DB2 Today, August 1993.
A very short synopsis of solutions for implementing a buffer pool strategy to exploit the 60 buffer pools available in DB2 Version 3. Intended audience is intermediate level DBAs and technical support.
The Object-
Data Management Review, August 1993.
Provides a comparison of the benefits and drawbacks of ODBMS and RDBMS. Useful for all technical audiences.
The Buffer Pool: DB2 Tips, Thoughts, and Rumors (column).
Relational Database Journal, August -
This is the second installment of a regular column discussing DB2 tips, tricks, and techniques. Useful for all DB2 users.
DB2 Tips & Techniques: DB2 Data Set Placement. (link no longer active)
PLATINUM SYSJOURNAL, Summer 1993.
DBA-
DB2 Organizational Issues: It's Here, But Now What?
Data Management Review, July 1993.
In-
The Doors to DB2. (cover story)
DB2 Today, May 1993.
Discusses the teleprocessing monitor choices for DB2 application development. (i.e. CICS, IMS/DC, TSO, and CAF). Geared toward new and intermediate level DBAs, technical support, and programmer/analysts.
The Object-
Data Management Review, May 1993.
General discussion of object-
How DB2 V2.3 Will Affect Your Standards. (link no longer active)
DB2 Update, May 1993.
This article discusses DB2 standards development and maintenance and the impact of a new release of DB2 on shop standards. Useful for all DB2 users -
The Buffer Pool: DB2 Tips, Thoughts, and Rumors (column).
Relational Database Journal, May -
This is the first installment of a regular column discussing DB2 tips, tricks, and techniques. Sort of like Andy Rooney becomes a DBA! Useful for all DB2 users.
The Databases of Our Lives.
PLATINUM SYSJOURNAL, April 1993.
Humorous discussion of DB2 trends and directions. Probably DBAs and tech support personnel will find this article most interesting, but developers might also find it useful.
The Object Oriented Tutorial Series: Part I: "To ODB or Not To ODB, That Is The Question".
Data Management Review, February 1993.
General discussion of object-
A Critical Look at the DB2 Catalog (Parts I and II).
Technical Support, January 1993 and February 1993.
A technical article digging into the internals and structure of the DB2 Catalog. Mostly for intermediate to advanced DBAs and systems programmers. Many changes to the DB2 Catalog since V3 have caused much of this article to become outdated. Still, from an historical perspective, as well as from an academic design review and analysis perspective, this article may be of some interest.
How DB2 V2.3 Impacts EDM Pool Size.
IDUG Globe, January 1993.
General purpose article on the impact of DB2 V2.3 on the size of the EDM Pool. Useful for intermediate to advanced DB2 users.
Technical Tips for Users of DB2 V2.3. (link no longer active)
PLATINUM SYSJOURNAL, September 1992.
Basic tips and tricks for V2.3. Most of these tips are still useful as of DB2 V4. Geared mostly for DBAs and programmers.
The Future of DB2 Security (Part II).
Data Management Review, July 1992 and August 1992.
This is the second part of my "blue sky" wish list for DB2 security features, some of which have been subsequently implemented by IBM.
The Future of DB2 Security (Part I).
Data Management Review, July 1992.
This is a "blue sky" type article containing my wish list for DB2 security features, some of which have been subsequently implemented by IBM. Written for all DB2 users.
Dynamic SQL For DB2.
Enterprise Systems Journal, December 1991.
Contains in-
Problem Too Complicated for Simple Arithmetic.
Database Management, November 1991.
The inter-
One View Per Base Table? Don't Do It!
Database Programming & Design, February 1991.
Designed to provoke thought, this has probably been my most commented-
Mastering Disaster Recovery.
Database Programming & Design, January 1991.
This article discusses DB2 disaster recovery techniques and approaches as of DB2 V2.3. Many of the techniques are still applicable as of DB2 V4. Useful for all DB2 users -
DBA Shoptalk: Dusting Off The Database.
Database Programming & Design, August 1990.
Outlines Mellon Bank's usage of DB2 circa 1990. There is probably not much general interest in this article at this late date, but it is an interesting period piece discussing the "data technology" division of a large commercial bank at the beginning of the 1990's.
DB2 V2.2: A Few More Bells & Whistles.
Database Programming & Design, June 1990.
An overview of DB2 V2.2 features. Of limited historical interest only.
Effective DB2 Object Monitoring Using The DB2 Catalog.
Mainframe Journal, May 1990.
Although this is an old article, it is still useful as a general framework for building DB2 Catalog queries. Though many of the DB2 Catalog tables have changed (necessitating modifying the SQL in the article), the approaches outlined are still useful. Geared toward beginning to intermediate DB2 users.
1995 | 1994 | 1993 | 1992 and earlier
1995 | 1994 | 1993 | 1992 and earlier
1995 | 1994 | 1993 | 1992 and earlier
1995 | 1994 | 1993 | 1992 and earlier
1995 | 1994 | 1993 | 1992 and earlier