- 博客(14)
- 收藏
- 关注
原创 Hiding SharePoint list field (column) from newform and editform using powershell
$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...
2015-09-08 15:20:35
199
原创 SharePoint 2010/2013: List view Lookup threshold uncovered
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 particular...
2015-05-18 15:27:29
243
原创 SharePoint List View Lookup Threshold | TahoeSmart
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...
2015-05-18 15:23:35
283
原创 SharePoint list lookup column indexing and CAML query relation
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 decrea...
2015-05-18 14:56:28
239
原创 SharePoint 2010: How to Change the List View Threshold and Other Resource Thrott
原文链接: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 crea...
2015-05-18 14:26:46
246
原创 GridView动态增加行
<%@ 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
2015-05-18 14:08:26
434
原创 使用SharePoint Designer2010 向SharePoint2010的Ribbon中添加自定义操作
Form NameRibbon LocationDisplay FormRibbon.ListForm.Display.Manage.Controls._childrenEdit FormRibbon.ListForm.Edit.Actions.Controls._childrenNew FormRibbon.ListForm.Edit.Actions...
2015-05-07 16:06:27
165
原创 客户端出错:无法在数据表视图中显示该列表: 没有安装与 Windows SharePoint Services 兼容的数据表组件...
客户端想在数据表中编辑时提示下列错误:数据视图由于下列一个或多个原因,无法在数据表视图中显示该列表: 没有安装与 Windows SharePoint Services 兼容的数据表组件,浏览器不支持 ActiveX 控件,或者禁用了对 ActiveX 控件的支持。 进入注册表regedit,找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet...
2015-04-30 11:32:15
546
原创 临时禁用大型列表上的列表视图阈值
.\makeexceptionlist.ps1 -WebUrl http://localhost -ListName "Shared Documents".\makeexceptionlist.ps1 -WebUrl http://localhost/sites/site1 -ListName "*"
2014-12-02 21:32:35
139
原创 SharePoint 2010在非域环境下的安装方法
完整安装完SharePoint 2010,不要运行配置向导。在PowerShell命令工具(这里要用SharePoint里面的SharePoint 2010 Management Shell工具,不是系统自带的)中运行“New-SPConfigurationDatabase”命令创建SharePoint 2010的配置数据库具体通过PowerShell命令工具创建配置数据库的过程如下:N...
2013-07-17 17:19:17
311
原创 MSSQL数据库日志文件太大的处理方法
/*--特别注意请按步骤进行,未进行前面的步骤,请不要做后面的步骤否则可能损坏你的数据库.一般不建议做第4,6两步第4步不安全,有可能损坏数据库或丢失数据第6步如果日志达到上限,则以后的数据库处理会失败,在清理日志后才能恢复.--*/--下面的所有库名都指你要处理的数据库的库名1.清空日志DUMP TRANSACTION 库名 WITH NO_LOG 2.截断事务日志:BACKUP LOG 库名 ...
2012-08-24 15:48:17
803
原创 HOWTO: Configuring a Office SharePoint Server 2007 Publishing Site
原文链接 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 arti...
2012-04-19 16:06:28
257
原创 Creating Custom SharePoint Timer Jobs
原文链接 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 com...
2012-03-08 11:00:07
112
原创 Replacing SharePoint 2010 Menu Control
原文链接 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 M...
2012-01-06 16:54:47
148
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人