1
PCS General Board / Re: Custom report on Prolaborate DB content
« on: May 03, 2022, 06:25:33 pm »
Hi,
Depends on where your prolaborate and sparx repos are stored. I have both on same SQL Server DB. So i can use the following SQL (as an example)
SELECt emailid as name FROM Prolaborate.dbo.users
(where prolaborate is the name of my prolaborate database).
Depends on where your prolaborate and sparx repos are stored. I have both on same SQL Server DB. So i can use the following SQL (as an example)
SELECt emailid as name FROM Prolaborate.dbo.users
(where prolaborate is the name of my prolaborate database).