(Henrik Loeser) The recent release of Db2 11.5.3 (Db2 V11.5 Mod Pack 3) includes a small gem that impacts both performance and security. It is a cache for User ID and Password-based authentication.
Other News
Kotlin Coroutines and Delay
(David Walsh) Whenever I suspect that there’s a timing conflict causing a problem with rendering and directives, I usually opt for a JavaScript setTimeout with a delay.
Fundamentals of table expressions, Part 3 – Derived tables, optimization considerations
(Itzik Ben-Gan) In Part 1 and Part 2 of this series, I covered the logical, or conceptual, aspects of named table expressions in general, and derived tables specifically.
Connecting to Azure SQL Database: Requested tenant identifier ‘00000000-0000-0000-0000-000000000000’ is not valid.
(Kenneth Fisher) The other day I got this rather interesting error while connecting to an Azure SQL DB.
Let’s Develop an Angular Application – Display the Bike Details in Bike-details Component
(Shervin Cyril) This article explains how to pass data from one component to another by clicking the component. Here, we will see the use of a custom event binding in Angular.
SQL SERVER – List Database Available for Current User – HAS_DBACCESS
(Pinal Dave) One of the pre-requesting of Comprehensive Database Performance Health Check is to have access to the database which we are going to tune. You may find it surprising that quite a few times, I ended up in a situation where I have a client who wants me to help with their database performa
Prepare MySQL for a Safe Shutdown
(Jake Davis) In Percona’s Managed Services, we start up and shut down MySQL servers all the time. Over the years, we’ve seen various issues occur due to the way servers are shut down.
Separating Layout HTML And CSS From Content HTML And CSS Is Good
(Ben Nadel) I’m a slow learner. That’s part of why I write so much – it takes ages for ideas to sink into my Neanderthal brain. Such is the case with something like the separation of concerns in HTML and CSS.
glogin.sql for Data Guard Environment
(mdinh) I got tired for seeing for db_name vs db_unique_name for sql prompt connecting with sqlplus for Data Guard environment.
Cinchoo ETL – JSON Reader
ChoETL is an open source ETL (extract, transform and load) framework for .NET. It is a code based library for extracting data from multiple sources, transforming, and loading into your very own data warehouse in .NET environment. You can have data in your data warehouse in no time.