Other News

Community

Range-Keyed Queries

(Dan Tow) In a recent dialogue on the oracle-l@freelists.org mail group, I ran into a good prototype for a recurring class of SQL tuning problems. The coder had two versions of SQL getting dramatically different performance levels for a very frequent single-row query, and wanted to know the reason f

Community

Full Text Search on SQL 2000 Part 2

(Don Schlichting) In last month’s article, Full Text Searching was introduced as a way to query strings with more refinement than the usual TSQL “like” or equal operator statements. With Full Text Searching, a new file system structure is created, storing key words from selected fields into Catalogs

Community

Converting VSAM calls to SQL

(Craig Mullins) I have a CICS/VSAM program where I am moving from VSAM to DB2 and replacing the VSAM data calls with the SQL queries. Can you please tell me what will be the equivalent for the READ FOR UPDATE in DB2 when it is a singleton select? Can I go for SELECT FOR UPDATE? (R)