Forum Replies Created

Viewing 15 posts - 16 through 30 (of 32 total)

  • RE: sql count

    This works but some Problems in count.. the count values for alll months is displayed in any one month....

    Am not able to modify SP...

  • RE: sql count

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    CREATE PROCEDURE [pr_PatientDetails]

    AS

    BEGin

    SELECT PatientDetails.PatientID, PatientDetails.MRN, PatientDetails.Code, PatientDetails.Chart#, PatientDetails.FullName, PatientDetails.FirstName, PatientDetails.Mi,

    PatientDetails.LastName, PatientDetails.Suffix, PatientDetails.DOB, PatientDetails.Age, PatientDetails.SSN, PatientDetails.[Marital-Status],

    PatientDetails.[Driver-Licence], PatientDetails.[Driver-Licence-State], PatientDetails.RefProvider, PatientDetails.Provider, PatientDetails.Employer,

    PatientDetails.[Employer-Status], PatientDetails.School, PatientDetails.[ConInfo1-Address-1], PatientDetails.[ConInfo1-Address-2], PatientDetails.[ConInfo1-City],...

  • RE: sql count

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    CREATE PROCEDURE [pr_PatientDetails]

    AS

    BEGin

    SELECT PatientDetails.PatientID, PatientDetails.MRN, PatientDetails.Code, PatientDetails.Chart#, PatientDetails.FullName, PatientDetails.FirstName, PatientDetails.Mi,

    ...

  • RE: sql count

    am not able to changa stored procedure ya i want to write code in rdlc expression only

  • RE: Join Query in sql

    thanks ya

  • RE: Join Query in sql

    DECLARE @StartYear INT

    ,@EndYear INT;

    SET @StartYear = 2010

    SET @EndYear = 2011

    DECLARE @StartDate...

  • RE: Sql Inert

    It's Also Works

  • RE: Sql Inert

    Hi thanks ya its working good thank u so much

  • RE: Matrix Report

    Thanks Ya... The join query works only if we are not using any filters like

    grouping by some fields or getting results of particular years....

  • RE: Matrix Report

    AM not Able To modify the storeed procedure.. i want to change that in designing because the same stored procedure is used for some other reporting... is it possible to...

  • RE: Matrix Report

    2002 2003

    Jan ...

  • RE: Sql server

    Thanks For Your Reply......

  • RE: Sql server

    Thanks For Your Reply......

  • RE: Sql server

    Thanks For you reply.......

  • RE: Matrix Report

    Thanks For your Reply.....

Viewing 15 posts - 16 through 30 (of 32 total)