Here’s a quick post detailing a PowerShell script that can be used to change the password for a SQL Server Login. Regular readers know that I practice the philosophy of Automate Everything and DBA administrative tasks are no exception. I don’t want to be doing the same task by hand twice, if I can help […]
Restart the SQL Server Agent Service using PowerShell
Just a quick one today chaps, to show how you can restart the SQL Server Agent Service using PowerShell.
Script SQL Server Agent Jobs Using PowerShell
Here’s a handy PowerShell script to script-out all SQL Server Agent jobs for a given instance.
PowerShell Script to Configure SQL Server Storage
Following on from the popularity of my last PowerShell post Script SQL Server Agent Jobs Using PowerShell, I thought I would share another script I created to make life being a DBA that little bit easier, in the hope that you too may enjoy the benefits. You regular readers will know that I’ve been endeavouring […]