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!
Example:
SELECT TOP 100 * FROM [WSS_Content_portal].[dbo].AllUserData
WHERE tp_LIstId='935B9940-3063-49DC-90D8-2AEE147A069D'
Then parse xml data
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