Azure, Cloud, Database Administration & Monitoring, SQL Server How to create an Azure SQL Database using Azure PowerShell 02.06.2020 by Microsoft Team In this blog post, I’ll go through the steps to create an Azure SQL Database using Azure PowerShell. Introduction to Azure SQL Database The SQL database services provided by Microsoft on the cloud are now grouped under the(…)
Database Administration & Monitoring, SQL Server SQL Server: Synchronize logins on AlwaysOn replicas with dbatools 19.05.2020 by Microsoft Team The SQL Server environment I worked with today has dozens of SQL Server instances using AlwaysOn Availability Groups for High Availability.When a login is created on the Primary replica of an Availability Group it is not synchronized automatically on(…)
Database Administration & Monitoring, SQL Server SQL Server: Quickly clean backup history with dbatools 27.03.2020 by Microsoft Team I just had to restore a database in production for my customer. Before doing the restore I have the habit to query the msdb.dbo.backupset table to get an overview of the last backups. When running my query, I felt it(…)
Control-M How to automate a kill of one or several executing jobs in AJF at specific Date/Time at once 05.03.2020 by Microsoft Team Introduction We had a request to automate a kill of some executing jobs in AJF at specific date and time. For example: A Control-M job is running a script all day, in order other programs can connect to it,(…)
Database Administration & Monitoring, SQL Server SQL Server: Collect Page Split events using Extended Event session 04.03.2020 by Microsoft Team Earlier this week someone tried to show me how to capture page split events using Extended Events (XE) but unfortunately, the demo failed. This is a good opportunity for me to refresh my knowledge about page split and set up(…)
Database Administration & Monitoring, Oracle, PostgreSQL, SQL Server How SQL Server MVCC compares to Oracle and PostgreSQL 09.02.2020 by Microsoft Team By Franck Pachot . Microsoft SQL Server has implemented MVCC in 2005, which has been proven to be the best approach for transaction isolation (the I in ACID) in OLTP. But are you sure that writers do not block readers(…)
Cloud, DevOps, Kubernetes Provisioning a AKS cluster and KubeInvaders with Terraform 27.10.2019 by Microsoft Team Provisioning a K8s infrastructure may be performed in different ways. Terraform has a connector called the Kubernetes provider but it doesn’t allow building and deploying a Kubernetes cluster. The cluster must be up and running before using the provider.
Database Administration & Monitoring, SQL Server SQL Server 2019 Accelerated Database Recovery – Instantaneous rollback and aggressive log truncation 07.10.2019 by Microsoft Team In my previous article about Accelerated Database Recovery (ADR), I wrote mostly about the new Persistent Volume Store (PVS), how important it was important in the new(…)
Database Administration & Monitoring, DevOps, Docker, Kubernetes, SQL Server Using non-root SQL Server containers on Docker and K8s 29.09.2019 by Microsoft Team This is something that I waited for a while, in fact since SQL Server 2017 … and the news came out on Wednesday 09th September 2019. Running(…)
Database Administration & Monitoring, SQL Server When Read-Scale availability groups and Windows Failover Cluster are not good friends 20.09.2019 by Microsoft Team A couple of days ago, with some fellow French data platform MVPS (@thesqlgrrrl and @Conseilit) we discussed an issue around Read-Scale availability groups(…)