Finding Sister Locations to Help Each Other: Answers & Discussion
The post Finding Sister Locations to Help Each Other: Answers & Discussion appeared first on SQLServerCentral.
The post Finding Sister Locations to Help Each Other: Answers & Discussion appeared first on SQLServerCentral.
When managing a database, ensuring data availability and integrity is paramount, especially in the face of hardware failures, […]
I recently had a restore job where I needed to split the work up into multiple parallel […]
Finally, mirroring is available for Fabric! You can mirror an Azure SQL to Fabric. It works for […]
Introduction to SQL Window Functions In today’s data-driven world, SQL (Structured Query Language) stands as a cornerstone for […]
The 26th cumulative update release for SQL Server 2019 RTM is now available for download at the Microsoft […]
A few career and security questions found their way into the queue at https://pollgab.com/room/brento for this episode: Here’s […]
Rust is emerging as a frontrunner for ensuring memory safety without sacrificing performance. Its growing popularity isn’t […]
The most watched videos on my youtube channel are related to security. Azure SQL Networking Secrets and […]
You’ve been reading my site for a while, watching videos, keeping up with the best SQL Server techniques. […]
The post SQL Server Plan Cache Bloat Performance Impacts appeared first on SQLServerCentral.
The Security Update for SQL Server 2022 RTM CU12 is now available for download at the Microsoft Download […]
The Security Update for SQL Server 2019 RTM CU25 is now available for download at the Microsoft Download […]
The Security Update for SQL Server 2019 RTM GDR is now available for download at the Microsoft Download […]
We’ve released hotfix packages for the following drivers to address important security issues: Microsoft ODBC Driver 17.10.6 […]
For this month’s T-SQL Tuesday, Pinal Dave asked us if AI has helped us with our SQL Server […]
In the first article in this transforming data series, I discussed how powerful PostgreSQL can be in […]
As a data professional, there is a set of tools that you use on pretty much a […]
This article illustrates how to join two queries using ADF (Azure data factory). Prerequisites First, prepare your data […]
Introduction In the previous article we have seen how to install SQL Server Management Studio (SSMS) using PowerShell […]
The post Introduction to Python including Installation, Jupyter Notebooks and Visual Studio Code appeared first on SQLServerCentral.
Sometimes y’all post questions at https://pollgab.com/room/brento that require extended answers. Today, I’m hitting just 3 questions: Here’s what […]
An update to Azure SQL Managed Instance Management Pack is available (7.4.0.0). You can download the MP from […]
Let’s consider a simple statement for partitioning and save a table in a lakehouse: df.write.mode(« overwrite »).format(« delta »).partitionBy(« Year », »Month », »Day »).save(« Tables/ » + table_name) […]
Is your company hiring for a database position as of April 2024? Do you wanna work with the […]
The post Use Fabric Data Factory to Load Data From a CSV File in Azure Blob Storage to […]
This article is part of Robert Sheldon’s continuing series on Mongo DB. To see all of the […]
You’ve attended some of my free online streams, read my blog posts, and you use the First Responder […]
Guidance on choosing SQL Server storage options in Azure We’re excited to announce the public preview of the […]
No fooling here. Tomorrow, I’m teaching my very favorite class live online, for free, two different ways – […]
Statistics are important for the query processing engine in SQL Server to run efficiently. The type of execution […]
The post Choosing Between SSIS vs ADF: What You Need to Know appeared first on SQLServerCentral.
In this article, I will discuss the history and thinking behind several types of logic that are […]
A couple of days ago I was doing some cleaning on some Azure SQL DBs and shrinking some […]
It’s time for a speed round, a rapid-fire tour of your top-voted questions from https://pollgab.com/room/brento: Here’s what we […]
You posted a lot of great questions at https://pollgab.com/room/brento and I spent almost an hour covering these: Here’s […]
What is a data lake? It is just a bunch of files organized by folders. Keeping these files […]
Recently Microsoft released SQL Server Management Studio (SSMS) v20.0, which is a major release of the primary tool […]
The post What is Eventstream in Microsoft Fabric? – Part 1 appeared first on SQLServerCentral.
Next week, I’m teaching my very favorite class live online, for free, two different ways – one with […]
DBCC CLONEDATABASE command generates a schema-only copy of a database. Effective March 1, 2025, Microsoft will discontinue support […]
Pagination is a technique for limiting output. Think of Google search results, shopping the electronics category on […]
The post Tinkering with Fabric Data Factory Framework Functionality appeared first on SQLServerCentral.
This document aims to explain the process of using ADF (Azure data Factory) to make a copy of […]
Le nouveau SSMS (SQL Server Management Studio) version 20 est arrivé. Pas encore visible sur le site français, […]
The performance of a Power BI semantic model – formerly known as dataset – depends on a variety […]
Over the past year, we have had a first-row seat to just how fast the introduction of new […]
On a beautiful sunny afternoon in the mountains, I went through your top-voted questions from https://pollgab.com/room/brento. Audio is […]
Sometimes when you do GROUP BY, the order of the columns does matter. For example, these two SELECT […]
Enhancing Security with EKM using Azure Key Vault in SQL Server on Linux: We’re excited to announce […]