Posted On August 1, 2019

Microsoft Data Calculation for SQL & General Storage

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Microsoft Data Calculation for SQL & General Storage

1 Byte = 8 bits
1 KB = 1024 bytes
1 MB = 1024 KB (or 1048576 bytes)
1 GB = 1024 MB (or  1073741824 bytes)
1 TB = 1024 GB (or 1099511627776 bytes)

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Two Useful Workstation Shortcuts for Non-Savvy Users

Lockdown: %windir%\system32\rundll32.exe user32.dll,LockWorkStation Shutdown: shutdown -s -m \\computername -t 7200

Forth Shift Administrative Procedures – Daily and Monthly

Introduction: There are batch scripts that are scheduled to run on a daily basis. In…

Moving WSUS Content Staging Folder

Symptom: Bloated Wsus Staging Folder: Resolution: $wsusNewContentFolder='D:\Wsus\WsusContent'stop-service 'wsus service'&'C:\Program Files\Update Services\Tools\wsusutil.exe' movecontent $wsusNewContentFolder "$wsusNewContentFolder.log"start-service 'wsus…