Ever wondered how you check the process start time in Windows ?
Use Powershell !
Command:
Get-Process | select name, starttime
Sunday, December 17, 2017
Subscribe to:
Comments (Atom)
Netezza Administration : Getting each Database size
Run query ! Just like MAGIC ! - SELECT current_timestamp AS SAMPLE_TIME ,t. database AS DATABASE_NAME , round(nvl (...
-
Ever wondered how you check the process start time in Windows ? Use Powershell ! Command: Get-Process | select name, starttime ...
-
Told myself I would eventually try out this system and voila. I’m in the bandwagon of MacOS X: High Sierra. The transition between operating...
-
Run query ! Just like MAGIC ! - SELECT current_timestamp AS SAMPLE_TIME ,t. database AS DATABASE_NAME , round(nvl (...