Sunday, December 17, 2017

Powershell 101: Process Start Time

Ever wondered how you check the process start time in Windows ?

 Use Powershell !

 Command:

 Get-Process | select name, starttime

Netezza Administration : Getting each Database size

Run query ! Just like MAGIC ! - SELECT current_timestamp AS SAMPLE_TIME        ,t. database AS DATABASE_NAME        , round(nvl (...