person pointing white paper on wall - SQL Server Indexierung - SQL Server Index Strategy
|

SQL Server Indexing for Frequently Changed Data – What You Should Know

If you’re working with a table where data is constantly being inserted, updated, or deleted, you’ve probably encountered the problem: performance degradation due to index fragmentation and inefficient execution plans. I often see indexes in place but not used optimally. In this post, I’ll show you what to look out for when indexing frequently changed…

SQL Server Datumsfunktionen Probleme - Date Functions Errors Solutions - black marker on notebook
|

The Biggest Problems with SQL Date Functions and How to Solve Them

Introduction Date functions in SQL are powerful tools, but they are also one of the most common sources of errors in database queries and applications. Database administrators (DBAs) and developers frequently encounter issues with processing, storing, and converting date values. These problems often lead to inconsistent results, performance issues, or even data loss. In this…

wichtiger Hinweis zum SQL Server oder Microsoft Data Platform
|

SQL Server 2019 is out of mainstream support – now what?

In case you missed it: As of February 28, 2025, SQL Server 2019 is no longer in mainstream support. That means no more functional updates or performance improvements – just security patches. If you’re still running SQL Server 2019, here’s what you need to keep in mind. What does this mean for you? No need…

Photo by Marten Newhall on Unsplash - https://unsplash.com/@laughayette
|

SQL Server Patching – server won’t start

At times, specific topics come together simultaneously. In this case, several emails were received from the Data Platform MVP distribution list, and various customer reports and suitable posts in other blogs were found on “how DatabaseMailUserRole stops your patching,” so a German contribution was made to this. It’s about a bug that has appeared in…

DBCC 2021 – Die Data Blaster Community Conference
| |

SQL Server High Availability – DBCC 2021 – Part 1

Any one of my customers has asked, or should have asked, “do I need a certain level of high availability for my SQL server or one of my SQL servers?” Regrettably, these deliberations often come to a halt when it comes to the budget… Naturally, such HA-solutions are more expensive, and depending on the solution…