Posts

Showing posts from March, 2011

Get all Site Colletions with Primary and Secondary Contatct User Info from Sharepoint Content Database

  --Get all site collections with primary secondary owner user info Select W . FullURl , W . Title , S . OwnerId , Max ( Case When S . OwnerId = U . tp_Id And S . Id = U . tp_siteId then U . tp_Login End ) as PrimaryLogin , Max ( Case When S . OwnerId = U . tp_Id And S . Id = U . tp_siteId then U . tp_Title End ) as PrimaryName , Max ( Case When S . OwnerId = U . tp_Id And S . Id = U . tp_siteId then U . tp_Email End ) as PrimaryEmailAddress , S . SecondaryContactID , Max ( Case When S . SecondaryContactID = U . tp_Id And S . Id = U . tp_siteId then U . tp_Login End ) as SecondaryLogin , Max ( Case When S . SecondaryContactID = U . tp_Id And S . Id = U . tp_siteId then U . tp_Title End ) as SecondaryName , Max ( Case When S . SecondaryContactID = U . tp_Id And S . Id = U . tp_siteId then U . tp_Email End ) as SecondaryEmailAddress , HostHeader , DiskUsed , LastContentChange , W . Id as WebId , W . SiteId , S . RootWebId

Custom Search Result in Sharepoint (FAST Search in 2010)

The following blog explains FAST 2010 for SharePoint 2010 Managed Properties. http://blogs.msdn.com/b/shad_phillips/archive/2010/05/31/fast-2010-for-sharepoint-2010-managed-properties.aspx