Author Archives: way0utwest

Unknown's avatar

About way0utwest

Editor, SQLServerCentral

Creating vs. Maintaining

If your job as a developer or DBA has been like mine, it’s a constant stream of requests to change something, often without enough information and short deadlines that create a bit of stress. There’s always more work to be … Continue reading

Posted in Editorial | Tagged | Comments Off on Creating vs. Maintaining

A Quick Test Data Manager Eval with My Database Backup

I wrote about getting the Redgate Test Data Manager set up in 10 minutes before, and it was a great post. In that one, the sample database Northwind was created and used. However, Alex Yates has modified the scripts to … Continue reading

Posted in Blog | Tagged , , | 4 Comments

Get a PAT in Azure DevOps

I have a presentation recently on Continuous Integration Using Local Agents in Azure DevOps and one of the things I do in there is get a PAT for Azure DevOps to use in configuring an agent. This post shows how … Continue reading

Posted in Blog | Tagged , , | Comments Off on Get a PAT in Azure DevOps

The Local OLLAMA Gui

I ran a small ollama model in a container and have been doing some experiments. One of the things I wanted to do was get a GUI so I wasn’t always running docker to connect (with –it) or writing code … Continue reading

Posted in Blog | Tagged , , | Comments Off on The Local OLLAMA Gui