Configuration of Azure SQL Database AuditingEnhance the security, compliance, and monitoring capabilities of your database system with Azure SQL Database Auditing, a feature-rich […] 22 janvier 2024 dans Sites anglophones étiqueté azure database / azure database auditing / azure sql server / sql server auditing / Uncategorized par sqlservercentral.com
[Video] Office Hours: The Question is Not the Problem EditionI answer your top-voted Azure SQL DB and SQL Server questions from https://pollgab.com/room/brento and lose my temper about […] 19 janvier 2024 dans Sites anglophones étiqueté Videos par brentozar.com
The Importance of RetentionIt is always an afterthought. New objects are created that start off small and current. New feature […] 19 janvier 2024 dans Sites anglophones étiqueté Database Administration / Homepage / T-SQL Programming par simple-talk.com
Buy on-demand access for Summit 2023 todayThe post Buy on-demand access for Summit 2023 today appeared first on SQLServerCentral. 19 janvier 2024 dans Sites anglophones étiqueté Conferences, Classes, Events, and Webinars par sqlservercentral.com
Leveraging AI Tools for SQL QueriesSome of the many benefits that AI offers include task automation, increased productivity, and increased efficiency. As an […] 19 janvier 2024 dans Sites anglophones étiqueté Artificial Intelligence (AI) par sqlservercentral.com
Query Exercise: Find the Best Time for MaintenanceIf we’ve gotta take the database down for maintenance – perhaps a version upgrade, perhaps upgrading our own […] 18 janvier 2024 dans Sites anglophones étiqueté Query Exercises par brentozar.com
Find Posts with the Wrong CommentCount: Answers & DiscussionYour Query Exercise was to find denormalization accuracy problems: checking the accuracy of a reporting column, Posts.CommentCount. There […] 17 janvier 2024 dans Sites anglophones étiqueté Query Exercise Answers par brentozar.com
We’re Starting to Automate Testing for the First Responder Kit.Brent says: It’s really funny how the world works. I wrote what you see below in December 2023 […] 16 janvier 2024 dans Sites anglophones étiqueté First Responder Kit par brentozar.com
Working on Technology Off the ClockI have always spent time learning relational databases on my own, non-work time. As the years have […] 16 janvier 2024 dans Sites anglophones étiqueté Blogs / Editorials par simple-talk.com
A Simple Method to Load Excel DataProblem When we need to load data from Excel sheets to a SQL Server table, we typically use […] 15 janvier 2024 dans Sites anglophones étiqueté ETL/SSIS/Azure Data Factory / Integration Services (SSIS) par sqlservercentral.com
[Video] Office Hours: Ask Me Anything About the Microsoft Data ...Forgive the hoarse voice – I’m recovering from something COVID-ish. I went through your top-voted questions from https://pollgab.com/room/brento […] 12 janvier 2024 dans Sites anglophones étiqueté Videos par brentozar.com
Dimensional Modelling Case Study Part 1 – Age GroupBackground Age plays an important role in medicine and medical research. A patient’s ages is commonly grouped into […] 12 janvier 2024 dans Sites anglophones étiqueté Data Warehouse / database modelling / Dimensions par sqlservercentral.com
Query Exercise: Find Posts with the Wrong CommentCountFor 2024, I’m trying something new: weekly homework challenges! For this week’s query challenge, we’re going to do […] 11 janvier 2024 dans Sites anglophones étiqueté Query Exercises par brentozar.com
The Mastering Azure Data Studio SeriesThis is the index for a series of articles on Azure Data Studio (ADS), which will help you […] 10 janvier 2024 dans Sites anglophones par sqlservercentral.com
Semantic Model: More than a Simple Name ChangeThe animation on the top of this article tries to track the evolution of the enterprise architecture […] 10 janvier 2024 dans Sites anglophones étiqueté Blogs / Data Warehouse / lakehouse / Microsoft Fabric / Power BI / Semantic Model par simple-talk.com
Find Foreign Key Problems: Answers & DiscussionYour Query Exercise was to find foreign key problems: data that might stop us from successfully implementing foreign […] 10 janvier 2024 dans Sites anglophones étiqueté Query Exercises par brentozar.com
Adding Cookie Consent to SQL Server CentralTo comply with various regulatory requirements, we are adding a cookie consent form to the website. You will […] 10 janvier 2024 dans Sites anglophones étiqueté SQLServerCentral par sqlservercentral.com
Connecting SQL Server to SaaS applications with a Linked ServerThe post Connecting SQL Server to SaaS applications with a Linked Server appeared first on SQLServerCentral. 10 janvier 2024 dans Sites anglophones étiqueté linked server par sqlservercentral.com
An In-Depth Look at MIXED_PAGE_ALLOCATION and Changes in Page AllocationWhen it comes to managing data in SQL Server, efficient page allocation is crucial for performance and storage […] 10 janvier 2024 dans Sites anglophones étiqueté Uncategorized par sqlservercentral.com
Announcing the 2024 Data Professional Salary Survey Results.This is the 8th year now that we’ve been running our annual Data Professional Salary Survey, and I […] 9 janvier 2024 dans Sites anglophones étiqueté Salary par brentozar.com
Optimized locking in Azure SQL DatabaseI don’t think I’ve ever had a great impression of Azure SQL Database as a place for […] 8 janvier 2024 dans Sites anglophones étiqueté Azure SQL Database / Database Administration / Homepage / Locking par simple-talk.com
Machine learning K-Means applied to SQL Server dataIntroduction In this article, we will use K-Means applied to SQL Server using Python. We will learn what […] 8 janvier 2024 dans Sites anglophones étiqueté AI / Machine Learning (ML) / Python / SQL Server par sqlservercentral.com
PowerShell Dynamic Parameters and SQL ServerHave you ever been in a situation that you want to call a cmdlet or a function […] 5 janvier 2024 dans Sites anglophones étiqueté Homepage / PowerShell par simple-talk.com
New Power BI Explore this Data Feature: An Alternative to ...The post New Power BI Explore this Data Feature: An Alternative to Excel Pivot Tables appeared first on […] 5 janvier 2024 dans Sites anglophones étiqueté Power BI par sqlservercentral.com
Dijkstra's AlgorithmIntroduction This article celebrates a classic algorithm [1] of Dijkstra (1930 – 2002) which finds a path of […] 5 janvier 2024 dans Sites anglophones étiqueté Dijkstra / graphs / minimal path / t-sql par sqlservercentral.com
Query Exercise: Find Foreign Key ProblemsFor 2024, I’m trying something new: weekly homework challenges! For this week, let’s say we’ve decided to implement […] 4 janvier 2024 dans Sites anglophones étiqueté Query Exercises par brentozar.com
Being A Bit Less Comfortable in 2024I hate coming up with ideas for editorials, but my last editorial of the year gives me […] 3 janvier 2024 dans Sites anglophones étiqueté Blogs / Editorials par simple-talk.com
[Video] Office Hours: Oddball Questions EditionThe last Office Hours of 2023 featured some oddball questions from https://pollgab.com/room/brento. Not bad, just … odd. Here’s […] 3 janvier 2024 dans Sites anglophones étiqueté Videos par brentozar.com
SQL Window Functions Series: NTILE()Continuing our journey through SQL’s handy window functions, we now tackle the NTILE() function. After exploring LAG(), LEAD(), […] 3 janvier 2024 dans Sites anglophones étiqueté #sql interview questions / Advanced Querying / Advanced SQL / Data / ntile / Performance / SQL / SQL Script / SQL Server / Window Functions par sqlservercentral.com
Kickstart the year with our free Livestream! Navigating the database ...The post Kickstart the year with our free Livestream! Navigating the database landscape in 2024 appeared first on […] 3 janvier 2024 dans Sites anglophones étiqueté Conferences, Classes, Events, and Webinars par sqlservercentral.com
Two-Dimensional Interval Packing ChallengePacking intervals is a classic SQL task that involves packing groups of intersecting intervals to their respective […] 2 janvier 2024 dans Sites anglophones étiqueté Homepage / T-SQL Programming / Theory and design par simple-talk.com
Who’s Hiring in the Microsoft Data Platform Community? January 2024 ...Is your company hiring for a database position as of January 2024? Do you wanna work with the […] 2 janvier 2024 dans Sites anglophones étiqueté Who's Hiring par brentozar.com
Comparing Azure Analysis Services with On-Premises SQL Server Analysis ServicesThe post Comparing Azure Analysis Services with On-Premises SQL Server Analysis Services appeared first on SQLServerCentral. 1 janvier 2024 dans Sites anglophones étiqueté Analysis Services (SSAS) par sqlservercentral.com
Backup SQL Server on Linux Databases using SQL Server Agent ...The post Backup SQL Server on Linux Databases using SQL Server Agent on Windows appeared first on SQLServerCentral. 1 janvier 2024 dans Sites anglophones étiqueté Administration / Backup and restore / Database Administration / SQL Server on Linux par sqlservercentral.com
Warehouse Load Patterns – Part 2 – Load PatternsThis continues and finishes my two-part series on warehouse load patterns. There are many methods to transfer […] 31 décembre 2023 dans Sites anglophones étiqueté BenJohnston_ETL / Blogs / ETL / load patterns par simple-talk.com
[Video] Office Hours: Holiday Speed Round EditionMost of the https://pollgab.com/room/brento questions from this episode had really short and sweet answers. Let’s take a break […] 29 décembre 2023 dans Sites anglophones étiqueté Videos par brentozar.com
The Profiler Extension in Azure Data Studio (ADS)Azure Data Studio (ADS) is a lightweight IDE built on Visual Studio Code. I’ve written a few articles […] 29 décembre 2023 dans Sites anglophones étiqueté Administration / Azure Data Studio / Database Administration / Tools for development par sqlservercentral.com
Updated First Responder Kit and Consultant Toolkit for December 2023New this month: more work on letting sp_Blitz run with limited permissions, nicer Markdown output, sp_BlitzLock compatibility with […] 28 décembre 2023 dans Sites anglophones étiqueté First Responder Kit Updates par brentozar.com
Eager Aggregation in SQL queriesAggregation is a widely used way to summarize the content of a database. It is usually expressed […] 27 décembre 2023 dans Sites anglophones étiqueté Homepage / PostGreSQL / Theory and design par simple-talk.com
[Video] Working on First Responder Kit Pull RequestsFor this month’s First Responder Kit releases, I worked through most of the pull requests live on my […] 27 décembre 2023 dans Sites anglophones étiqueté Videos par brentozar.com
Understanding Maximum Server Memory in SQL SERVEREditor: For SQL developers looking to optimize their SQL Server’s performance, one crucial aspect to understand and implement […] 27 décembre 2023 dans Sites anglophones étiqueté Administration / Database Administration par sqlservercentral.com
Most Overlooked Features in Power BIThe post Most Overlooked Features in Power BI appeared first on SQLServerCentral. 27 décembre 2023 dans Sites anglophones étiqueté Power BI par sqlservercentral.com
Introducing the MongoDB DocumentMongoDB is a document database. As such, the data is stored as individual documents. A document is […] 26 décembre 2023 dans Sites anglophones étiqueté Homepage / NoSQL par simple-talk.com
The Annual Data Professional Salary Survey Closes This Week!Take the Data Professional Salary Survey now. The 2020s have been tough: a pandemic, a recession, layoffs, and […] 26 décembre 2023 dans Sites anglophones étiqueté Salary par brentozar.com
Building Reports with Power BI vs Tableau from SQL Server ...The post Building Reports with Power BI vs Tableau from SQL Server Data appeared first on SQLServerCentral. 25 décembre 2023 dans Sites anglophones étiqueté Power BI par sqlservercentral.com
Docker Security Principles OverviewThe post Docker Security Principles Overview appeared first on SQLServerCentral. 25 décembre 2023 dans Sites anglophones étiqueté docker / Security par sqlservercentral.com
Creating a Hyperscale Database in Azure Using the Azure PortalData is the lifeblood of contemporary enterprises in the digital age. Managing and growing databases to fulfill these […] 22 décembre 2023 dans Sites anglophones étiqueté azsure sql database / Azure BLOB Storage / azure database / Azure SQL Database / Azure SQL Managed Instance / cloud database / Database Administration / database as a service / Hyperscale / Hyperscale database / Microsoft SQL Server / Microsoft SQL Server (MSSQL) / New database / SQL Server / SQL Server Instance par sqlservercentral.com
[Video] Office Hours: 21 Good QuestionsThis one is a 3-part episode: I take 21 questions from https://pollgab.com/room/brento and then later, work on First […] 21 décembre 2023 dans Sites anglophones étiqueté Videos par brentozar.com
Counting more efficientlyNearly a decade ago, I wrote a post called “Bad habits : Counting rows the hard way.” […] 20 décembre 2023 dans Sites anglophones étiqueté Homepage / metadata / T-SQL Coding / T-SQL Programming par simple-talk.com
[Video] Office Hours: Wrong Side of the Bed EditionI woke up on the wrong side of the bed after a nap. How does that even happen?!? […] 20 décembre 2023 dans Sites anglophones étiqueté Videos par brentozar.com