Generate Red Gate MultiScript .dat File
This is a PowerShell script that puts out the XML required to update your Red Gate...
This is a PowerShell script that puts out the XML required to update your Red Gate...
This script will return all SQL instances running on a server or list of servers. cls...
This was made possible by the Scripting Guy. I have boiled it down to the answer....
This is a bit of a scary task. Someone tells you about 87 databases that all...
Maybe this is a one-off type of thing, but if you need to see every folder...
Getting all SQL Server services running on a server using PowerShell: Get-WmiObject -Class sqlservice -Namespace “ROOT\Microsoft\SqlServer\ComputerManagement11″...
PowerShell script that prints out the state of the node you are on – Active or Passive.
The basic syntax for sending a query to SQL Server using PowerShell. sqlcmd -S SERVER_NAME -d...