Featured image of post Data API Builder

Data API Builder

Let's test out the Data API Builder (dab) to create API endpoints for a local SQL Server database running in a container.

Featured image of post Find `*_old` Tables

Find `*_old` Tables

Have you ever had to do a little switch-a-roo on a table? Renaming the current one to append _old, so you can create a new one in it's place? Have you ever forgotten to go back and clear those up? Well, if so, this short blog is for you!