用于检索项目团队的SQL Query [英] SQL Query to retrieve Project Team

查看:71
本文介绍了用于检索项目团队的SQL Query的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何通过Project Server 2016中的t-sql查询检索项目团队?我不想使用oData,CSOM,我知道这些信息不在报告模式中,而是在已发布或草稿模式中。

how can I retrieve the team of a project through an t-sql query in Project Server 2016? I do not want to use oData, CSOM and I'm aware that this info is not in reporting schema and rather in the published or draft schema.

感谢您的建议

John

John

推荐答案

嗨John

下面的SQL Query提供了资源列表,它是项目团队给定projectUID的一部分

Below SQL Query gives list of resources which is part for project team for given projectUID

select * from pjpub.msp_project_resources其中proj_uid = '< ProjectUID>'

select * from pjpub.msp_project_resources where proj_uid = '<ProjectUID>'

这是否正在寻找?

问候

Santosh


这篇关于用于检索项目团队的SQL Query的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆