(Aleksejs Kozmins) Transferring SQL Server data from a source database with numerous data tables with time and system resource limit is a very common issue.
Community
Getting Started With Ember.js And .NET Core 3
(Smiten Kalathiya) Let’s discuss what Ember.js is, why developers choose it, and how to implement it with .NET Core 3.
What Does Long-Term Support Mean for OpenJDK?
Bruno Borges recently tweeted a question about long-term support (LTS) of OpenJDK, which shows that there is still some confusion over what this really means. In this blog post, I’ll explain how the different parts fit together.
System.Text.Json and new built-in JSON support in .NET Core
(Scott Hanselman) In a world where JSON (JavaScript Object Notation) is everywhere it’s long been somewhat frustrating that .NET didn’t have built-in JSON support.
Adaptive Hash Index on AWS Aurora
(Tibor Korocz) Recently I had a case where queries against Aurora Reader were 2-3 times slower than on the Writer node. In this blog post, we are going to discuss why.
I lost a database, for the 1st time since 1992.
(mgogala) Well, I lost a pluggable database, not the real instance. What I did is the following:
SQL SERVER – Dynamic SQL and Temporary Tables
(Pinal Dave) Followup question to previous blog posts is always fun and interesting. Earlier on this blog, I had written about SQL SERVER – Dynamic SQL and Global Temporary Tables, I received following follow up question about Dynamic SQL and Temporary Tables.
Deeply Nested CFThread Tags Are Permitted In Lucee 5.3.2.77
(Ben Nadel) When Adobe ColdFusion introduced the CFThread tag for asynchronous processing, they decided to prevent developers from nested it. That is, they explicitly prevent one CFThread tag from spawning a child CFThread tag.
Getting past 2400 threads with sysbench and dbdeployer for benchmarking MySQL 5.7.26
(Jean-François Gagné) I am currently running tests with sysbench and dbdeployer on a Google Cloud Platform Debian 9 instance. I ran into an interesting limit and lifting it was not straightforward.
ORA-16000
(Anuradha Mudgal) Let’s have a look at the steps used for the error ORA-16000
