SQL to return "Resource Names" for a task

M

Matt R

Resource Names isn't a true task-level field.

As I understand it, to get the resources for a task in sql, you must walk
the project to the task=>to assignments=>to resource to get all resources
assigned to a task.

Does anyone know of an easy way to (or out of the box stored proc or
function) in project server database that will return all resources assigned
to a task simply by providing the task GUID?

Thanks!
 
Top