Features | Table that holds information about all the activated features for each site collection or site. |
Sites | Table that holds information about all the site collections for this content database. |
Webs | Table that holds information about all the specific sites (webs) in each site collection. |
UserInfo | Table that holds information about all the users for each site collection. |
Groups | Table that holds information about all the SharePoint groups in each site collection. |
Roles | Table that holds information about all the SharePoint roles (permission levels) for each site. |
All Lists | Table that holds information about lists for each site. |
GroupMembership | Table that holds information about all the SharePoint group members. |
AllUserData | Table that holds information about all the list items for each list. |
AllDocs | Table that holds information about all the documents (and all list items) for each document library and list. |
RoleAssignment | Table that holds information about all the users or SharePoint groups that are assigned to roles. |
Sched Subscriptions | Table that holds information about all the scheduled subscriptions (alerts) for each user. |
ImmedSubscriptions | Table that holds information about all the immediate subscriptions (alerts) for each user. |
select * from [sysobjects] where [type] = 'u' and name like '%doc%' order by [name]
select top 10 * from AllDocs a, DocStreams d where d.docID = a.ID
select top 10 * from [dbo].[DocsToStreams]
select top 10 * from [dbo].[DocStreams]
select top 10 * from [dbo].[DocVersionEvents]
select * from [sysobjects] where [type] = 'u' and name like '%doc%' order by [name]
ms sql server
1、查询所有表
select [id], [name] from [sysobjects] where [type] = 'u' order by [name]
2、查询所有数据库
3、select [name] from [sysdatabases] order by [name]
查询表中字段
select [name] from [syscolumns] where [name] = 'tableXXX'order by [colid]
oracle
1、查找表的所有索引(包括索引名,类型,构成列):
select t.*,i.index_type from user_ind_columns t,user_indexes i where t.index_name = i.index_name and t.table_name = i.table_name and t.table_name = 要查询的表
2、查找表的主键(包括名称,构成列):
select cu.* from user_cons_columns cu, user_constraints au where cu.constraint_name = au.constraint_name and au.constraint_type = 'P' and au.table_name = 要查询的表
3、查找表的唯一性约束(包括名称,构成列):
select column_name from user_cons_columns cu, user_constraints au where cu.constraint_name = au.constraint_name and au.constraint_type = 'U' and au.table_name = 要查询的表
4、查找表的外键(包括名称,引用表的表名和对应的键名,下面是分成多步查询):
select * from user_constraints c where c.constraint_type = 'R' and c.table_name = 要查询的表
查询外键约束的列名:
select * from user_cons_columns cl where cl.constraint_name = 外键名称
查询引用表的键的列名:
select * from user_cons_columns cl where cl.constraint_name = 外键引用表的键名
5、查询表的所有列及其属性
select t.*,c.COMMENTS from user_tab_columns t,user_col_comments c where t.table_name = c.table_name and t.column_name = c.column_name and t.table_name = 要查询的表
6、查询所有表
select* from tabs
SharePoint 所有数据库说明
一、WSS_Content
后端内容数据库存储所有网站内容,包括网站的文档或文档库中的文件,列表数据和Web部件属性,以及用户名和权限。 为特定网站的所有数据的内容数据库。
二、SharePoint_Config
配置数据库句柄的所有管理部署,请求定向到相应的数据库和管理后端数据库的负载平衡。 在前端Web服务器接收到请求的页在一个特定网站时,它检查配置数据库,以确定哪些内容数据库包含站点的数据。 您可以配置数据库运行在同一台计算机作为Web服务器或远程计算机上运行Microsoft SQL服务器。 配置数据库概念相对不变,在微软sharepoint server 2010。 在Microsoft Office sharepoint server2007和Windows SharePoint服务网站地图表3.0提供的是存储在配置数据库内容的有关信息数据库包含给定站点的数据。 在Windows SharePoint服务或Microsoft OfficeSharePoint服务器2007收到请求的URL时,此数据库中的设置确定网站的内容数据库包含的数据。 当大型服务器场部署请求提供服务时,在微软sharepoint server2010和Windows SharePoint服务4.0 SiteMap序列化到磁盘以提高性能和降低数据库的回调操作,可能导致争用。
三、SharePoint_AdminContent
管理中心后端内容数据库存储所有网站内容,包括网站的文档或文档库中的文件,列表数据和Web部件属性,以及用户名和权限。 为特定网站的所有数据的内容数据库。
四、Search_Service
用爬的数据关联的属性数据库存储已爬网属性包括属性、历史数据、抓取队列
1、Search_Service_Application_PropertyStoreDB
用爬的数据关联的属性数据库存储已爬网属性包括属性、历史数据、抓取队列等。
2、Search_Service_Application_CrawlStoreDB
抓取主机已爬网的数据库数据和抓取数据库抓取的驱动器是搜索在Microsoft Officesharepoint server 数据库。
3、Search_Service_Application_DB
管理数据库的共享服务提供程序数据库是在Microsoft Office SharePoint server2007和每个搜索应用程序中实例化一次与政府当局对齐组件。 管理数据库搜索应用程序的主机配置和内容抓取的访问控制列表ACL。
五、Web Analytics Service
Web分析服务提供了丰富的分析给你洞察你的网站流量、搜索和SharePoint资产使您更好地了解您的用户和部署。 与SharePoint网站分析,你可以定制系统,以满足用户的需要,优化他们如何使用和发现信息,并为站点创建目标内容。
1、 WebAnalyticsService应用程序_StagingDB
网络分析的临时数据库是存储联合国聚合事实数据的工作数据库,资产元数据、排队批数据,并提供短期保留此类内容。
2、WebAnalyticsService应用程序_ReportingDB
网络分析报告数据库存储聚合标准报告表格、事实数据聚合网站用户组、日期和资产除了诊断信息的元数据。
六、Shared Services Provider
共享服务提供商微软sharepoint server 2010中的图层是过时的更换与共享服务的应用程序,了解变化与共享服务提供程序数据库关联的数据库设计
七、User Profile Service
用户配置文件服务包括用户配置文件和我的网站。
1、User Profile Service Application_ProfileDB
用户配置文件数据库是一个灵活的数据库存储和管理用户和相关信息。 数据库允许更灵活的架构,支持多种数据类型。 它可以查询,并且可以更新。 例如,公司可以定义属性配置文件数据库中的雇员的记录。 然后为每个记录,雇员创建和保存对象。 现在此信息可用在许多方面,例如在web部件,Web服务,或创建基于规则的组或角色。
2、 User Profile Service Application_SocialDB
场性标签数据库存储
场 性标签记录和各自的网址加上信息的概况,并在分类数据库的前端层在执行/要求。这个数据库是用于存储社会标签和用户创建的注释
3、 User Profile Service Application_SyncDB
同步数据库是用来存储的配置和分期数据从外部来源,如Active Directory的配置文件数据的同步。