(Ben Nadel) Earlier this week, I shared my current mental model for state management and the separation of concerns in an Angular application.
Community
Azure SQL DB with more than 4 readable secondaries
(FonsecaSergio) If you try to create more than 4 geo-replicas in the Portal it will fail with the error message “Replication limit reached. The database ‘XXXXX’ cannot have more than 4 replication relationships.”
Blazor: Working with Events
(Chris Sainty) In this article I describe how to work with events in your Blazor applications. I cover two types of events, DOM events and custom or user-defined events.
Shutdown and Restart Statements
(Jesper Krogh) There are various ways to shutdown MySQL. The traditional cross platform method is to use the shutdown command in the mysqladmin client. One drawback is that it requires shell access; another is that it cannot start MySQL again automatically.
Get going quickly with Command Line Interface for Oracle Cloud Infrastructure using Docker container
(Lucas Jellema) Oracle Cloud Infrastructure is Oracle’s second generation infrastructure as a service offering – that support many components including compute nodes, networks, storage, Kubernetes clusters and Database as a Service.
Accurately Interpreting Real Application Clusters IOPS with Automatic Workload Repository. So Easy to Get So Wrong.
(kevinclosson) This blog post has been necessary for quite some time but I just now finally got around to posting it. What I’m going to blog about is a common problem I run into in my dealings with Oracle Database Administrators (DBAs).
Partitioning — 9 : System Partitioning
(Hemant K Chitale) System Partitioning, introduced in 11g, unlike all the traditional Partitioning methods, requires that all DML specify the Target Partition.
SQL Server Parallelism Overview
(Pablo Echeverria) In this tip we’re going describe what parallelism is, the benefits, and how to take advantage of parallelism in SQL Server with some examples.
An Introduction To React Native
(Pranav J.Dev) React Native is a way to write a cross-platform application on JavaScript. If you know JavaScript, then probably you can get started with React Native immediately, because it will provide you with a way to write JavaScript and then turn that JavaScript into your native code.
SQL Server Execution Plan Operators – Part 3
(Ahmad Yaseen) In the previous articles of this series, we discussed a group of SQL Server Execution Plan operators that you will face when studying the SQL Execution Plan of different queries.
