SQL Server Transact Basic to Expert - Get number of busy CPU milliseconds count created in SQL

This blog shows how to get the number of busy CPU milliseconds created when the SQL Server was started first time

Example:

SELECT @@CPU_BUSY  CPUValue

The expected result would vary based on the execution.