How to get Baseline X dates in Project server 2016 from Database?

190 Views Asked by At

How can I get Baseline´s columns from Project Server?

enter image description here

It is not possible to get them using CSOM. Also, I couldn´t find them in database script.

enter image description here

Is it the correct database? Is it pjpub, pjver or pjdraft? What is the correct table?

1

There are 1 best solutions below

0
On BEST ANSWER

You can find project and task baselines data in database views: [pjrep].[MSP_EpmProject_UserView] [pjrep].[MSP_EpmTask_UserView] Columns names start with TaskBaselineXX...