Forum Replies Created

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

  • RE: Order by for Ratio Dataset

    hi

    i am having ratio values as output from proc for example (20:2:1)

    i want arrange this values in ascending order or in descending order

  • RE: Last Day of any Month

    Hi Folks,

    Try this to get get last day of month

    CREATE FUNCTION [dbo].[ufn_GetLastDayOfMonth] ( @pInputDate DATETIME )

    RETURNS DATETIME

    BEGIN

    DECLARE @vOutputDate ...

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