`
yake022
  • 浏览: 9378 次
社区版块
存档分类
最新评论
文章列表
$WebUrl = "http://sitecollectionurl" Write-Host "Opening Web" $WebUrl $web = Get-SPWeb $WebUrl $list = $web.Lists["ListName"]; $FieldGuid = New-Object System.Guid("cc9576b6-a166-47c9-bd89-7f47a3237e03"); $Field = $list.Fields[$FieldGuid]; $Fiel ...
SharePoint with Large lists is common scenario in any Sharepoint deployment. While there are Several blogs / Guidance TechNet articles which exist working /Managing Large lists, My blog is particularly about the "List view lookup Threshold" Here is a table summarizes information about res ...
As SharePoint admins, we typically deal with end-users who have gone column crazy on their SharePoint list, causing the “This view cannot be displayed because the number of lookup and workflow status columns it contains exceeds the threshold (8) enforced by the administrator” error. Beginning with S ...
I’m developing the SharePoint site with so many lists. First I didn’t consider the indexing of the columns of lists. But as the lists are going to have large number of items the performance is decreasing. So I started to index the columns of lists to increase the performance. After indexing I get su ...
原文链接:http://blogs.msdn.com/b/dinaayoub/archive/2010/04/22/sharepoint-2010-how-to-change-the-list-view-threshold.aspx   One of the major reasons that this List View Threshold (LVT) feature was created is to protect the server from unintentional load that may either bring it down, or at least cause ...
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htm ...
Form Name Ribbon Location Display Form Ribbon.ListForm.Display.Manage.Controls._children Edit Form Ribbon.ListForm.Edit.Actions.Controls._children New Form Ribbon.ListForm.Edit.Actions.Controls._children View Form Ribbon.ListItem.Actions.Controls._children  
客户端想在数据表中编辑时提示下列错误:数据视图由于下列一个或多个原因,无法在数据表视图中显示该列表: 没有安装与 Windows SharePoint Services 兼容的数据表组件,浏览器不支持 ActiveX 控件,或者禁用了对 ActiveX 控件的支持。   进入注册表regedit,找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility键值,查看其中是否有一项为{65bcbee4-7728-41a0-97be-14e1cae36aae}(即Microsoft List 11 ...
.\makeexceptionlist.ps1 -WebUrl http://localhost -ListName "Shared Documents" .\makeexceptionlist.ps1 -WebUrl http://localhost/sites/site1 -ListName "*"  
完整安装完SharePoint 2010,不要运行配置向导。 在PowerShell命令工具(这里要用SharePoint里面的SharePoint 2010 Management Shell工具,不是系统自带的)中运行“New-SPConfigurationDatabase”命令创建SharePoint 2010的配置数据库具体通过PowerShell命令工具创建配置数据库的过程如下: New-spconfigurationDatabase, 回车 DatabaseName:输入配置数据库名,回车 DatabaseServer:输入数据库服务器名,回车(这里如果是本机最好不要用.) ...
/*--特别注意请按步骤进行,未进行前面的步骤,请不要做后面的步骤否则可能损坏你的数据库.一般不建议做第4,6两步第4步不安全,有可能损坏数据库或丢失数据第6步如果日志达到上限,则以后的数据库处理会失败,在清理日志后才能恢复.--*/--下面的所有库名都指你要处理的数据库的库名1.清空日志DUMP TRANSACTION 库名 WITH NO_LOG 2.截断事务日志:BACKUP LOG 库名 WITH NO_LOG3.收缩数据库文件(如果不压缩,数据库的文件不会减小)企业管理器--右键你要压缩的数据库--所有任务--收缩数据库--收缩文件--选择日志文件--在收缩方式里选择收缩至XXM,这里 ...
原文链接   This article was been updated for WSS v3 / MOSS 2007 RTM on December 11, 2006. In addition, additional information was added and changed in the section Enabling Anonymous Access when the article was updated for RTM. Content-centric sites that are managed via a Content Management System typi ...
原文链接   A few weeks back I posted about how you can create custom timer jobs for use in the latest release of SharePoint to perform scheduled tasks. However, considering there have been almost 40 comments to the post in the last three weeks, I figured the post needed some clarification (duh, ya thin ...
原文链接   March 4, 2011 by Aryan Nava   Do you want to change the SharePoint 2010 Menu Control to this?   Try the following steps to change SharePoint 2010 Menu Control       To replace the Menu control with a TreeView control In SharePoint Designer 2010, open the website that you want ...
Global site tag (gtag.js) - Google Analytics