Sites anglophones


Join Me in Orange County for Tuning Databases in One Day

Publié le 27 février 2024 sur brentozar.com
 

You’ve got production databases in SQL Server or Azure SQL DB, and you want to make ’em faster. You need to identify the database’s bottleneck, prove the root cause, and then recommend fixes. You want to make the right choice for each …

Sessions You Should Attend at SQLBits Online 2024

Publié le 26 février 2024 sur brentozar.com
 

SQLBits 2024 is next month, and the session agenda is out, including the Microsoft-led sessions. If you’re going to get the boss to buy you an online or in-person ticket, it’ll help if you have a specific list of sessions you wanna attend. …

Add Additional Nodes to SQL Server 2022 and Windows Server 2022 Failover Cluster – Part 3

Publié le 26 février 2024 sur sqlservercentral.com
 

The post Add Additional Nodes to SQL Server 2022 and Windows Server 2022 Failover Cluster – Part 3 appeared first on SQLServerCentral.

Meet Claude, the new AI

Publié le 26 février 2024 sur sqlservercentral.com
 

Introduction to Claude This time we will meet Claude, a new AI technology. Previously, we talk about ChatGPT, Bing and Bard. We will explain what are the advantages of this new technology and test a little bit to generate some code. Interview This is t …

 

Upgrade SQL Server on your workstation

Publié le 26 février 2024 sur simple-talk.com
 

Lately, I’ve seen many people struggling to upgrade their workstation to the latest version of SQL Server. The main source of the problem is usually the web installer/wrapper, which can fail for a variety of reasons that aren’t always made …

 

[Video] Office Hours: Hot Tub Edition

Publié le 23 février 2024 sur brentozar.com
 

Today’s Office Hours comes from a very different office! I climbed into the hot tub to review your top-voted questions from https://pollgab.com/room/brento. Don’t worry, the webcast is completely safe for work. Here’s what we covered: …

What Every DBA Should Know about Always On Readable Secondaries

Publié le 23 février 2024 sur sqlservercentral.com
 

This article aims to demonstrate the lesser-known impact of Always On Readable secondaries. In this article, we will not be going into how readable secondaries are configured and how read-only connections are directed to readable secondaries. Instead, …

Redgate Summit: The Database Landscape

Publié le 23 février 2024 sur sqlservercentral.com
 

The post Redgate Summit: The Database Landscape appeared first on SQLServerCentral.

Query Exercise: Find Recent Superstars

Publié le 22 février 2024 sur brentozar.com
 

For this week’s Query Exercise, we’re working with the Stack Overflow database, and our business users have asked us to find the new superstars. They’re looking for the top 1000 users who were created in the last 90 days, who have a r …

Finding Long Values Faster: Answers & Discussion

Publié le 21 février 2024 sur brentozar.com
 

In last week’s Query Exercise, our developers had a query that wasn’t going as fast as they’d like:CREATE INDEX DisplayName ON dbo.Users(DisplayName); GO SELECT * FROM dbo.Users WHERE LEN(DisplayName) > 35; The query had an index, …

Dynamically Create Tables in Power BI with DAX Functions

Publié le 21 février 2024 sur sqlservercentral.com
 

The post Dynamically Create Tables in Power BI with DAX Functions appeared first on SQLServerCentral.

Forget the Models, Your Data is the Secret Sauce for Generative AI

Publié le 21 février 2024 sur sqlservercentral.com
 

Credit: Image generated by Google Bard Generative AI (GenAI) models like GPT, Gemini, PaLM, DALL-E, and others offer businesses powerful text generation, image creation, and language translation capabilities. These models have the potential to automate …

#TSQL2sday Roundup: The Most Recent Issues You Closed.

Publié le 20 février 2024 sur brentozar.com
 

For this month’s TSQLTuesday, I asked y’all to describe the most recent issues you closed. If you ask someone in IT, “What do you do for a living?” they struggle with job titles. They say things like: “Well, my job title i …

 

Database Feature Toggles

Publié le 19 février 2024 sur simple-talk.com
 

In software development the concept of feature toggles are used to selectively turn on and off features. They are, for example, used to restrict some newly introduced features to a select group to see how these features work. While this concept has bee …

 

Tutorial: Using the hierarchyid Data Type

Publié le 19 février 2024 sur sqlservercentral.com
 

The post Tutorial: Using the hierarchyid Data Type appeared first on SQLServerCentral.


Pages :