SQL SERVER – Identify Disk Latency on SQL Server Box Using PowerShell
Couple of week back, I was playing around with using Powershell for some simple activities. The fall out of that was the ability to search the SQL Server Error Logs. Though we can search for anything, I just showed you a case of usage. In this blog post, I will talk about one of the most sought after request for searching what the disk latencies are. Let us see a powershell script for for Identify Disk Latency on SQL Server Box.
SQL SERVER – PowerShell Script – When Was SQL Server Last Restarted?
SQL SERVER – PowerShell way of Restarting SQL Server Service
SQL SERVER – Start Services or Stop Services with PowerShell – Answer to Question
You can check out the original post here: SQL SERVER – Start Services or Stop Services with PowerShell – Question to Readers?.
SQL SERVER – Start Services or Stop Services with PowerShell – Question to Readers?
Recently I received a very interesting question- I have no idea about its answer so I will request your help to answer this question.
Question:
“I am using a Powershell script to shutdown SQL Services. Here is the command I use.