Auditing Columns Add: I had a need to answer “who”,”where” and “when” questions about the data we add and update. We didn’t have Auditing columns on all our tables. So I thought about coming up with easy way of Adding…
Auditing Columns Add: I had a need to answer “who”,”where” and “when” questions about the data we add and update. We didn’t have Auditing columns on all our tables. So I thought about coming up with easy way of Adding…
Attaching Volume to EC2 Instance To list the partitions $ cat /proc/partitions major minor #blocks name 202 1 52428800 xvda1 Create a Volume in EC2 Instance and attach it to the instance. $ cat /proc/partitions major…