SQL Tables - Baseline field

P

Pat

I am trying to find the field that holds the project baseline dates -
baseline start and baseline finish. I have the database design diagram
with all the tables. Can anyone help me?
 
D

Dale Howard [MVP]

Pat --

Assuming you want the Baseline Start and Baseline Finish dates for tasks,
you will find them in the MSP_TASKS table. They are called TASK_BASE_START
and TASK_BASE_FINISH. You will also find additional baseline information in
the MSP_ASSIGNMENT_BASELINES table, the MSP_RESOURCE_BASELINES table,
MSP_TASK_BASELINES table, MSP_ASSN_ENTERPRISE table, the MSP_ASSIGNMENTS
table, and the MSP_RESOURCES table. Hope this helps.
 
Top