Complex Production Database Deployments and Flyway

This article explains how, by use of schemas and stub interfaces, we can use Flyway to manage the main development work smoothly alongside any changes or additions required to maintain production-only code.
The post Complex Production Database Deployments and Flyway appeared first on SQLServerCentral.

AWS Lambdas with C#

In this article, I will take you through the development process of building an API on the serverless cloud with C#. This API will be built to serve pizzas, with two endpoints, one for making pizza and the other for tasting fresh pizzas. I expect some general familiarity with AWS and serverless computing. Any previous experience with building APIs in .NET will also come in handy.
The post AWS Lambdas with C# appeared first on SQLServerCentral.

Join us in our castle at SQL Bits, March 15-18

SQL Bits is coming to Wales, home of dragons and D&D, and we’re happy announce we’re supporting them as platinum sponsors again this year. Meet us at our Red Keep and catch sessions by noble Fighter Grant Fritchey, Sorcerer Steve Jones, and more beloved Redgate Paladins and Druids. For a magical 10% discount on your ticket, use 10REDGATE from our spell book.
The post Join us in our castle at SQL Bits, March 15-18 appeared first on SQLServerCentral.

ChatGPT in SQL Server – Practical examples

Introduction ChatGPT in SQL Server In this article, we will learn some basic examples of ChatGPT in SQL Server. In a previous article, we had an interview with ChatGPT an AI chatbot developed by OpenAI. If you do not know how to use it yet, you can go to that article. We will show some […]
The post ChatGPT in SQL Server - Practical examples appeared first on SQLServerCentral.

How to Improve the Quality of Database Releases using Clones

This article explains how we can use the ephemeral, containerized databases delivered by Redgate Clone to increase database code quality and therefore the stability, reliability, and performance of the databases we release.
The post How to Improve the Quality of Database Releases using Clones appeared first on SQLServerCentral.

Creating Animated Line Plots with Python

Python has the ability to create many different types of charts and graphs and in this article, we look at how to create animated line plots with Python.
The post Creating Animated Line Plots with Python appeared first on SQLServerCentral.