Author: SSWUG Research

Community

New Event Feature

(Trudy Pelzer) In this article, I’ll give a preliminary description of a new MySQL feature for scheduling and executing tasks. In version 5.1.6, MySQL has added support for events. That is, you can now say: “I want the MySQL server to execute this SQL statement every day at 9:30am, until the end of

Community

Asked & Answered

(Robert Catterall) What’s your recommendation for performing DB2 v.7 traces running under z/OS V1R4 in a production environment? Our tracing, implemented via zPARMs, consumes precious CPU cycles and real memory and also fills up the SYS1.MANx datasets with type 100-102 records in the SMF infrastruc

Community

Using MySQL, Joins

(Keith Brown) In this Virtual Workshop we will look at retrieving data from a relational database structure, i.e. with multiple tables, using the SQL JOIN Syntax. Most databases have multiple tables to avoid repeating data. i.e. why enter the details of a customer over and over again.