• Posts Tagged ‘Database’

    SharePoint 2010 Search Databases

    by  • October 29, 2009 • SharePoint-2010 • 0 Comments

    We have two new databases for Search Service in SharePoint Server 2010 when compared to MOSS2007. One for Administration purpose, another for Crawling and other one for storing crawled contents, which is already available in MOSS 2007 . In MOSS 2007, SSP database contains the search administration settings and Crawler information. But in SharePoint Server [...]

    Read more →

    SharePoint Database SQL Query Tips1

    by  • March 18, 2009 • MOSS, SharePoint • 0 Comments

    Today onwards on daily basis, I decided to post the Sql Query to access the SharePoint Databases. To know more about the databases in Sharepoint , check my SharePoint Databases Post. To retrieve all lists from the database, use the following query, select AllLists.tp_Title as ‘List Title’,webs.Title as ‘Web Title’ from dbo.AllLists as AllLists inner [...]

    Read more →

    SharePoint Databases

    by  • March 10, 2009 • MOSS, SharePoint • 4 Comments

    I did some research on SharePoint Databases and how are they providing datas to SharePoint sites?. Here i am come up with some details of Databases used in SharePoint. Database Name Description Availablity SharePoint_AdminContent_ GUID This is the Central Admin Content database, is used to store all WSS 3.0 / MOSS content. WSS3.0, MOSSĀ  SharePoint_Config [...]

    Read more →