• Like this?

    CREATE FUNCTION dbo.fnDateAdd(@intA int)

    RETURNS int

    AS

    BEGIN

    RETURN @intA

    END

    GO

    Still no luck... ๐Ÿ™

    Best Regards,

    Chris Bรผttner