PySpark Secrets to use with Fabric
PySpark is a powerful language for data manipulation and it’s full of tricks. Let’s discover some of […]
PySpark is a powerful language for data manipulation and it’s full of tricks. Let’s discover some of […]
On November 4 in Seattle, I’m presenting a new pre-conference workshop! Tuning T-SQL for SQL Server 2019 and […]
This article is part of Robert Sheldon’s continuing series on Mongo DB. To see all of the […]
The post Learning Spark SQL String Functions with Explanations and Code Examples appeared first on SQLServerCentral.
Many SQL Server Management Studio (SSMS) users connect to the same SQL Server instances over and over. In […]
Before I started as the editor of Simple Talk, I worked on SQL Server. Only. (Ok, I […]
There are many packages and tools that you can use to facilitate your API development with Rust. […]
Short answer: The column is marked as ‘deleted’ and will stop being visible/usable. But, most importantly – The […]
Hey everyone! We’ve been on the road the last couple of weeks at MVP Summit, SQLBits and Fabric […]
As my time in Hong Kong came to an end, I sat inside on a foggy morning and […]
IAsyncEnumerable is a powerful interface introduced in C# 8.0 that allows you to work with sequences of […]
I’m kinda weird. I get excited when I’m troubleshooting a SQL Server problem, and I keep hitting walls. […]
The Monday after next, I’ll be getting together with dozens of smart people who are a lot like […]
The first two articles in this series demonstrated how PostgreSQL is a capable tool for ELT – […]
Relational database management systems (RDBMS) rely on Structured Query Language (SQL) as their foundation for data management and […]
The post Kubernetes For Complete Beginners appeared first on SQLServerCentral.
In the first part of this two-part series, I covered the mostly non-technical aspects of building a […]
This article is part 1 of a retail analytics market-based analysis in Power BI. In part 1, we […]
I recently went to Shanghai & Hong Kong, and stopped to take your questions from https://pollgab.com/room/brento while sitting […]
Let’s start by defining a subset and why you would require a data subset? When dealing with […]
I have been talking about Data Exploration in Power BI on many of my sessions, specially the […]
As a consultant, I sometimes see SQL Servers with high CPU core counts relative to their workload. For […]
The loading of data from a source system to target system has been well documented over the years. […]
So you’ve got an iPhone or iPad or Vision Pro, and you bought one of my training classes […]
We are pleased to announce the GA release of enhanced patching capabilities for SQL Server on Azure VMs […]
In my previous post, I showed how to borrow a snake draft concept from fantasy football, or […]
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) […]