CEILING (Transact-SQL)
SQL Server 2005
Returns the smallest integer greater than, or equal to, the specified numeric expression.
Transact-SQL Syntax Conventions
- numeric_expression
-
Is an expression of the exact numeric or approximate numeric data type category, except for the bit data type.