K
Kris Rudin
We need to programmatically extract data from the project server database
such that we can get the number of work hours for each calendar month for a
given project. If we have to get it task by task and sum it up, that is
fine. But we can't figure out how to get this from Project, via SQL. That
is, what tables would have this data, and how would we break it out?
We can see total work for any given task, and a task's start and finish
dates. But if we have a task starting 10/15 and ending 12/5, we need to know
how many Work hours are assigned for October (15-31), November (1-30) and
December (1-5). Or, for the entire project.
How do we get this?
This is NOT ACTUALS (as entered by user in PWA), so most of the references
to "time-phased" data I find at MSDN or in the documentation doesn't work
for us.
Who can help us?
Thanks.
such that we can get the number of work hours for each calendar month for a
given project. If we have to get it task by task and sum it up, that is
fine. But we can't figure out how to get this from Project, via SQL. That
is, what tables would have this data, and how would we break it out?
We can see total work for any given task, and a task's start and finish
dates. But if we have a task starting 10/15 and ending 12/5, we need to know
how many Work hours are assigned for October (15-31), November (1-30) and
December (1-5). Or, for the entire project.
How do we get this?
This is NOT ACTUALS (as entered by user in PWA), so most of the references
to "time-phased" data I find at MSDN or in the documentation doesn't work
for us.
Who can help us?
Thanks.