Hello EveryBody,
I found to the way get Web's information (Title, ... ) from content database.
Here is SQL Statement:
SELECT
SiteId AS SiteGuid,
Id AS WebGuid,
FullUrl AS Url,
Title,
TimeCreated
FROM dbo.Webs
I found to the way get Web's information (Title, ... ) from content database.
Here is SQL Statement:
SELECT
SiteId AS SiteGuid,
Id AS WebGuid,
FullUrl AS Url,
Title,
TimeCreated
FROM dbo.Webs