Tag Archives: syndicated

Copilot Outside of SSMS Seems to Work

I read Brent’s first look at SSMS and Copilot in there. He didn’t have a great opinion of the tool, especially comparing it to Gemini or Claude. I haven’t tested this yet, mostly because I’ve got other stuff going on, … Continue reading

Posted in Blog | Tagged , , | Comments Off on Copilot Outside of SSMS Seems to Work

A New Word: Falesia

falesia– n.  the disquieting awareness that someone’s importance to you and your importance to them may not necessarily match – that your best friend might only think of you as a buddy, that someone you barely know might consider you … Continue reading

Posted in Blog | Tagged , | Comments Off on A New Word: Falesia

Using AI to Test a SQL Query

Someone sent me this code. WITH p AS ( SELECT ID, ROW_NUMBER() OVER (ORDER BY ID ASC) AS RN FROM wp_posts WHERE post_parent = 94341; ) UPDATE p SET menu_order = RN That’s not great code. In fact, it won’t … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

DevOps Devour Hour Slides

Here are the slides from my talk today at the Redgate NYC Devour Hour: Architecting Zero Downtime Deployments.pptx The Repo is here: https://github.com/way0utwest/ZeroDowntime An interesting question on feature toggles: Would you use Extended Properties for a feature toggle flag? My … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off on DevOps Devour Hour Slides