DevOps, Docker, Kubernetes, SQL Server Windocks and K8s support 28.06.2019 by Microsoft Team I got recently the 4.08 update from the Windocks team and I was very excited to evaluate some of new features. The first cool one I want to present in this blog concerns the Kubernetes support(…)
Azure, Cloud, SQL Server How to create an Azure SQL Database 30.04.2019 by Stéphane Savorgnano Azure SQL Database is a relational database-as-a-service (DBaaS) which gives us the possibility to create application with a performant database without to take care of the relying infrastructure. Azure SQL Database is based on the latest stable version of Microsoft(…)
Development & Performance, SQL Server RCSI with foreign keys, NULL values and paramater sniffing behavior 04.04.2019 by Microsoft Team In this blog post let’s go back to the roots (DBA concern) with a discussion with one of my friends about a weird transaction locking issue. In fact, this discussion was specifically around two questions. The(…)
Cloud, DevOps, Docker, Kubernetes, SQL Server Windocks, SQL Server and Azure in our internal CI pipeline 31.03.2019 by Microsoft Team During the last DevOps Day in Geneva, I presented a sample of our CI implementation related to our MSSQL DMK maintenance product(…)
Database Administration & Monitoring, DevOps, Docker, Kubernetes, SQL Server Upgrading SQL Server pods on K8s and helm charts 13.03.2019 by Microsoft Team It has been while since my last blog. Today it is about continuing with helm charts and how to upgrade / downgrade SQL Server containers to a specific cumulative update. My first write-up in my to-do list. Last(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server Temporal Table – How to store a history table in another file? 12.03.2019 by Stéphane Haby Few days ago, a customer asks me if it is possible to move the history table to slower but cheaper storage. The question behind this is whether it is possible to create a history table on a separate filegroup(…)
Database Administration & Monitoring, DevOps, Docker, Kubernetes, SQL Server Deploying SQL Server 2019 AGs on K8s with helm charts 17.01.2019 by Microsoft Team This write-up follows my first article about helm chart with SQL Server. This time, I would like to cover the availability groups topic and how to deploy them with helm charts. In fact, to go(…)
Business Intelligence, Database Administration & Monitoring, Database management, SQL Server Copy or Migrate a SSISDB environment 11.01.2019 by Christophe Cosme Integration catalog is easy to work with and the environments feature is as well very convenient. In SQL Server management Studio, there are a lot of features available to administrate(…)
Cloud, SQL Server Azure SQL Managed instances, Business Critical Tier and high availability 28.12.2018 by Microsoft Team Last blog of this year 2018 with SQL databases and Cloud Azure and this is not trivial choice. <Speculation mode> I would say year 2019 could be important for all stakeholders. Cloud transformation has begun in many forms at customer(…)
Database Administration & Monitoring, SQL Server SQL Server 2019 CTP 2.1 – A replacement of DBCC PAGE command? 27.11.2018 by Microsoft Team Did you ever use the famous DBCC PAGE command? Folks who are interested in digging further to the SQL Server storage already use it for a while. We also use it during our SQL Server performance(…)