Unlock the Power of Google Cloud SQL: Setting Up SQL Server and PostgreSQL Instances
Introduction to Google Cloud SQL Google Cloud SQL is a powerful and easy-to-use managed database service that lets you run MySQL and PostgreSQL databases on the Google Cloud Platform. With Cloud SQL, you can focus on building your applications without …
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 …
Getting Started with Ensemble AI Models in SQL Server
The post Getting Started with Ensemble AI Models in SQL Server appeared first on SQLServerCentral.
A First Look at PostgreSQL Monitoring in SQL Monitor
The post A First Look at PostgreSQL Monitoring in SQL Monitor appeared first on SQLServerCentral.
Who’s Hiring in the Microsoft Data Platform Community? May/June 2023 Edition
Is your company hiring for a database position as of May/June 2023? Do you wanna work with the kinds of people who read this blog? Let’s set up some rapid networking here. If your company is hiring, leave a comment. The rules: Your comment must i …
Microsoft Fabric: Enabling your Free Trial
After the great announcement of Microsoft Fabric this week, it’s time to get a trial and start playing with this great product. Microsoft Fabric is a very broad product, so it requires some additional configuration for the start of a trial. Confi …
Microsoft Fabric: Data Warehouse Ingestion using T-SQL and more
.In this blog I will illustrate how we can ingest data from a blog storage to a Microsoft Fabric Data Warehouse using T-SQL. Create a new workspace On the left ribbon, click Workspaces. Click the New Workspace button. Provide a name for the workspace. …
Data Intelligence on light speed: Microsoft Fabric
This article is based on exciting information just released at Microsoft’s Build conference on May 23, 2023. What we have today When Synapse Analytics was created, technical sessions inspired me with some comparisons and explanations, and I repro …
Using Azure Data Studio to Deploy a SQL Server VM on Azure
Introduction Sometimes we need to deploy many SQL Servers on Azure in the enterprise environment. Wwe can do this manually, but it is not a good solution as there are too many manual tasks and repetitive tasks. Today I will give you a showcase to deplo …
Self Review: Practical Graph Structures in SQL Server and Azure SQL
I just finished writing this book a few weeks ago, and as I read it, I thought “why not review my own book?” Of course, the question that first comes to mind is “are you insane?” It seems like a no-win proposition. Anything less …
Microsoft Build 2023 Keynote Live Blog: Introducing Fabric
Goooood morning, party people! Today is the opening day of the annual Microsoft Build conference, an event focused on people like developers and power users who build things with Microsoft tools. I’ve never attended Build in person before because …
[Video] Office Hours: Azure & SQL Server Q&A
Y’all post questions at https://pollgab.com/room/brento, and I go through the top-voted ones on my Twitch channel streams. Here’s what we covered today: 00:00 Start 01:56 Manoj: Where do you see artificial intelligence having the mos …
Optimizing MySQL: Adding Data to Tables
Welcome back to the MySQL optimization series! In case you haven’t been following this series, in the past couple of articles we have discussed the basics of query optimization, and told you how to optimize SELECT queries for performance as well. …
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 le …
PostgreSQL 101: The 10 key differences between SQL Server & PostgreSQL
The post PostgreSQL 101: The 10 key differences between SQL Server & PostgreSQL appeared first on SQLServerCentral.