(Jeremy Kadlec) I am new to SQL Server and I have heard the term used in a number of different capacities and in different contexts. So, what exactly is it? What are the common components? How does it work? How do people use it? I am brand new to the technology, so where do I get started?
Community
Group Replication and Percona XtraDB Cluster: Overview of Common Operations
(Tibor Korocz) In this blog post I would like to give an overview of the most common failover scenarios and operations when using MySQL Group Replication 8.0.19 (aka GR) and Percona XtraDB Cluster 8 (PXC) (which is based on Galera), and explain how each technology handles each situation.
Query Tags in EF Core for ASP .NET Core 3.1 Web Apps
(Shahed C) This is the seventeenth of a new series of posts on ASP .NET Core 3.1 for 2020. In this series, we’ll cover 26 topics over a span of 26 weeks from January through June 2020, titled ASP .NET Core A-Z!
In-memory opportunities abound
(Connor McDonald) There has always been a bit of a Catch-22 with some of the really cool options in the Oracle Database. You want to explore the value of them, but you don’t want to draw the ire of any licensing implications of doing so.
SQL SERVER – Turning OFF or ON Query Store for All the Database
(Pinal Dave) Yesterday I wrote about the topic SQL SERVER – Query Store Status for All the Databases. After reading the blog post, I got quite a few emails about various scripts related to the Query Store.
Angular Routing With Navigation
(Chaman Gautam) Routing is a mechanism used by Angular for navigating the page and displaying the appropriate page and component on the browser.
How Hard is MySQL Working?
Queries per second (QPS) measures database throughput, but it does not reflect how hard MySQL is working. The latter is measured by Threads_running, expressed as a gauge (whereas QPS is a rate).
Basic Will Never Die: Microsoft Open Sources GW-BASIC
(David Ramel) Microsoft has open sourced GW-BASIC, a programming language developed some 38 years ago.
More Performant Serverless GraphQL with Azure Functions, GraphQL for .NET, and Cosmos DB
(Tomasz Pêczek) Almost a year ago I’ve written about setting up a GraphQL service on top of Azure Functions and Cosmos DB.
Generating A Word Search Puzzle Grid In Angular 9.1.4
(Ben Nadel) Over the weekend, I felt like coding a little palette-cleanser – something that would take my mind in a different direction.