0

Could you please halp my find saved data of SharePoint list in SQL Server? Where is Sharepoint list data stored in SQL Server

Thanks in advance! Have a greate day!

2 Answers 2

1

Example:

SELECT TOP 100 * FROM [WSS_Content_portal].[dbo].AllUserData
WHERE tp_LIstId='935B9940-3063-49DC-90D8-2AEE147A069D'

Then parse xml data

0

SharePoint data are stored in the relevant Content Database of web application in SQL server.

Check the article for tables in Content database: Inside a SharePoint Content DB

1
  • It’s a lot help for me Commented Dec 22, 2017 at 8:05

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.