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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top