Senior Cloud Solution Architect @Microsoft, Microsoft Certified Trainer (MCT), SQL Skills Blackbelt, 5X Fantasy Baseball Champion, and Reader of Books.
What's New in SSMS 22.7: T-SQL formatting, GitHub Copilot in Agent mode, Copilot execution context, Schema Compare, and more... techcommunity.microsoft.com/…
I earned my "Explore SQL Server 2025 capabilities" trophy! I’m so proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey! learn.microsoft.com/en-us/us…
AI Skills Fest is now live. Complete a playlist by June 12 to earn a free Microsoft Learn exam. This is a great opportunity to learn quickly, certify your skills, and save on costs. #Azure#AI#Amaze#AISkillsFest For more information, visit: aiskillsnavigator.microsoft.…
Microsoft is introducing a consistent pricing model for Extended Security Updates (ESUs) across Azure, on-premises environments, and other public clouds. This change directly impacts organizations running SQL Server 2016 end of support. sqlmct.com/sql-server-2016-e…
SQL Server evolved from blocking locks to row-versioning. Find out how #SQLServer2025 using Optimized Locking allows for higher concurrency and better scalability. sqlmct.com/understanding-opt…
A search condition is considered SARGable (Search ARGument ABLE) when SQL Server can use an index to efficiently locate rows. So, ask not what an index can do for you, but what you can do for your index. #SQLServer#SQL#Sargablesqlmct.com/writing-sargable-…
ALT So, ask not what an index can do for you, but what you can do for your index.
SQL Server migrations have become significantly easier with the introduction of the new “Migrate SQL Server” experience in SSMS 22.5 or later. This unified, guided, end-to-end flow combines assessment, migration, and modernization into one streamlined process. sqlmct.com/simplify-sql-serv…
Data rarely arrives in perfect condition. Typos, regional spelling differences, and inconsistent formats make exact matching unreliable in real-world scenarios. That’s where similarity matching comes in; and #SQLServer2025 introduces powerful built-in functions to handle it directly in T-SQL. sqlmct.com/fuzzy-matching-in…
Fun little prompt I borrowed, "Use everything you know about me, INSERT NAME, from our conversations, including my personality, habits, strengths, profession, and overall vibe, to turn my photo into a hand-drawn sketchbook character sheet."
ALT John Deardurff Character Sheet Sketchbook - SQLMCT.com
This learning path emphasized Frontier Transformation concepts, along with AI-powered insights and customer scenarios. As part of the challenge, you engaged in a Second Nature AI customer simulation, specifically the Contoso scenario and successfully achieved a 96% score on that component.
Have you’ve ever run into unexplained CPU spikes caused by dynamic SQL? Introducing OPTIMIZED_SP_EXECUTESQL in #SQLServer2025, which reduces compile storms by allowing one session to compile while others can reuse the plan. sqlmct.com/optimized_sp_exec…