(Eddy Coppens) I was working at a customer who wanted to have a database replicating data bi-directional towards another database by means of InfoSphere Data Replication (IIDR aka CDC), but also wanted to have a failover mechanism in place in conjunction with the bought replication solution.
Tag: IBM
Guru: Easy Date Difference
(Ted Holt) The dates in our database are stored as seven-digit packed-decimal values in the common CYYMMDD format. In 2018 I wrote an SQL query that reported the number of days between two dates, but it quit calculating properly as soon as it started using 2019 dates. Can you tell me the proper way
The DB2Night Show #211: Db2 LUW Favourite Problem Determination Tricks
(Scott) 100% of our HUGE audience learned something! #MindBlown The secrets to analyzing Db2 problems are out! Pavel gave us a fantastic introduction to his top problem determination tricks and techniques! You will learn about db2pd, DB2SLEEP, db2fodc, db2dart, db2pdcfg, db2trc, db2diag, analyzetrac
What you Need to Do to Support a Db2 Environment
(Ember Crooks) Many of the posts I write focus on either how to do or approach something or a story about something I did. Instead of the How, this post focuses on the What.
TechTip: Calling SQL Procedures on the Fly
(Juan Macias) The command Call SQL Procedure (CALLSQLPRC or CALLP) allows us to call an SQL or external procedure and optionally retrieve some or all of the result sets returned by the procedure.
Dr. Michael Stonebraker’s 10 fears about the future of the DBMS field
(Emil Kotrc) The performance of Db2 depends on many things. It spreads from the application and the SQL, through the Db2 itself, down to the underlying system configuration.
Db2Night Show #Z93: Best Design and Performance Practices for Analytics
(Martin) 100% of our studio audience learned something!Dave provided information and information resources that should help the any ML project.
Why every Data Scientist should know SQL
(Rav Ahuja) Still waiting…it’s been over an hour and still nothing. I watch the clock, get some tea, ruminate on the structure of dark matter….
A reminder to convert pagesets for Db2 objects to the 10-byte extended RBA and LRSN format
(Paul McWilliams) APAR PH02437 introduces the new DSNB233I message in Db2 12 and Db2 11.
Practical RPG: QUSLOBJ, the Next Level of Object Information Retrieval
(Joe Pluta) As I detailed in a previous article, QUSROBJD allows you to see all the details of an object. However, it is specifically designed to return the data for a single object.