1. 配置应用程序Log文件大小

  1. Set-SPAccessServiceApplication Identity "Access Services"
  2. ApplicationLogSize 5

2. 配置缓存超时时间

  1. Set-SPAccessServiceApplication Identity "Access Services"
  2. CacheTimeout 600

3. 设置查询中的最大栏数

  1. Set-SPAccessServiceApplication Identity "Access Services"
  2. ColumnsMax 20

4. 设置查询中的最大计算栏数

  1. Set-SPAccessServiceApplication Identity "Access Services"
  2. OutputCalculatedColumnsMax 5

5. 设置子句中Order By的最大数

  1. Set-SPAccessServiceApplication Identity "Access Services"
  2. OrderByMax 2

6. 配置查询中的最大行数

  1. Set-SPAccessServiceApplication Identity "Access Services"
  2. RowsMax 10

7. 配置Access表中的最大记录数

  1. Set-SPAccessServiceApplication Identity "Access Services"
  2. RecordsInTableMax 100

8. 配置查询中的最大源数

  1. Set-SPAccessServiceApplication Identity "Access Services"
  2. SourcesMax 8

9. 配置是否启用外连接

  1. Set-SPAccessServiceApplication Identity "Access Services"
  2. OuterJoinsAllowed:$false

10. 允许或限制非远程查询

  1. Set-SPAccessServiceApplication Identity "Access Services"
  2. NonRemotableQueriesAllowed:$true
  1.  

11. 限制Access Service内存利用率

  1. Set-SPAccessServiceApplication Identity "Access Services"
  2. PrivateBytesMax 1024

12. 限制会话内存利用率

  1. Set-SPAccessServiceApplication Identity "Access Services"
  2. SessionMemoryMax 50

13. 配置用户会话

  1. Set-SPAccessServiceApplication Identity "Access Services"
  2. SessionsPerUserMax 5 SessionsPerAnonymousUserMax 5

14. 限制模板大小

  1. Set-SPAccessServiceApplication Identity "Access Services"
  2. TemplateSizeMax 20

SharePoint Access Service-PowerShell的更多相关文章

  1. SharePoint excel service web part 连接到 filter web part

    本文讲述SharePoint excel service web part 连接到 filter web part的一个简单应用场景. SharePoint excel service web par ...

  2. SharePoint Web service and template

    SharePoint Web service对应的映射列表 WSS Web   Services Web Reference Administration   Service http://<s ...

  3. Azure AD, Endpoint Manger(Intune), SharePoint access token 的获取

    本章全是干货,干货,干货,重要的事情说三遍. 最近在研究Azure, Cloud相关的东西,项目中用的是Graph API(这个在下一章会相信介绍),可能是Graph API推出的时间比较晚,部分AP ...

  4. SharePoint 2013 使用PowerShell创建State Service

    今天,搞SPD配置的sp2010wf迁移到sp2013环境上去,发布解决方案都很正常,给列表添加wf的时候报错“该表单无法显示,可能是由于 Microsoft SharePoint Server St ...

  5. SharePoint 2013 Service 状态无法启动,显示“启动中(Starting)”

    Problem 在SharePoint 2013 Central Administration中启动 SharePoint Service(也称为:Service Machine Instance)时 ...

  6. SharePoint 2013 使用 PowerShell 更新用户

    在SharePoint开发中,经常会遇到网站部署,然而,当我们从开发环境,部署到正式环境以后,尤其是备份还原,所有用户组的用户,还依然是开发环境的,这时,我们就需要用PowerShell更新一下: P ...

  7. How to Get SharePoint Client Context in SharePoint Apps (Provider Hosted / SharePoint Access ) in CSOM (Client Side Object Model)

    http://www.codeproject.com/Articles/581060/HowplustoplusGetplusSharePointplusClientplusContex Downlo ...

  8. Office 2010 & SharePoint 2010 Service Pack 2现在可用啦

    Access 2010 Runtime SP2 KB2687444 32-bit 64-bit Duet Enterprise for Microsoft SharePoint and SAP SP2 ...

  9. sharepoint 2013 使用powershell更改站点集配额和锁定

    打开sharepoint powershell 2013,使用管理员方式打开 逐行输入下面命令: $Admin =  new-object Microsoft.SharePoint.Administr ...

随机推荐

  1. Asp.net vNext 2

    Asp.net vNext 学习之路(二) View component(视图组件)应该是MVC6 新加的一个东西,类似于分部视图.本文将演示在mvc 6中 怎么添加视图组件以及怎么在视图中注入一个服 ...

  2. C#验证IP地址

    using System.Net; try { IPAddress a = IPAddress.Parse(输入的IP字符串); } catch (System.Exception ex) { Mes ...

  3. OpenSUSE13.2安装MongoDB

    真是一个悲伤的故事,就是你解决过得问题没有记住,却需要再通过搜索引擎来找一遍,幸运的是曾经你做过记录,搜索帮你找到了. 这是我一个Wordpress博客整理记录的,好久没在那里更新了,两个月的时间,我 ...

  4. leetcode第八题--String to Integer (atoi)

    Problem: Implement atoi to convert a string to an integer. Hint: Carefully consider all possible inp ...

  5. C# 利用 HttpWebRequest 和 HttpWebResponse 模拟登录有验证码的网站

    原文:C# 利用 HttpWebRequest 和 HttpWebResponse 模拟登录有验证码的网站 我们经常会碰到需要程序模拟登录一个网站,那如果网站需要填写验证码的要怎样模拟登录呢?这篇文章 ...

  6. extern用法汇总

    extern 在源文件A里定义的函数,在其他源文件中是看不见的(即不能訪问).为了在源文件B里能调用这个函数,应该在B的头部加上一个外部声明: extern   函数原型: 这样,在源文件B里也能够调 ...

  7. zepto.js的基本介绍与使用

    最近看到了一篇文章,是介绍一种新的js框架,名为zepto.js,他适用于移动设备已经桌面浏览器除了ie系列的.. 他兼容jquery的API,所以学起来或用起来并不吃力.他比jquery的优势在于1 ...

  8. 【转】 Android项目的mvc模式

    MVC (Model-View-Controller):M是指逻辑模型,V是指视图模型,C则是控制器.一个逻辑模型M可以对于多种视图模型V,比如一批统计数据你可以分别用柱状图.饼图V来表示.一种视图模 ...

  9. ORACLE抽象数据类型

    ORACLE抽象数据类型 *抽象数据类型*/1,抽象数据类型 概念包含一个或多个子类型的数据类型不局限于ORACLE的标准数据类型可以用于其他数据类型中 2,创建抽象数据类型 的语法(必须用NOT F ...

  10. html5学习(一)--canvas画时钟

    利用空余时间学习一下html5. <!doctype html> <html> <head></head> <body> <canva ...