The data sheet view in SharePoint is a useful tool for quickly editing several list items. It exists also in SharePoint 2010.
When using the browser of the SharePoint server, the data sheet view does not usually load, even though it works fine on the client workstations.
This is by design, as the data sheet view is implemented by using…
Read more »
While ago I posted something very similar to this. Here
Here’s yet another solution, and way better and faster to implement.
First create web scoped feature, that adds ItemAdded event receiver to Pages library (should’t be a task). In the ItemAdded method, set the default values which are defined in the ContentType, to each field in the…
Read more »
In 2007 Microsoft made a great white paper about using Office 2000-2007 clients with SharePoint 2003 or 2007, considering issues such as document management. Recently they published a new white paper that also includes SharePoint 2010 comparisons. These two documents help you to choose when to upgrade to latest Office version to get all out of your SharePoint.
Read more »
MOSS has a great search functionality, especially for indexing SharePoint content. But when it comes to indexing organization’s external web sites, some problems may arise. The crawling and ranking mechanisms are tuned for indexing structured intranal content and do not always perform optimically with external web site content.
Indexing organization’s external web sites creates also problems in presenting the content….
Read more »
The content access account of MOSS search should have a read-only access to content. In some cases that is not enough – there is a list level setting to limit the visibility of draft versions of list items to only the ones with edit permissions. This means that the content access account cannot index the draft versions. So…
Read more »
During the time I have been working with SharePoint, I have noticed that there are quite a lot of admins that don’t know much about one of the most important part of any SharePoint-farm – the database.
My purpose is to clarify some of the very basics of SQL Server running in SharePoint-farms. These writings will cover subjects such as defining…
Read more »