Database Administration & Monitoring, DevOps, Docker, Kubernetes Deploying SQL Server on K8s with Helm charts 18.12.2018 by Microsoft Team During the last DockerCon EU in Barcelona, I heard a lot about Helm with K8s architectures. It was also a good opportunity to write about it after attending to this conference. In a nutshell, Helm(…)
DevOps, Docker First immersion in the Docker Conference EU 2018 08.12.2018 by Microsoft Team In short, a very interesting event for both Devs and Ops. Every day was organized around workshops, hands-on-labs sessions and Hallway tracks. My colleague Mehdi Bada and I tried to attend as much sessions as possible but obviously it was(…)
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(…)
Database Administration & Monitoring, SQL Server Is there too much memory for my SQL Server instance? 19.11.2018 by Microsoft Team Is there too much memory for my SQL Server instance? This is definitely an uncommon question I had to deal with of my customers a couple of weeks ago. Usually DBAs complain when they don’t have enough memory for environments they have(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server 2019 availability groups – Introduction to R/W redirection 28.10.2018 by Microsoft Team writeThis is a second write-up about SQL Server 2019 CTP2.0 and availability group new features. This time the interesting one is about READRWRITE redirection capabilities. A couple of months ago, I wrote about SQL Server 2017 and(…)
Database Administration & Monitoring, SQL Server SQL Server availability groups, SQL Browser and Shared Memory considerations 23.10.2018 by Microsoft Team Few weeks ago, my colleagues and me discussed availability groups and network considerations for one of our customers including disabling SQL Browser service and shared memory protocol. The point was disabling both features may lead to unexpected behaviors when creating(…)
Cloud, Database management, DevOps, SQL Server First steps into SQL Server 2019 availability groups on K8s 04.10.2018 by Microsoft Team A couple of weeks ago, Microsoft announced the first public CTP version of next SQL Server version (CTP2). It is not a surprise, the SQL Server vNext becomes SQL Server 2019 and there are a plenty of(…)
Database Administration & Monitoring Connecting to Azure SQL Managed Instance from on-premise network 10.09.2018 by Microsoft Team A couple of weeks ago, I wrote up about my first immersion into the SQL Server managed instances (SQLMIs), a new deployment model of Azure SQL Database which provides near 100% compatibility with the latest SQL Server(…)
Database Administration & Monitoring Deploying SQL Server on MiniShift / RedHat OpenShift 24.08.2018 by Microsoft Team Currently we begin to see customer adopting containerization for SQL Server databases (mainly driven by CI/CD and DevOps trends). A lot of them are using RedHat OpenShift as container management platform. From my side, I didn’t(…)
Database Administration & Monitoring, DevOps, SQL Server Running SQL Server containers on K8s Docker for Windows CE stable channel 27.07.2018 by Microsoft Team The release of Docker for Windows Stable version 18.06..0-ce-win70 comes with some great new features I looked for a while including the K8s support! That’s a pretty good news because this support has existed on Edge channel since(…)