database-tools

Creating Colorful Console Hardcopies

If you’d like to hardcopy the content of a PowerShell console, you can copy and select the text, but this messes up colors and formatting. A better...

Understanding $ErrorView

When PowerShell encounters a problem, it displays a rather lengthy error message: PS> 1/0 Attempted to divide by zero. At line:1 char:1 + 1/0 +...

IntelliSense for Parameters (Part 4)

Wouldn’t it be nice if parameters would suggest valid arguments for the user? Sometimes they do. When you type below command and press a SPACE after...

Precise for Oracle on Windows

In recent versions of Oracle, their installer creates a new standard Windows user which is not part of the admin group.  Previously, the user...

Error upgrading SQLdm Dashboard

I am trying to upgrade the Idera Dashboard from version 4.4.0.18 to 4.6.0.9 but, when I run the installer it tells me the installation was...

IntelliSense for Parameters (Part 3)

Wouldn’t it be nice if parameters would suggest valid arguments for the user? Sometimes they do. When you type below command and press a SPACE after...

IntelliSense for Parameters (Part 2)

Wouldn’t it be nice if parameters would suggest valid arguments for the user? Sometimes they do. When you type below command and press a SPACE after...

IntelliSense for Parameters (Part 1)

Wouldn’t it be nice if parameters would suggest valid arguments for the user? Sometimes they do. When you type below command and press a SPACE after...

Separating IPv4 and IPv6

Let’s assume you want to return IP addresses from all network cards but separate them by address type. Here is an approach that uses solely...

1 31 32 33 34 35 159