Sites anglophones


 

A Method for Managing Hierarchies in PostgreSQL

Publié le 17 avril 2025 sur simple-talk.com
 

The Postgres database management system was originally designed as object-relational. We remind why PostgreSQL is an object-relational rather than just relational database management system, and briefly discuss what kind of object-oriented features it …

 

Your SQL Server Needs Spring Cleaning, Too.

Publié le 16 avril 2025 sur brentozar.com
 

First things first: pick up that filthy keyboard, take it over to the trash can, turn it upside down, and give it a good, vigorous shake. Next, go to your biggest SQL Server and run: EXEC sp_BlitzIndex @GetAllDatabases = 1, @Mode = 2, @SortOrder = ‘row …

 

LLM Technical Editor Test – ChatGPT with a VERY wrong article

Publié le 16 avril 2025 sur simple-talk.com
 

As started in part 1 of this series, I have set out to test an LLMs ability to technical edit. For my first set of tests, I am using a pair of articles I created, filled with very bad advice. The advice is the same for both articles, but what differs i …

 

The Fabric Modern Data Platform

Publié le 16 avril 2025 sur sqlservercentral.com
 

This is a short series on the Modern Data Platform in Microsoft Fabric. The articles in this series are: Create Raw Zone Tables using Generative AI  – In this first article on the Fabric Modern Data Platform, we look at how to use Generative AI to buil …

Securing the DevOps Pipeline Part 1: Tools and Strategies for Safer Deployments

Publié le 16 avril 2025 sur sqlservercentral.com
 

The post Securing the DevOps Pipeline Part 1: Tools and Strategies for Safer Deployments appeared first on SQLServerCentral.

Metadata Driven Pipelines (Full Load): The Fabric Modern Data Platform

Publié le 16 avril 2025 sur sqlservercentral.com
 

To solve a complex business problem, one needs to break the process into smaller solvable steps. Today, we are going revisit the Modern Data Platform for Fabric Warehouse. Our first problem to solve is a full data load pattern from a relational databas …

 

Announcing Database Frontiers: a Database Conference You Haven’t Yet Heard About

Publié le 15 avril 2025 sur simple-talk.com
 

Database Frontiers is a new database conference hitting the spotlight come October 15th, 2025. Here’s everything you need to know. Preface It would be an educated guess that you spend a lot of time solving database problems – hopefully, the Simple-Talk …

 

 

Oracle’s Limited Cloud Vendor Licensing

Publié le 15 avril 2025 sur simple-talk.com
 

It’s nothing new for vendors to find ways to lock in customers to their products and cloud services. Oracle recently announced it will no longer support multi-tenancy in cloud deployments outside its own ecosystem—despite this still being listed in its …

 

Updated First Responder Kit and Consultant Toolkit for April 2025

Publié le 14 avril 2025 sur brentozar.com
 

This quarter’s release contains a few advanced warnings & tools, like table input for sp_BlitzLock, new warnings about paused resumable index operations that will be deleted automatically by SQL Server 2022, and a new option to maintain carri …

 

New Series – Testing LLMs as Technical Editors

Publié le 14 avril 2025 sur simple-talk.com
 

I spend a lot of editing articles from various authors about a wide variety of topics. I do my best to make sure everything that is posted to SimpleTalk.com is as correct as I can get it. All of my career was spent as a specialist of sorts. I spent my …

 

How to Remove Constraints from a SQL Server Table

Publié le 14 avril 2025 sur sqlservercentral.com
 

The post How to Remove Constraints from a SQL Server Table appeared first on SQLServerCentral.

Creating a Date Dimension (Calendar Table) in SQL Server

Publié le 14 avril 2025 sur sqlservercentral.com
 

Introduction A calendar or date dimension table is essential for data analysis and reporting. It allows users to perform operations like calculating business days between two dates or analyzing data over time (e.g., year-over-year, month-to-month). In …

The Waitlist is Open Now for My SQLBits Workshop!

Publié le 13 avril 2025 sur brentozar.com
 

I’m excited to return to London for SQLBits again this year! I’ve written about why SQLBits is my favorite conference, and it’s hard to believe it’s been over a decade since I wrote that post. I still feel the same way about Bit …

The complexity of using Power BI in US Sovereign Clouds

Publié le 11 avril 2025 sur sqlservercentral.com
 

The post The complexity of using Power BI in US Sovereign Clouds appeared first on SQLServerCentral.

Elements of the SQL Server Update Statement

Publié le 11 avril 2025 sur sqlservercentral.com
 

Introduction This article explores a very common construct in standard SQL and Transact-SQL – the SQL Server Update Statement. The standard SQL language as defined in the original standard is composed of just a few declarative commands. SQL is describe …


Pages :