Other News

Community

Increase DB2 availability

(Stephen Holt and Steve Raspudic) This article demonstrates how to use a cloud provider to create a reliable tie-breaking method to avoid a split brain scenario. The procedure is for two node clusters running IBM DB2 for Linux, UNIX and Windows (LUW) and the integrated high availability (HA) infrast

Community

On Becoming a DBA

(Craig S. Mullins) One of the most common questions I am asked is: How can I become a DBA? The answer, of course, depends a lot on what you are currently doing. Programmers who have developed applications using a database system are usually best-suited to becoming a DBA. They already know some of th

Editorials

Computed Columns

Today I wanted to brainstorm on some of the uses for computed columns in SQL Server. When the computed column is created it can either be persisted or dynamic. The kind you use is determined by the purpose of the computed column. Sometimes we like to track the birth date of a person, or some significant date. Then we want […]