SQL Server DBA | Powershell |TSQL | Azure
Nothing here yet.
Below is the command to execute the script on remote servers Reference: https://theitbros.com/run-powershell-script-on-remote-computer/ -- if script is in local drive Invoke-Command -FilePath c:\ps\tune.ps1 -ComputerName server1,server2,server3 -- i...

Introduction SQL Server is a robust platform, but even the strongest systems can falter when foundational components change—like the operating system. Recently, after applying a Windows Server 2016 Enterprise edition patch, we encountered a sudden an...
