This thread is funny in a sad way:)
- Never use a VIEW; load the data into temp tables on the fly with
updates and inserts. But then forget that the base tables that built
that data have changed since the last time you looked at the temp
tables.
- Find a problem (extra blanks in text, out of range numbers,
whatever)during a regular program execution. Fix it in the front end
code and don't tell the DBA so he could add a CHECK() constraint or
something that would help everyone.
- Do not put comments in SQL.
Received on Sat Jun 19 2004 - 18:04:17 CDT