I´m searching for informations about the SharePoint 2010 Database.
Are there infomations about the different tables/views etc.? I don´t found any documents about the SharePoint 2010 Databases on msdn etc. only for 2003 and 2007.
|
|
All queries against SharePoint data should be done through the SharePoint Object Model or Web Services. Creating solutions that access the database directly will result in an unsupported installation of SharePoint. Though you have nothing preventing you from doing direct SQL queries, you will not get any support on this site for doing anything that will make your farm unsupportable by Microsoft. |
|||
|
|
|
You'll likely want the SharePoint Products and Technologies Protocol Documentation. These contain descriptions about the database structure, including table schema, sprocs, and so forth... Along with a lot of other information. And as everyone else has noted, making changes is, for the most part, unsupported. Check out KB841057 for more information on that. |
|||
|
|
|
Maybe you can start from here: http://msdn.microsoft.com/en-us/library/dd587562(v=office.11).aspx But let me remind you, modifying the tables directly is risky and is not supported. |
|||||||||||||||
|