Comments for Curated SQL https://curatedsql.com A Fine Slice Of SQL Server Thu, 05 Mar 2026 20:47:44 +0000 hourly 1 Comment on The Real Ultimate Power of Omni-JOIN by Erik Darling https://curatedsql.com/2026/03/05/the-real-ultimate-power-of-omni-join/comment-page-1/#comment-8648 Thu, 05 Mar 2026 20:47:44 +0000 https://curatedsql.com/?p=38829#comment-8648 Patent pending!

]]>
Comment on The State of Vector Indexes in SQL Server 2025 by George Walkey https://curatedsql.com/2026/03/05/the-state-of-vector-indexes-in-sql-server-2025/comment-page-1/#comment-8646 Thu, 05 Mar 2026 13:40:37 +0000 https://curatedsql.com/?p=38837#comment-8646 And Json Indexes too
BrentO said they can be up to 30X the size of the underlying data?
My own benchs show about a 1.8X speedup over varchar(max)
Ho hum

]]>
Comment on The Power of Naming Standards by Louis Davidson https://curatedsql.com/2026/03/03/the-power-of-naming-standards/comment-page-1/#comment-8640 Tue, 03 Mar 2026 14:14:00 +0000 https://curatedsql.com/?p=38807#comment-8640 Love this 🙂 (And I bet it is as true for you as it is for most of us!)

]]>
Comment on The Final Month of Azure Data Studio by Aleksander Kowalczyk https://curatedsql.com/2026/02/10/the-final-month-of-azure-data-studio/comment-page-1/#comment-8591 Sun, 15 Feb 2026 23:35:35 +0000 https://curatedsql.com/?p=38619#comment-8591 Since I moved from Windows I just couldn’t find an SSMS replacement, even Azure Data Studio didn’t quite make it. Thus I decided to write a new SQL IDE tool – https://jamsql.com – feel free to take a look, it has full parity with Azure Data Studio and is in that scope for free.

]]>
Comment on SQL Server Performance Monitor by Erik Darling https://curatedsql.com/2026/02/13/sql-server-performance-monitor/comment-page-1/#comment-8572 Fri, 13 Feb 2026 23:07:43 +0000 https://curatedsql.com/?p=38654#comment-8572 In reply to Kevin Feasel.

I meant at the top!

]]>
Comment on SQL Server Performance Monitor by Kevin Feasel https://curatedsql.com/2026/02/13/sql-server-performance-monitor/comment-page-1/#comment-8571 Fri, 13 Feb 2026 14:00:55 +0000 https://curatedsql.com/?p=38654#comment-8571 In reply to Erik Darling.

That is what we in the business call a tease, forcing people to go visit your page to grab it from GitHub.

]]>
Comment on SQL Server Performance Monitor by Erik Darling https://curatedsql.com/2026/02/13/sql-server-performance-monitor/comment-page-1/#comment-8570 Fri, 13 Feb 2026 13:18:08 +0000 https://curatedsql.com/?p=38654#comment-8570 Jeez, you cut off the best part

]]>
Comment on SQL vs Azure Permissions by Kevin Feasel https://curatedsql.com/2026/02/04/sql-vs-azure-permissions/comment-page-1/#comment-8538 Wed, 04 Feb 2026 20:15:44 +0000 https://curatedsql.com/?p=38562#comment-8538 In reply to Rebecca.

Oh, for sure, the names can be confusing to people who don’t know what they mean because so many of these terms are overloaded. I mean, overloading terms in a Microsoft product? Never!

]]>
Comment on SQL vs Azure Permissions by Rebecca https://curatedsql.com/2026/02/04/sql-vs-azure-permissions/comment-page-1/#comment-8537 Wed, 04 Feb 2026 19:55:24 +0000 https://curatedsql.com/?p=38562#comment-8537 Fair! But ‘Welcome to cloud permissions, where role names describe abstract API scopes rather than user expectations’ didn’t fit. 🙂 Thank you for the repost, Kevin. I need to think on the best revision. Until then…

Contributor does let you contribute — to the management plane (creating, configuring, deleting Azure resources)
Reader does let you read — the management plane metadata

]]>
Comment on Thoughts on SELECT * by Louis Davidson https://curatedsql.com/2026/02/03/thoughts-on-select/comment-page-1/#comment-8536 Wed, 04 Feb 2026 05:00:05 +0000 https://curatedsql.com/?p=38548#comment-8536 I won’t argue with you over select 1 vs select *, I can see that point of view, especially if using tools (or queries) that can’t tell the difference for sure.

The TOP advice is great advice, and probably something g more tools could to for you too. DBeaver does that in the client which is great for ad hoc querying (but it does do it silently so if you need more rows and forget it can be annoying).

Really glad that SSMS is really good at killi g a query these days (and not crashing when it runs out of memory when you do return too many rows).

As always, love your site!

]]>