Uniqueness, Keys, and Identity
If you’ve ever had a traditional logic course, you’ll have run into “The Law of Identity” as […]
If you’ve ever had a traditional logic course, you’ll have run into “The Law of Identity” as […]
Let me start with a simple confession, and I hope it’s not too shocking for anyone; I’m […]
Introduction Previously, we created a tutorial to connect Visual Studio Code with GitHub. Now, we will show another […]
The focus of your backup strategy should not be backups. Instead, you should be focused on restoring […]
I got a new laptop recently and instead of installing SQL Server, I decided to try and use […]
The post SQL ROUND Function vs. Bankers Rounding with T-SQL appeared first on SQLServerCentral.
All developers hit the problem of how and where to store and set their configuration, profile, or […]
Last week, we had an abrupt intro, and this week, we have an abrupt ending when my camera […]
PySpark has some unconventional syntaxes which provide power to the development process, making it easier. We talked […]
Hello SSMS users! A short post today to remind folks to check out the feedback site regularly. As […]
Let’s say you built a web app and it became globally popular. You’ve got users scattered across North […]
The post I Must Be an Idiot: Automatic Tuning Never Works for Me. appeared first on SQLServerCentral.
We recently released an update to Microsoft JDBC Driver for SQL Server, version 12.6.4. The update addresses a […]
Is your company hiring for a database position as of September 2024? Do you wanna work with the […]
Range queries are a very common task in SQL: selecting dates, numbers, or even text values that […]
The post How to Slice Data by Fiscal Month using DAX for Power BI Reports appeared first on […]
An entire post on choosing the correct data types either seems like overkill or much needed and […]
Hey folks – I’ve seen some comments and replies stating that folks cannot use the debugger with SSDT […]
Indexes in MySQL are one of the primary ways to enhance query performance and they are especially […]
The post Microsoft Fabric: Using Lakehouse data in Real Time Dashboards appeared first on SQLServerCentral.
The post Is it still worth it to sponsor PASS Summit? appeared first on SQLServerCentral.
Today’s Office Hours had a ton of technical difficulties because it was my first live stream on both […]
We have released updates to multiple supported versions of Microsoft.Data.SqlClient. The updates address several issues. Microsoft.Data.SqlClient 4.0 […]
Microsoft.Data.SqlClient 6.0 Preview 1 has been released. This release contains improvements and updates to the Microsoft.Data.SqlClient data provider […]
We recently released an update to Microsoft JDBC Driver for SQL Server, version 12.8.1. The update addresses a few […]
As you all know about, just a few weeks ago we had the big CrowdStrike global IT […]
In this week’s Query Exercise challenge, I explained SQL Server’s 201 buckets problem. SQL Server’s statistics only handle […]
Many years ago, my wife and I wrote an article for Datamation, a major trade publication at […]
The post Microsoft Fabric Warehouse Security: Object-Level, Column-Level and Row-Level appeared first on SQLServerCentral.
The post Is your DevOps strategy missing a vital link? appeared first on SQLServerCentral.
I ran a poll over on LinkedIn to find out if people have 100% of their databases under […]
Have you ever surfed the internet and felt overwhelmed by personalized advertisements that appear to know your […]
As part of my work with Redgate, I wanted to do some testing on our subsetting and masking […]
We announced Microsoft.Data.SqlClient in the first half of 2019 and shipped the first stable package later that year. That release coincided with .NET […]
Like XML, JSON is an open standard storage format for data, metadata, parameters, or other unstructured or […]
The post SQL Local Variables and Performance Issues appeared first on SQLServerCentral.
We have released an update to Microsoft.Data.SqlClient, version 3.1.7. The update addresses several issues. Microsoft.Data.SqlClient 3.1 is […]
I was supposed to be on a flight to Mexico, but had to cancel at the last minute. […]
When you run a query, SQL Server needs to estimate the number of matching rows it’ll find – […]
This article is part of Robert Sheldon’s continuing series on Mongo DB. To see all of the […]
The post Auditing SQL Server – Part 3 – SQL Server Configuration Audit appeared first on SQLServerCentral.
Microsoft Fabric is their fourth version of a Data Warehouse. Back in September of 2008, Microsoft bought DATAllegro […]
We have released an update to Microsoft.Data.SqlClient, version 3.1.6. The update addresses several issues. Microsoft.Data.SqlClient 3.1 is […]
YOU! Wanna make easy money? Black Friday is coming. Every November, we run a big sale on our […]
This continues my series on auditing SQL Server. The fist parts covered discovery and documentation, server level […]
In this article, I will cover a bit about the LIKE operator, including how it works, and […]
The post Reduce SQL Server Blocking with READ_COMMITTED_SNAPSHOT appeared first on SQLServerCentral.
AI is increasingly becoming part of everyday life across various domains. For the uninitiated, AI which stands for […]
Partitioning in PostgreSQL was for many years a feature almost entirely ignored, and even today is often […]
The post 10 tips for Test Data Management success appeared first on SQLServerCentral.