Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: how to get date difference in years month and date

    try this

    --By Rajat Bhalla

    ALTER FUNCTION [dbo].[fnGetDateDiffAsYMD] (@FromDate AS DateTime,@ToDate AS DATETIME)

    --Year,Date and Month section modified By ---------------Rajat Bhalla--------------------

    RETURNS VARCHAR(30)

    AS

    BEGIN ...

  • RE: Using a Instead of Recursive Trigger

    try this for date experiance,

    --By Rajat Bhalla

    ALTER FUNCTION [dbo].[fnGetDateDiffAsYMD] (@FromDate AS DateTime,@ToDate AS DATETIME)

    --Year,Date and Month section modified By ---------------Rajat Bhalla--------------------

    RETURNS VARCHAR(30)

    AS

    ...

Viewing 2 posts - 1 through 2 (of 2 total)