I am trying to query the team discussion notes from our Project Server 2010 sites, all projects. Can anyone point me in the right direction for finding the correct db and tables to retrieve the team discussion notes, the subject of the note, the date of
the note and the user that created the note and last the project that the notes pertain to. I am new to project server and would like to write a sql query that I can run to gather all of the notes from every project site. Any assistance would be greatly appreciated.
Thanks
It is not supported to query the database that stores that data. That data is stored in the SharePoint content database. To programmatically access that data you need to use the SharePoint APIs - web services / CSOM /JSOM / REST.
The answer is still the same from when you asked this question last year:
It is not supported to query the database that stores that data. That data is stored in the SharePoint content database. To programmatically access that data you need to use the SharePoint APIs - web services / CSOM /JSOM / REST.
The answer is still the same from when you asked this question last year:
Sorry for the second post. Forgot I put that out there. I am not a developer and am still looking to get that data out. Would you please explain what I might need to look for in a contractor to get this for us if possible? Thanks
Edited byCirca62Tuesday, February 10, 2015 6:06 PM