Project Ownership/Resources in Database

J

J

Hello,

I need help locating either the resources assigned to each task or the
project manager or owner of each project inside the database of project
server. We are trying to run reports that show status of each project but we
can not figure out where the ownership or project manager is hiding in the
database of server.

Can anyone help us.

J
 
C

Chak

J,

A) Task Info from Web Tables:

Look the table dbo.MSP_WEB_ASSIGNMENTS

Look for the fields :
WPROJ_ID
WRES_ID
WRES_ID_MGR
TASK_NAME

WRES_ID is the resourceid of the resource and WRES_ID_MGR is the
resourceid of manager from dbo.MSP_WEB_RESOURCES table.

Note: To see the task info of the plan, first you need to publish the
plan.

OR

B) Task info from MSP tables:

table: MSP_Assignments, MSP_Resources, MSP_Projects

Thanks
Chak
 
C

Chak

J,

A) Task Info from Web Tables:

Look the table dbo.MSP_WEB_ASSIGNMENTS

Look for the fields :
WPROJ_ID
WRES_ID
WRES_ID_MGR
TASK_NAME

WRES_ID is the resourceid of the resource and WRES_ID_MGR is the
resourceid of manager from dbo.MSP_WEB_RESOURCES table.

Note: To see the task info of the plan, first you need to publish the
plan.

OR

B) Task info from MSP tables:

table: MSP_Assignments, MSP_Resources, MSP_Projects

Thanks
Chak
 

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