Notes from SQLSaturday #85
I’m writing this on Sunday afternoon after the event, thinking about the event and what I want to share with...
2011-09-26
627 reads
I’m writing this on Sunday afternoon after the event, thinking about the event and what I want to share with...
2011-09-26
627 reads
It’s 7am on Friday and I can’t wait for the day to end, head home to change and then go...
2011-09-23
604 reads
Last year it was the Tina Turner impersonator. Was it last year or the year before where the servers spun...
2011-09-21
646 reads
I have a tendency to carry more than I need, the equivalent of the Batman Utility Belt. I just went...
2011-09-21
850 reads
Ran across this in my reading about the Ten Thousand Year Clock, a project funded by Jeff Bezos. Awesome dream....
2011-09-21
707 reads
I wanted to start with a follow up to my last post about the officer elections and the concerns about...
2011-09-20
706 reads
Someone I worked with recently on the server side of the business had that to say about SQL Server compared...
2011-09-19
610 reads
More than once I’ve run into situations where I’m working with two people/groups that don’t get along. Especially as a...
2011-09-16
618 reads
It’s easy to get so busy with life you forget to dream, at least for me. Most of us have...
2011-09-16
708 reads
I wanted to write this because lately I say “I don’t know” a couple times a day to my client/boss....
2011-09-14
629 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