SQL Server Backup Dashboard
Situation: For production support DBAs, its always be a requirement to publish backups and maintenance jobs daily/weekly dashboards. In some organisations, it is a mendatory requirement to meet the compliance. I am proving the powershell script that can produce this dashboard in Excel format. This script reads the SQL Server instance names from the external text file and produces the consolidated output for these instances. DBAs can scheule this script through windows task scheduler or they can send the output file as an attachment to the intended audience. Solution: ################################################################################# # This script is use to generate SQL Server DBA maintenence jobs last run Dashbord in EXCEL format. # This script uses different currColor coding schemes to quickly visualise if the last run of the job successful, failed...