Doing Good at SQL Server Central
Steve talks about some of the charitable work at SQL Server Central.
2026-02-20
66 reads
Steve talks about some of the charitable work at SQL Server Central.
2026-02-20
66 reads
Steve thinks a few lessons on being a software engineer at Google are good items for anyone to think about.
2026-02-18
144 reads
2026-02-16 (first published: 2006-10-06)
385 reads
Windows is changing its security, which will affect SQL Server.
2026-02-14
347 reads
This is part of a few memories from the founders of SQL Server Central, celebrating 25 years of operation this month. When we started SQL Server Central, our goal was to build a great resource that helped other people advance in their careers and also made some money. Our decisions in building the site were […]
2026-02-13
63 reads
Steve discusses privacy and data that is publicly available on the Internet.
2026-02-11
85 reads
There have many many times when a company or individual has thought that DBAs aren't needed. Steve doesn't think that has ever been true, nor will it be anytime soon.
2026-02-09
216 reads
There is a temptation, especially in technology, to mistake momentum for maturity.
2026-02-07
119 reads
2026-02-06
109 reads
Adding non-core database features to a system can expand its capabilities, but it can also be an expensive use of your hardware and software licenses.
2026-02-04
89 reads
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