Powershell script to generate SQL server Inventory in CSV format
This script is used to generate the output file as CSV format for list of server.
2025-11-03 (first published: 2025-10-20)
278 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)
278 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)
322 reads
Get a list of all user permissions in a database
2025-10-15 (first published: 2025-10-13)
1,682 reads
Two PowerShell scripts to create backup folders and clean up old files.
2025-08-29 (first published: 2025-08-16)
229 reads
This script will help to find orphan users on all databases and will remove them.
2025-05-20
312 reads
2025-05-06
601 reads
This script runs a SQL server Health check for services, databases, Always On, replication, CDC job status.
2025-05-05
650 reads
By ChrisJenkins
There are some fundamental boxes that your reporting system must tick. ✅ The figures...
By Chris Yates
When it comes to managing complex database environments, having the right monitoring solution is...
It can be tedious to check what visual interactions have been configured in a...
Comments posted to this topic are about the item Create an HTML Report on...
Comments posted to this topic are about the item The Last Good DBCC Run
Hi everyone I have a SP that finds the average based on 3 tables. ...
I want to check when DBCC CHECKDB was last run on my Baseball database. What code should I use?
See possible answers