随笔分类 -  SQL Server

摘要:一、RBS(Remote BLOB Storage)简介   在SharePoint的大部分企业应用案例中,SharePoint都是要承担着非常繁重的文件管理工作,这些文件类型包括了Word文档,Excel文档甚至是数据量庞大的音频、视频文件。对于这些文件,SharePoint默认都是将它们以BLOB的数据形式存储在内容数据库当中。这就很容易导致SharePoint的数据库容量被这些BLOB数据所快速消耗,而且用户在使用SharePoint进行文件的管理的时候,需要频繁地对这些大数据量的BLOB数据进行读写访问,很容易在SQL端造成性能瓶颈。   针对这一问题,MOSS 2007在SP1之后提 阅读全文
posted @ 2011-01-26 12:04 Will-SharePoint 阅读(3392) 评论(1) 推荐(0)
摘要:数据应用层程序(Data-Tier Application Component, DAC)的定义 DAC:A Data-tier Application (DAC) is an entity that contains all of the database and instance objects that are required to support an application, like stored procedures, tables, views, logins, etc. 数据库应用层程序是一个包含了几乎某一应用所需要的数据库及实例对象的实体,如表、视图、存储过程、登录等等。 阅读全文
posted @ 2011-01-18 20:33 Will-SharePoint 阅读(2110) 评论(0) 推荐(1)