Articles

SQLServerCentral Article

Microsoft Build Announcements for Data Professionals

This week was Microsoft Build. After four years, it was back in person in Seattle and available online. I didn't attend in person, but I did watch a number of sessions and also went through the Build 2023 Book of News. You can download the book if you want, as it provides a lengthy list […]

5 (6)

You rated this post out of 5. Change rating

2023-05-26

2,834 reads

External Article

Retrieving MySQL data from within Python

The approach you take when accessing MySQL will depend on the programming language you’re using and the connector you choose for interfacing with the database. Whatever approach you take, the same basic principles generally apply to each environment. You must establish a connection to the database and then issue the commands necessary to retrieve or modify the data.

2023-05-24

SQLServerCentral Article

How to Generate Images with AI and Store them in SQL Server using Python and DALL·E

Introduction In this article, we will learn how to generate images with AI. This time we will work with DALL·E. DALL·E is an image generator using AI. You just need to provide a description and DALL·E will generate the image: In this article we will learn these topics: First, we will learn what is DALL·E […]

4 (3)

You rated this post out of 5. Change rating

2023-05-22

3,734 reads

Blogs

Using Flyway Prepare for State-Based Deployments

By

One of the neat enhancements made to Flyway was the addition of state-based workflows...

How I Migrated to Azure PostgreSQL Flex from Single Server

By

I did a couple of posts previously on dumping/restoring Azure PostgreSQL databases and also...

Have a Plan for Your Personal Downtime

By

Most of us know that spending a lot of time on social media and...

Read the latest Blogs

Forums

Count of Total Appointments within 30 days of each Appointment Date

By Reh23

Good Afternoon. I have a Table where each Record: 1) Represents an Appointment. 2)...

Reporting Services in Managed Instance

By Arjun SreeVastsva

Hi , one of my on-premises servers one server is having databases and one...

EXTENDED EVENTS Track What's Logging In

By Super Cat

Simple one looking for a script that can track what's logging in from where...

Visit the forum

Question of the Day

Hash Joins IV

What is a hash bailout?

See possible answers