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