Sites anglophones


PostgreSQL UNION, INTERCEPT & EXCEPT Operator

Publié le 31 mai 2024 sur sqlservercentral.com
 

Overview In this tutorial, you will learn how to use the PostgreSQL Union, Intercept and Except operators to combine result sets of two or more queries. These operators helps to combine result sets of two select statements into a single result . UNION …

SQL Bulk Insert Command Examples

Publié le 31 mai 2024 sur sqlservercentral.com
 

The post SQL Bulk Insert Command Examples appeared first on SQLServerCentral.

Coming in Entity Framework 9: Better Query Parameterization

Publié le 30 mai 2024 sur brentozar.com
 

Hallelujah. With current versions of Entity Framework, when developers add a mix of parameters and specific values to their query like this:async Task<List<Post>> GetPosts(int id) => await context.Posts .Where( e => e.Title == « .NET B …

This Is It! The Last 3 Days of My Anniversary Sale.

Publié le 29 mai 2024 sur brentozar.com
 

Every year in May, I look back at when I first registered BrentOzar.com way back in May 2001. Things were so different back then. I struggled trying to find fun, interesting ways to learn about Microsoft SQL Server. My learning options were really dry …

Enhancing Web Application Performance through Database Optimization: A Comprehensive Study

Publié le 29 mai 2024 sur sqlservercentral.com
 

Introduction In today’s digital age, web applications serve as the backbone of online services, catering to a myriad of user needs ranging from e-commerce transactions to social networking interactions. However, the success and usability of these appli …

Updated First Responder Kit and Consultant Toolkit for May 2024

Publié le 28 mai 2024 sur brentozar.com
 

If you’ve hard-coded installer file names, there’s a big change in this release. There are now just 2 installer scripts: Install-All-Scripts.sql, and a new Install-Azure.sql, which only installs the scripts that are compatible with Azure SQ …

 

Snake draft sorting in SQL Server, part 4

Publié le 27 mai 2024 sur simple-talk.com
 

In the previous posts in this series (part 1, part 2, part 3), I described how I have optimized a long-running set of routines by processing databases, tables, and even subsets of tables in parallel. This leads to many separate jobs that all kick off a …

 

SQL Server Temporary Stored Procedures

Publié le 27 mai 2024 sur sqlservercentral.com
 

The post SQL Server Temporary Stored Procedures appeared first on SQLServerCentral.

What is new in Copilot, the new features available

Publié le 27 mai 2024 sur sqlservercentral.com
 

Introduction to copilot In Bing, you can now see a Copilot option. In the past, we had Bing Chat. Now, it was changed to Copilot. In this article, we will see what is new in Copilot. When was Copilot introduced in Bing? The rebranding of Bing Chat to C …

Manage Elastic jobs in Azure using Azure Elastic Jobs Manager

Publié le 24 mai 2024 sur sqlservercentral.com
 

Microsoft Azure offers the Azure Elastic Job agent as a managed service, enabling efficient scheduling of T-SQL workloads on Azure SQL Databases. Similar to the SQL Server Agent job Wizard in SQL Server Management Studio, Azure Elastic Jobs Manager str …

Takeaways from Data Grillen 2024

Publié le 24 mai 2024 sur sqlservercentral.com
 

Before anyone tries to order something online from DataGrillen.com and thinks it will be delivered by them by TakeAway.com: STOP. The content of this article is, of course, about the annual, legendary and unique event called Data Grillen, helt in Linge …

Okay, About That SmartPostgres.com Thing.

Publié le 23 mai 2024 sur brentozar.com
 

In some of the Query Exercises posts here, you might have noticed links over to similar query exercises at SmartPostgres.com, and the free read-only version of the Stack Overflow database I’m hosting there. I’ve held off the questions for l …

[Video] Office Hours: I Feel Like an Amateur Edition

Publié le 22 mai 2024 sur brentozar.com
 

I started with audio problems, then had video problems halfway in. It’s amusing because we also discuss feeling like a SQL amateur! Here’s what we covered: 00:00 Start 01:52 Does Time Really Exist: Hi Brent! What is the best way to ETL? web …

Troubleshoot SQL Server Always On Availability Groups with SQL LogScout

Publié le 22 mai 2024 sur sqlservercentral.com
 

The post Troubleshoot SQL Server Always On Availability Groups with SQL LogScout appeared first on SQLServerCentral.

Empowering Lakehouse Users – Data Engineering with Fabric

Publié le 22 mai 2024 sur sqlservercentral.com
 

Microsoft Fabric allows the developers to create delta tables in the Lakehouse. However, the automation of copying, updating, and deleting of data files in the Lakehouse might not be possible. How can we empower the end users to make these changes manu …


Pages :