Runstats Best Practices for Db2 on LUW

Runstats Best Practices for Db2 on LUW

What is Runstats? Runstats is a utility in Db2 that is used to collect statistics about the data in Db2 tables and indexes. This statistical information is critical to Db2 database performance. Runstats is executed on a table by table basis, so scripting it is quite...
Enterprise Database Software for Free – IBM Db2

Enterprise Database Software for Free – IBM Db2

Personally, I am biased. As the team lead for Db2 services here at XTIVIA, I think Db2 and other enterprise database software have significant advantages over some of the open source or free options out there. Decades of time invested and spent solving the problems of...
SymmetricDS Vs. SQL Server Merge Replication

SymmetricDS Vs. SQL Server Merge Replication

The most concerning issue with SQL Server merge replication is that it is not adequately designed to scale past a very small amount of subscribed instances. From a DBA’s perspective, we find merge replication the least desirable of the Microsoft replication...
Why are there Question Marks in my Db2 Queries?

Why are there Question Marks in my Db2 Queries?

Sometimes when you’re looking at Db2 Queries, you may notice question marks in your queries, like this: SELECT partnum, sum(quantity) as QUANTITY FROM orderitems oi INNER JOIN orders o ON oi.orders_id = o.orders_id where o.field3 is null and o.timeplaced is not...
The SSIS Subsystem Failed to Load

The SSIS Subsystem Failed to Load

The SSIS subsystem failed to load When this error is received the initial response is to look into SQL Server Integration Services, however this error can occur on systems even when no SSIS is installed. The subsystems are actually related to the SQL Server Agent....