2025-12-29 (first published: 2025-12-25)
163 reads
2025-12-29 (first published: 2025-12-25)
163 reads
This script will save your database permissions into a table.
2025-12-29
129 reads
This script is used to generate the output file as CSV format for list of server.
2025-11-03 (first published: 2025-10-20)
690 reads
The script gets the database health check whether synchronized or not from the primary or secondary. This code needs to scheduled through as a job to get alerts.
2025-10-20 (first published: 2025-10-13)
540 reads
Get a list of all user permissions in a database
2025-10-15 (first published: 2025-10-13)
1,963 reads
Two PowerShell scripts to create backup folders and clean up old files.
2025-08-29 (first published: 2025-08-16)
311 reads
This script will help to find orphan users on all databases and will remove them.
2025-05-20
427 reads
2025-05-06
835 reads
This script runs a SQL server Health check for services, databases, Always On, replication, CDC job status.
2025-05-05
962 reads
By Brian Kelley
I am guilty as charged. The quote was in reference to how people argue...
By Steve Jones
Learn how to tie a bowline knot. Practice in the dark. With one hand....
By HeyMo0sh
As a DevOps practitioner, I’ve always focused on performance, scalability, and automation. But as...
Hi, I have a SQL Server instance where users connect to via Windows Authentication,...
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...
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