Baseline date for the project / SQL Table

J

Jean-Paul

Hi,

How can I find the baseline date information (i.e.: Baseline (last save on
9/12/2006)) for the project?

I found some information here but unfortunately the following query:

SELECT PROJ_ID, TASK_BASE_START, TASK_UID, TASK_ID
FROM dbo.MSP_TASKS
WHERE (PROJ_ID = 92) AND (TASK_UID = 0) AND (TASK_ID = 0)

doesn't return the correct value in my case.

Any help?

Thanks
Jean-Paul
 

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