database-tools

Colorizing Cmdlet Output

Starting in PowerShell 5.1, the PowerShell console supports VT escape sequences that can be used to position and format console text. Note that this...

read more

Safely Embedding Variables

When you use double quotes in PowerShell, you can add variables to a string, and PowerShell automatically replaces these with their content –...

read more

Playing Sound Files

In the previous tip we explained how PowerShell can play system sounds. For a bit more flexibility, PowerShell can also play arbitrary *.wav sound...

read more

Playing Sounds

If all you need is a beep, then PowerShell can help you easily: $frequency = 800 $durationMS = 2000 [console]::Beep($frequency, $durationMS) If...

read more
The RDBMS is Dead

The RDBMS is Dead

 If you suspected the title of this blog is click-bait, then you would be correct.  But bear with me anyway on a little retrospection of...

read more
1 73 74 75 76 77 198