Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: to create table of daily status from change log

    The historical data is contained in this table,

    [user_medplans] (

    [unique_id] [int] IDENTITY (1, 1) NOT NULL ,

    [user_id] [int] NULL ,

    [oldMedPlan] [smallint] NULL ,

    [newMedPlan] [smallint] NULL ,

    [changedDate] [datetime] NULL

    Unfortunately, one...

Viewing post 1 (of 2 total)