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
 
Top