Microsoft documents several of the database tables. Since you know
WHO created it, you could query each of your content databases for
any sites that person authored... that could help you find the
misssing site.
I think the query would be:
select
w.FUllUrl,
u.tp_login,
u.tp_title,
u.tp_email
from webs w, userinfo u
where
w.siteid = u.tp_siteId
and w.Author = U.tp_id
order by tp_title