(Jovan Popovic) Azure SQL Managed Instance is fully managed and secured SQL Server Database engine hosted in Azure cloud, placed in your private Azure VNet.
Community
More automated control in MySQL Cluster 7.6.7
(Mikael Ronstrom) Apart from bug fixes the 7.6.7 version of MySQL Cluster also brings a major improvement of restart times through adaptively controlling checkpoint speed.
Oracle Database Backup Service Fails with: ORA-19511: – KBHS-00715: HTTP error occurred ‘oracle-error’ – ORA-29024
(Zahid Anwar) I discovered an Oracle Cloud Database Backup failing with:
Cold Backup and Recovery From Archivelog
(Anuradha Mudgal) Let’s have look on the steps used for Cold Backup and Recovery From Archivelog.
Partitioning — 5 : List Partitioning
(Hemant K Chitale) List Partitioning allows you to specify a value (or a set of values) for the Partition Key to map to each Partition.
Creating Indexes with SQL Server Management Studio
(Jayendra Viswanathan) Indexes allow queries to run faster for data selection and are a key part of high performance for SQL Server. In this tip, will see the types of indexes used in SQL Server such as clustered indexes, non-clustered indexes, filtered indexes and how to create, modify and delete i
JavaScript Interop In Blazor
(Ankit Sharma) In this article, we will learn about JavaScript Interop in Blazor. We will understand what JavaScript Interop is and how we can implement it in Blazor with the help of a sample application.
Deleting Azure SQL DB
(blobeater) So you want to do a clean-up exercise in Azure and remove some databases. You go to delete a database that is no longer required (as shown below)
Modern Data Warehouse Design Pattern – Part II
(Anoop Kumar) In a previous article we discussed Modern Data Warehouse designs patterns and components. In this article we will discuss two more modern design patterns to handle your scenarios; 1) Advanced Analytics on big data 2) Real time analytics
Object.freeze: Immutable Objects
(David Walsh) One of my favorite part of JavaScript has always been mutability of objects.
