Guest User

Untitled

a guest
Dec 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. SELECT [Id]
  2. ,[ClassId]
  3. ,[ParentId]
  4. ,[Name]
  5. ,[Status]
  6. ,[Version]
  7. ,[Properties]
  8. FROM [SharePoint_Config].[dbo].[Objects]
  9. WHERE properties like '%SPWebConfigModification%'
Add Comment
Please, Sign In to add comment