Author Archives: way0utwest

Unknown's avatar

About way0utwest

Editor, SQLServerCentral

Changing the Paradigm of Work

I saw an article on AI usage that is based on an upcoming book that suggests redesigning the world around new tech, not adding it to existing things. The first example is how electricity was introduced to existing factories, but … Continue reading

Posted in Editorial | Tagged | Comments Off on Changing the Paradigm of Work

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

Republish: More Linux than Windows

It’s Memorial Day in the US and a holiday. With a busy schedule, I didn’t realize this was a holiday and started to schedule some things before my wife reminded me. So while I tackle some chores, you get a … Continue reading

Posted in Editorial | Tagged | Comments Off on Republish: More Linux than Windows

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