This function returns the smallest integer greater than, or equal to, the specified numeric expression.
Transact-SQL Syntax Conventions
numeric_expression
An expression of the exact numeric or approximate numeric data type category. For this function, the bit data type is invalid.
Return values have the same type as numeric_expression.
This example shows positive numeric, negative numeric, and zero value inputs for the CEILING function.
Here is the result set.