Database Administration & Monitoring, SQL Server SQL Server: Fixing another huge MSDB database – 80GB+ 01.07.2021 by Microsoft Team I have blogged several times about unusually large MSDB databases like here. Most of the time the problem comes from the backup history which is never purged. This time it’s different. Try to guess, if not the(…)
Azure, Database Administration & Monitoring, SQL Server Virtual Symposium SQL Server & Azure SQL – Session: Debugging without debugger 06.05.2021 by Microsoft Team As a consultant at dbi services we can dedicate a significant part of our time to training and I took the opportunity today to attend an online conference. In this blog post, I will present this event and(…)
Database Administration & Monitoring, SQL Server SQL Server CPU limitation for Express and Standard Edition 28.04.2021 by Microsoft Team Introduction When performing an audit on an SQL Server VM the first thing the system administrator told me was that there’s no issue with the CPU on this box, the monitoring shows it’s always around 50% usage. Problem Here is(…)
Database Administration & Monitoring, SQL Server SQL Server: Get email notifications for Error Log entries 23.04.2021 by Microsoft Team Introduction In a previous blog post, I did a T-SQL script reading Audit files to send emails with valuable information about instance changes. In this one, you will see how to get nice emails from critical errors or(…)
Database Administration & Monitoring, SQL Server SQL Server: How to delete the msdb backup history kindly 22.04.2021 by Microsoft Team This week I noticed some slowness on queries related to backup history. The instance had a huge msdb database (more than 10GB size), the backup history had never been purged. I already wrote a post on this topic and(…)
Database Administration & Monitoring, SQL Server SQL Server: Audit changes on Instance Configuration, Linked Servers and Agent Jobs 12.04.2021 by Microsoft Team Introduction Very often with our customers, there is only one person with the DBA role. The configuration of the instances is then under control and if anything strange has to be questioned, the culprit is quickly identified. 🙂 When(…)
Database Administration & Monitoring, SQL Server, Security SQL Server connectivity issue – troubleshoot TLS configuration 08.04.2021 by Microsoft Team In the blog post, I will share a case of troubleshooting a connectivity issue with SQL Server. The problem occurred in a migration context. The SQL Server databases (in version 2008 to 2014) from multiple applications were consolidated on a(…)
Database Administration & Monitoring, SQL Server SQL Server: Create a Shared Storage for your Failover Cluster LAB 31.03.2021 by Microsoft Team I’m currently working on the migration of a Failover Clustered SSAS instance from Windows Server 2012 to Windows Server 2019. The context is quite complex and in order to choose the right migration scenario I need to play with it(…)
Database Administration & Monitoring, SQL Server SQL Server: Control the size of your Transaction Log file with Resumable Index Rebuild 25.02.2021 by Microsoft Team Introduction In this blog post, I will demonstrate how the Resumable capability of Online index rebuild operation can help you to keep the transaction log file size under control. An index rebuild operation is done in a single transaction(…)
SQL Server SQL Server TCP: Having both Dynamic Ports and Static Port configured 21.12.2020 by Microsoft Team Introduction Have you ever seen an SQL Server instance configured to listen on both “TCP Dynamic Ports” and “TCP (static) Port”? This kind of configuration can be caused by the following scenario: A named instance is installed. By default, it(…)