(David Fitzjarrell) An interesting issue reared its head back in version 9.2 of Oracle and, unfortunately, has not been corrected.
Other News
SQL SERVER – Sample Long-Running Query for Demonstrations
(Pinal Dave) I often travel across the world presenting on SQL Server Performance Tuning Topics. When I am not busy with Comprehensive Database Performance Health Check, I like to train IT professionals with SQL Server Performance Tuning Practical Workshop.
Why TypeScript?
(Zijian) As currently a .NET developer, I have been using quite a few “proper programming languages” in production: Fortran, C, C++, Pascal, Turbo Pascal and C#, while occasionally I also use scripting languages: Batch, SH, PowerShell, Basic, VBA and JavaScript.
Can I setup replication with an availability group as the subscriber?
(Denny Cherry) Yes, absolutely. In order to do this, you need to configure the replication to use the Availability Group listener as the subscriber. That way, the database that you’re using as the subscriber will follow the AG.
Aspirations for Being a Lazy DBA? Maybe DevOps is the Answer!
(Julia Carter) When I was much younger, even more naïve and less cynical than I am now, I was amazed by one of my colleagues who created some ISPF panels with some REXX and Cobol behind them to automate the process to accomplish one of our common DBA tasks.
How to Map MySQL’s TINYINT(1) to Boolean in jOOQ
(lukaseder) MySQL 8 does not yet support the BOOLEAN type as specified in the SQL standard. There is a DDL “type” called BOOL, which is just an alias for TINYINT:
Use Performance Counters in .NET to measure Memory, CPU, and Everything – Full Guide
(Michael Shpilt) There’s an incredible built-in mechanism in Windows called Performance Counters that allows you to follow a whole lot of useful metrics.
Locating LaunchDarkly Feature Flag References In Your Application Code In Lucee 5.3.2.77
(Ben Nadel) At InVision, we’ve been using – and loving – LaunchDarkly feature flags for the last 3-years. Feature flags have completely changed the way that we approach application development.
Getting Started with AutoML for ML.NET
(James McCaffrey) Microsoft ML.NET is a code library for .NET Core (the multi-platform version of the .NET Framework).
SET PERSIST in MySQL: A Small Thing for Setting System Variable Values
(Marco Tusa) To set correct system variable values is the essential step to get the correct server behavior against the workload.
