Get Current Precision Level Used by Numbers in SQL Server May 9, 2019 You can get the current precision by executing the following command: SELECT @@MAX_PRECISION AS ‘MAX_PRECISION’