Over time, SQL has evolved and offers two distinct styles for performing JOIN operations: the old-style comma-separated join and the more modern explicit JOIN syntax.
SQL SERVER – Stripping HTML Tags from Text
In this blog post, we’ll explore a method for stripping these HTML tags from your text data using SQL Server. Let us explore the post.
Gherkin Scenarios: 3 Examples to Follow and 6 to Avoid
The quality of your Gherkin scenarios can make or break your BDD efforts. I’d like to share some insights many software developers overlook.
SQL SERVER – Understanding Incremental Statistics
Statistics are updated automatically or manually rebuilt using full scans, can resource-intensive for large tables. Incremental Statistics.
Learn MySQL : Path to Data Management Excellence
Let us explore Learn MySQL : Path to Data Management Excellence. MySQL is a very important tool for managing and organizing data.
Gherkin Fundamentals – A Comprehensive Course on Pluralsight
Let us discuss about my 54th course on Pluralsight – Gherkin Fundamentals. As a Behavior-Driven Development (BDD) tool.
SQL SERVER – Query Store Feature for Secondary Replicas
the Query Store for secondary replicas. This feature extends the Query Store functionality from primary replicas to secondary replica workloads.
SQL SERVER – Avoid Functions in the WHERE Clause for Performance
Using SQL Server functions in the WHERE clause of your queries can significantly impact performance. Let us explore that in this blog post.
SQL SERVER – Performance: OR vs IN – A Summary and Further Reading
The varied responses led me to write a detailed blog post to clarify the correct answer. If you missed it, you can read it here. Let us see A Summary and Further Reading.
SQL SERVER – Performance: OR vs IN
I recently asked on Twitter an exciting question about OR vs IN. While I got lots of good answers, there were an equal amount of wrong answers.