database-tools

Some suggestions

Hi, I think it may be useful in SQL Defrag: 1. To see index script when I see the fragmentation of this index. Now I need to use another tool to do...

read more

Testing for Valid Date

If you need to test whether some information resembles a valid date format, here is a test function: function Test-Date { param (...

read more

Pinging Computers

There are multiple ways how you can ping computers. Here is a simple approach that uses the traditional ping.exe but can be easily integrated into...

read more

Launching Any Excel Version

Microsoft Excel is an example of a program that is not easy to launch directly: the path to Excel may be different, depending on Office version and...

read more

Unblocking Download Files

Any file you download from the Internet or receive via email get marked by Windows as potentially unsafe. If the file contains executables or...

read more