10 September 2023
10 September 2023

SQL Server Row Level Security Deep Dive. Part 3 – Performance and Troubleshooting

Previous sections gave a brief introduction to RLS, including some common use cases. They also showed how to implement RLS using a few different methods. This section focuses on performance and potential issues you may encounter. There are two main areas where RLS can impact performance. The first is the user or authentication lookup. Some … Read more
14 August 2023
14 August 2023

Discover the Microsoft Fabric Data Wrangler

The Data Wrangler is as interesting as hidden inside Microsoft Fabric. It’s not easy to find and activate it, but it is worth the trouble. Before digging into the Data Wrangler, let’s analyze the data features in the query environment. Data Features in Query Environment The new query environment, which allow us to make data … Read more
08 August 2023
08 August 2023

A Beginners Guide to MySQL Replication Part 4: Using GTID-based Replication

Welcome back to another replication series! As a quick reminder, we explored various methods of using MySQL’s replication capabilities in our previous discussions. Initially, we employed the traditional binary-log-based replication approach to set up our replication servers. This involved tracking the binary log file and its positions to facilitate replication. In this article, we will … Read more
02 August 2023
02 August 2023

Managing Query Store Hints

I wrote about query store hints before when they were first released in Azure SQL databases. However, there are some tricks related to managing query store hints we will explore on this blog post. Applying Query Store Hint When we apply a query store hint, the query already exists in query store, and it has … Read more
07 July 2023
07 July 2023

Simple-Talk RSS Feeds

Recently, we have made a few changes to the simple-talk.com website’s RSS feeds that I am pretty excited about. If you don’t know what RSS feeds are, they are links that let you pull down content from a website not the formatted view you typically see, but instead in an XML document that other tools … Read more
27 June 2023
27 June 2023

On the Road Again, Next Up Columbus

January 18, 2020, was the last time I stood in front of a live group of people and spoke about anything. It was at the location where I did my first SQL Saturday presentation, back at the first SQL Saturday in Nashville. Speaking at the time was a normal thing for me, having done 5-8 … Read more