Quick Tip: Decline All Update Packages Using SQL
A quick way to decline all packages that have been marked for deployment on a development client is use SQL: UPDATE SY900.F98825 SET UPINPKST=40 --Decline...
Quick Tip: Change A Scheduled Job’s Time Zone Using SQL
If you work with multiple time zones, especially if one uses Daylight Saving Time and the other does not, it can be useful to have...
Basics of the Linux Top Command
Recently, I had a tip submitted that referred to using the Linux top command to "check overall CPU utilization and individual CPU utilization". Thanks, Sworna...