Tag Archives: syndicated

Finding Analogies with AI

I saw this article on using AI to help that included a few prompts. I decided to try one. This is part of a series of experiments with the ChatGPT and other AI systems. Lots of Copilot lately. The Prompt … Continue reading

Posted in Blog | Tagged , , , | 4 Comments

Restore with Standby–#SQLNewBlogger

A customer had a question about restoring with standby, so I wrote a quick post to explain how this works. Another post for me that is simple and hopefully serves as an example for people trying to get blogging as … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

Chicago Database DevOps in a Day Workshop

I’m heading to Chicago today for the Redgate Database DevOps in a Day workshops. This is the first of many on the US tour. I’ll be at 5 of them, but there will be another 5 where Ryan, Grant, or … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Chicago Database DevOps in a Day Workshop

Quickly Creating a tsqlt Test for a Query

One of the things that I feel is important to building better software is testing your code. It should be easy and simple to test code and determine if a chance or enhancement has broken anything. This usually requires a … Continue reading

Posted in Blog | Tagged , , , | 2 Comments