Linux Disk Size Report
I have build a Linux disk size report, but the size is calculated in MB's. I would like to have the size appear as GB's. How would I go about doing so? Here is my base code.Select Top 1000000 tblAssets.AssetID, tblAssetCustom.Model, tblAssetCustom....