Viewing post 1 (of 2 total)
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...
March 19, 2003 at 4:24 pm
#451500