In a previous article, I talked about getting started with managing SQL server using PowerShell and the Server Management Objects (SMO). While that was mostly spent making the connection and doing ...
A couple of months ago, I wrote an article on how to use PowerShell to back up a database within SQL Server Express Edition. Even though the technique that I described in that post works, the script ...
If you want to change the DNS server using Command Prompt or Windows PowerShell, this tutorial will be handy. Instead of opening the Network Connections window, you can follow this step-by-step guide ...
Most of us have dealt with hardware that stays in service well past its planned end-of-life date or that, for reasons of budget and bureaucracy, doesn’t even make it into service until well into its ...
Windows Server offers tons of tools for admins in case an application or computer is not able to connect to a specific port or server IP. One thing that instantly pops up is using tools to resolve DNS ...
As today’s database administrators (DBAs) manage the complexity of modern database environments, particularly containerized systems, they must lean into smart automation to transform database ...
Let's follow up the last column with a step-by-step breakdown shows how the PowerShell script automates SQL Server backups, manages retention, logs activity and verifies data integrity. In my first ...