Data Quality and Data Profiling
David Loshin describes the benefits of the combination of the bottom-up aspects of data profiling with a top-down analysis phase for establishing criteria for data quality management.
David Loshin describes the benefits of the combination of the bottom-up aspects of data profiling with a top-down analysis phase for establishing criteria for data quality management.
This Friday, a guest poll and editorial from Adrian Nichols wondering about the value of experience in a particular area.
This Friday, a guest poll and editorial from Adrian Nichols wondering about the value of experience in a particular area.
This Friday, a guest poll and editorial from Adrian Nichols wondering about the value of experience in a particular area.
Steve Jones looks back at the past year and database news that has occurred.
Comparing data from two queries to see if they return the same results can be an interesting challenge. David Ziffer brings us a great way to do this using Excel.
In the first of a series of articles on the tricks of tackling temporal data in SQL, Joe Celko discusses SQL's temporal data types and agonizes over the fact that, although there are ANSI/ISO Standards for temporal operations in SQL, every vendor has something different.
It's the first day of 2009 and Steve Jones gives a few predictions for the new year in this editorial.
It's the first day of 2009 and Steve Jones gives a few predictions for the new year in this editorial.
It's the first day of 2009 and Steve Jones gives a few predictions for the new year in this editorial.
By HeyMo0sh
As a DevOps practitioner, I’ve always focused on performance, scalability, and automation. But as...
By Brian Kelley
On Patch Tuesday, in addition to OS and Office security patches, Microsoft also released...
When mirroring was first released for Azure SQL Database, it used Change Data Capture...
Comments posted to this topic are about the item Multiple Deployment Processes
Comments posted to this topic are about the item How to Use sqlpackage to...
Comments posted to this topic are about the item Upgrading Admin Queries
I have a query from a former DBA that we run on SQL Server 2025 to check on database metadata. This query references sys.sysaltfiles. I want to refactor this code to be more modern. Which DMV should I reference instead?
See possible answers