(Tibor Korocz) Recently, I encountered a situation where MySQL gave error messages that I had never seen before:
Community
exachk 18.4 does not run 12.2.0.1 database
(spa) For all of you who use exachk and have updated to exachk Version 18.4. There is a known Bug on Oracle databases 12.2.0.1.
Inventory and document your SQL Server estate using PowerShell
(Prashanth Jayaram) Data growth has raised the stakes in the market increasing the size of SQL Server estates that DBAs are expected to manage. Because of this, fast and efficient configuration management can be very helpful.
Quick Permissions Audit
(Jason Brimhall) Whether it is for a client, an audit, or just for good housekeeping, DBAs will often need to figure out who has access to what. In addition, they may need to know by what means people have access within your databases.
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
Java Challengers #6: Thread behavior in the JVM
(Rafael Chinelato Del Nero) Threading refers to the practice of executing programming processes concurrently to improve application performance. While it’s not that common to work with threads directly in business applications, they’re used all the time in Java frameworks.
Jenkins for DevOps – Part 1
(Gouri Sohoni) Jenkins can be integrated with various tools like GitHub, Azure DevOps, JUnit Tests, Selenium Tests for Source Control, Build Management and Test Management. Part 1 of this tutorial demonstrates these features.
Creating SVG Icon Components And SVG Icon Sprites In Angular 7.2.0
(Ben Nadel) SVG (Scalable Vector Graphics) is one of those web technologies that is super exciting; but, remains mostly a blind-spot in my day-to-day mental model.
Video: Learning Machine Learning with .NET, PyTorch and the ONNX Runtime
(Deva) ONNX is a open format to represent deep learning models that is supported by various frameworks and tools. This format makes it easier to interoperate between frameworks and to maximize the reach of your hardware optimization investments.
MySQL in 2018: What’s in 8.0 and Other Observations
(Joshua Otwell) With most, if not all of 2018 behind us (depending on when you are reading this post), there is no doubt that it was a fantastic year for open-source SQL databases.
