SQL Server, Primavera P6 Professional
select * — activities
from PROJWBS p join task t on p.proj_id = t.proj_id and p.wbs_id = t.wbs_id
order by task_code;
SQL Server, Primavera P6 Professional
select * — activities
from PROJWBS p join task t on p.proj_id = t.proj_id and p.wbs_id = t.wbs_id
order by task_code;