Acho que isso funcionará melhor para mim: CREATE FUNCTION [dbo].[fn_GetDefaultPercent]() RETURNS decimal(5,4) AS BEGIN RETURN 1.0000 END