(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.
Community
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.
Loading Azure SQL Data Warehouse Dynamically using Azure Data Factory
(Ron L’Esteve) In my last article, Load Data Lake files into Azure Synapse DW Using Azure Data Factory, I discussed how to load ADLS Gen2 files into Azure SQL DW using the COPY INTO command as one option.
Use Inheritance, Abstract Classes, And Polymorphism In TypeScript
(Bipin Joshi) Object oriented programming languages such as C# allow you to inherit functionality from base class. TypeScript also offers inheritance capabilities so that your classes can inherit from other classes. TypeScript doesn’t support multiple inheritance (although your class can implement m
MySQL Compressed Binary Logs
(Jesper Krogh) On a busy server, the binary logs can end up being one of the largest contributors to amount of disk space used. That means higher I/O, larger backups (you are backing up your binary logs, right?), potentially more network traffic when replicas fetch the logs, and so on.
Migration methods to Autonomous Database (ADB) – Part II (MV2ADB)
(Syed Jaffar Hussain) In part II of migration methods to ADB blog series, we will look into MV2ADB tool details and usage.
How To Integrate Bootstrap/HTML Template In ReactJS
(Sanwar Ranwa) In this article, we will learn how to integrate theme or HTML-bootstrap template in a React.js project.
SQL SERVER – Resolving Last Page Insert PAGELATCH_EX Contention with OPTIMIZE_FOR_SEQUENTIAL_KEY
(Pinal Dave) Today’s blog post is actually a follow-up blog post of SQL SERVER – Last Page Insert PAGELATCH_EX Contention Due to Identity Column.
Database change tracking using MySQL EE Audit
(Ted Wennmark) Use MySQL Enterprise Audut plugin to track data changes on specific tables.