A Simple Solution
Today Steve wonders if you have simple solutions you like or complex ones you don't.
Today Steve wonders if you have simple solutions you like or complex ones you don't.
A list of articles in my series on Azure Data Studio along with a few other links.
Three new speakers will be taking to the stage at this year's PASS Data Community Summit for the New Stars of Data Track. Sessions will be delivered by Haripriya Naidu, Vitalija Bartusevičiūtė, and Jarid McKenzie!
In this article, I will cover a bit about the LIKE operator, including how it works, and a bit of history about why it is like it is. After establishing this, I will discuss a bit about how you can (and should) use the LIKE operator in your CHECK constraints to strengthen your data integrity.
Casino Night from SQL Server Central is coming back to the PASS Data Community Summit.
This next article examines the impact of transaction sizes on the performance of our Delta Parquet tables.
A list of all builds for SQL Server 2016. Updated with CU2 for SP2 and CU10 for SP1.
This is a list of the builds for SQL Server 2022. There are other build lists available here. A list of all the builds that I can find and install on my Build VM. If you find a build not listed here, please let the webmaster know (webmaster at sqlservercentral.com). All builds are listed in reverse […]
By Steve Jones
fensiveness – n. a knee-jerk territorial reaction when a friend displays a casual interest...
By James Serra
I get many of the same questions about Microsoft Purview, so I wanted to...
Full documentation on the Undercover Catalogue can be found HERE We’ve spotted a bug in...
Comments posted to this topic are about the item GIT Configuration and Automated Release...
Comments posted to this topic are about the item How to Add a New...
I posted a reply to a topic today and, after a minute or so,...
I want to disable an index so that it doesn't use any resources and isn't maintained. I am planning to drop this, but don't want to do it now. The index is named LoggerNCI and was created on the dbo.Logger table, on the LogID column. What code disables this?
See possible answers