|
There was an article written by Dan Cruikshank in the 2006:
Modernizing Database Access
The Madness Behind the Methods
http://www-03.ibm.com/systems/resources/systems_i_software_db2_pdf_Performan
ce_DDS_SQL.pdf
... and I'm still convinced he wrote this article because of me. We
discussed in Rochester (where I participated in writing a Redbook) about
database modernization.
First thing to convert the guys in Rochester proposed, was recreating the
physical files with DDL. In my opinion converting the file definition from
DDS to DDL without adding anything new (such as an identity column) didn't
make sense. IMHO there are much more important things to do first, for
examples moving business logic into the database by creating the appropriate
views and/or replacing native I/O with embedded SQL that use the views
mentioned before, adding check constraints ...
I do not convert from DDS to DDL if there are no bigger
enhancements, even though I use the ALTER TABLE statement
for changes (and after I always determine the DDL for
the table and store it in a source file).
I'd not convert the DDS described tables before I'll
be able to redesign my database.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.