Newsletters




Glenn Birkner

Glenn Birkner has worked with database systems for 30 years, DB2 for 25 years, as an application developer, a systems programmer, and a database administrator.

Articles by Glenn Birkner

IBM DB2 V10.1 introduced Row and Column Access Control (RCAC) as a new feature for securing data within a DB2 table. In Row and Column Access Control, permissions are defined on a table to restrict rows that are exposed. Rows being exposed means that they are available to be returned in the result set, or can be inserted, or can be updated or deleted, with the limitation of the authorities the user has on the table.

Posted July 03, 2014

Through the many changes in IT over the years, one constant has always been a concern for performance. With database systems there is especially true. Even with the many advances in relational database technology, SQL performance still remains a key concern for IT professionals and management. Writing SQL for performance is one of the single biggest opportunities for professionals to contribute efficient, effective, cost saving deliverables to projects. Writing SQL for performance can also avoid having to respond to an urgent problem with performance in a production environment. To a considerable extent, a person can choose whether they are running because it is lunch or whether they are running because they are lunch, by following a few simple techniques for writing SQL for performance.

Posted May 12, 2011

Sponsors