Quantcast
Channel: Project Customization and Programming forum
Viewing all articles
Browse latest Browse all 5347

how to find team member of all project using SQL query??

$
0
0

Hello all

i want to list out the team member from the project server for all project

how can i do it using SQL query????

i have listed team member name using this query

Select 	mr.RES_NAME,
	SG.WSEC_GRP_NAME,
	mr.WRES_EMAIL,
	mr.WRES_ACCOUNT 
FROM MSP_RESOURCES MR
INNER JOIN MSP_WEB_SECURITY_GROUP_MEMBERS SGM ON (WRES_GUID = MR.RES_SECURITY_GUID)
INNER JOIN MSP_WEB_SECURITY_GROUPS SG ON (SG.WSEC_GRP_GUID = SGM.WSEC_GRP_GUID and sg.WSEC_GRP_NAME = 'Team Members') 
ORDER BY RES_NAME

But i can't find out it with project name.

please give me suggestion.


Kartik Ghodasara Associative Software engineer, Synoverge Tech Pvt. Ltd. Ahmedabad


Viewing all articles
Browse latest Browse all 5347

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>