Monday, November 22, 2010

Monday, November 15, 2010

SharePoint Server 2010 Capacity Management– talking about software boundaries and limits

Some interesting stuff about software boundaries and limits in SharePoint Server 2010 – take a look at the table below. You should make a distinction between hard limits (which you simply should not exceed) and soft limits – which are a sort of recommendation.

Soft limits    
  2007 2010
Content DB Size 100 GB 200 GB
File Size 2 GB 2 GB
DB’s per web app 100 300
Site collection size 100 GB 100 GB
List items per view 2000 5000
Application Pools 8 per web server 10 per web server
Managed Paths 20 per web app 20 per web app
Documents in a library   30 million with nesting. Depends heavily on usage and size of the documents
Indexed items in search 50 million 100 million

There is also a Technet article – SharePoint Server 2010 Capacity Management: Software Boundaries and limits – which provides some additional guidance – this also puts the numbers listed above a little more in perspective.

Content database sizes up to 1 terabyte are supported only for large, single-site repositories and archives with non-collaborative I/O and usage patterns, such as Records Centers. Larger database sizes are supported for these scenarios because their I/O patterns and typical data structure formats have been designed for, and tested at, larger scales.

For a full overview of the different white papers  - check out SharePoint Server 2010 performance and capacity test results and recommendations.

In general the new scale targets for 2010 go above and beyond the ones set in 2007 but design is still important although it becomes more difficult to bring a farm down by just putting millions of docs in one library – check out It looks like you’re building a large library. Would you like help? as well as Working with large lists in SharePoint 2010 – List Throttling .

Happy SharePoint-ing

 

Wednesday, November 10, 2010

BIWUG Session on SharePoint 2010 and FAST Search Server 2010 on December 1th

Agenda

18:00-18:30 Welcome with sandwich lunch

18:30-19:30 Building a public website with SharePoint Server 2010 – a practical case – www.vib.eu

19:30-19:45 Break

19:45-20:45 Introduction to FAST Search Server for SharePoint 2010

Location: RealDolmen, Industriezone Zenneveld, Vaucampslaan 42, 1654 Huizingen, Belgium

Registration is now opened on the BIWUG site www.biwug.be

Tuesday, November 09, 2010

SharePoint 2010–Training videos overview

SharePoint 2010 on Chopsticks Belux

SharePoint 2010 Connections event

SharePoint 2010 Advanced developer training

TechEd 2009 Videos

SharePoint 2010 – Visual How to’s

Big Bang Theory and Information Management videos

MVP for another year

About a month ago I found out that I have been renewed as SharePoint Server MVP. For people who don’t know what a MVP is– here’s Microsoft’s definition:

“This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others. We appreciate your outstanding contributions in SharePoint Services technical communities during the past year.”

I became an MVP in 2005 and have been working with the Belgian SharePoint community ever since – it has been a great experience and I look forward to the next year.

Rational Guide to Multi tenancy in SharePoint 2010

Spence has an interesting series of articles about multi tenancy in SharePoint 2010 – a must read

Monday, November 08, 2010

Quick Tip–Accessing guest from host with VMWare Workstation

Most SharePoint 2010 developers probably use VMWare workstation (or Virtualbox). But what if you needed to access your SharePoint 2010 environment running in a VM from your host environment? I actually needed this to write a Windows Phone 7 app for SharePoint Server 2010 and since I can’t install the Windows Phone Developer Tools on Windows Server 2008 – I decided to use the install on my Windows 7 host and access SharePoint 2010 from there.

Quite easy – just change network settings to use VMWare Network Adapter VMNet1 (Host only) - A private network shared with the host - this way you can access the host from on your guest OS.

Technorati Tags: ,,

Overview of SharePoint 2010 powershell cmdlets

Ever wondered how you can quickly generate an overview of the available Powershell commandlets for SharePoint 2010? Try the next command:

Get-Command –PSSnapin “Microsoft.SharePoint.PowerShell” | select name, definition | format-list > C:\SP2010_PowerShell_Commands.txt