Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Get database size, used space, free space

    The used formel "CONVERT(decimal(12, 2), 100 * (SpaceUsedMB / FileSizeMB)) AS [% Free]," gives %Used

    For %Free the Code should be like this "CONVERT(decimal(12, 2), 100- (100 * (SpaceUsedMB / FileSizeMB)))...

Viewing post 1 (of 1 total)