Linux中国  设为主页
 收藏本站
 
当前位置: > 首页 ->企业应用 ->Sharepoint ->SharePoint 2007 Databases (Core Content Tables)(转)
  相关分类: 
Lotus Notes
Office 系列教程
Outlook
Sharepoint
Windows应用技巧
  站内搜索: 
热门文章排行
热门文章排行 利用SharePoint Designer开发可循环(04-12)
使用 FrontPage 2003 设计基于 Micro(04-12)
SharePoint多级审批工作流开发文档[S(04-12)
怎么样在SharePoint Server中整合其(04-12)
SharePoint Portal Server-管理匿名(04-12)
精采文章排行
精采文章排行 SharePoint多级审批工作流开发文档[S(04-12)
利用SharePoint Designer开发可循环(04-12)
怎么样在网站集的首页上显示出我的所(04-12)
SharePoint 2007 Databases (Core Co(04-12)
SharePoint v3:忘掉模拟用户Imperso(04-12)
  ·利用SharePoint Designer开发可循环工作·怎么样在网站集的首页上显示出我的所有任·SharePoint 2007 Databases (Core Conten·SharePoint v3:忘掉模拟用户Impersonate·Installing a New Microsoft Office Shar·Sharepoint2007中的甘特图·SharePoint Portal Server-管理匿名访问·怎么样在SharePoint Server中整合其他应·SharePoint Portal Server 2003数据库迁

SharePoint 2007 Databases (Core Content Tables)(转)

作者:   来源:   点击:   日期:2007-04-12 [收藏] [投稿]

  IE是否经常中毒?推荐您

The classic naming convention of SharePoint 2003 (PortalName_Prof, PortalName_Serv and PortalName_Site) is no longer applicable to SharePoint 2007. What used to reside under “_PROF” and “_SERV” databases now resides under Shared Services Database in SharePoint 2007. All content of “_Site” database is moved to content database in SharePoint 2007.

In my test install of MOSS, I found out that MOSS install actually created 6 databases altogether (including all content, configuration and shared services databases).

Here is the Mapping of SharePoint 2003 Core Content Tables to SharePoint 2007 Core Content Tables.

SharePoint 2003 (SPS)                  SharePoint 2007 (MOSS)

Sites                                                    Sites

Webs                                                  Webs

Lists                                                    AllLists

UserData                                           AllUserData

Site:

The Site table contains information about SharePoint site collections. Information such as Site Collection Owner, Full URL, Site Collection ID, and 2nd contact information is stored in this table.

Webs:

Webs table contains information on SharePoint Web Sites.

AllLists:

AllLists table contains information of SharePoint lists such as list’s name, list’s description and list’s item count.

AllUserData:

AllUserData contains information on Built-in fields (version, author, editor, etc…) and custom fields. AllUserData is a very wide table with almost 200 columns.

Note: Direct database access and modification is not supported by Microsoft, so use the SharePoint Object Model whenever possible.

Some Examples:

SELECT

      Id,               -- Site Collection ID

      OwnerId,          -- relates to tp_ID in UserInfo table

      TimeCreated,      -- Time this Site Collection was created.

      RootWebId         -- WebId of top level site in Site Collection

FROM

      Sites

 

SELECT

      Id,               -- Web Site's WebID

      SiteId,           -- Site Collection's ID

      FullUrl,          -- relative url of site from main SharePoint site.

      ParentWebID,      -- Web Site's Parent's WebID

      Title,            -- Title of Web Site

      TimeCreated,

 如果您对本文有任何疑问或者建议,请到讨论区发表您的意见: >> 论坛入口 <<

上一页12 下一页

上一篇:SharePoint v3:忘掉模拟用户Impersonate,SPSecurity.RunWithElevatedPrivileges来了   下一篇:怎么样在网站集的首页上显示出我的所有任务
文章评论】 【收藏本文】 【推荐好友】 【打印本文】 【我要投稿】 【论坛讨论

   相关文章:
·SharePoint多级审批工作流开发文档[Seque

   文章评论:(1条)
  
 请留名: 匿名评论   点击查看所有评论 论坛讨论
 

 声明:刊登此文章是为了传递更多信息,文章内容仅供参考,转载请注明出处。