Microsoft Sharepoint Server 2010 -
Microsoft SharePoint Server 2010 was a business collaboration platform designed to help organizations manage content, simplify information sharing, and streamline business processes. Although it reached its official end of support on April 13, 2021, it remains a foundational version in the history of enterprise content management. Core Capabilities and Features
Released in July 2010, SharePoint 2010 was more than just a document repository; it was a comprehensive web application platform. It introduced several features that became the gold standard for the platform: microsoft sharepoint server 2010
Deployment & architecture
- Farm architecture (front-end web servers, application servers, database servers)
- Hardware and software prerequisites (Windows Server, IIS, .NET, SQL Server)
- Service accounts and security considerations
- High availability and load balancing basics
- Backup and restore strategies (SQL-level and SharePoint backup)
Troubleshooting & monitoring
- ULS logs, Event Viewer, IIS logs
- Health Analyzer and diagnostic logging
- Performance counters and monitoring tools
System Requirements
Enterprise Search: Enhanced tools for finding people and information across the entire organization. Key Technical Features Troubleshooting & monitoring
3. Major New Features
3.1 Central Administration & UI
- Ribbon interface (similar to Office 2010) replaced menu-based actions.
- Site actions improved for site owners.
- Silverlight-based dialogs for list/document editing.
5.2 Performance Overheads
SharePoint 2010 required significant infrastructure: multiple servers for front-end, application, search, and database roles. The Large List Threshold (default 5,000 items per list) caused query throttling and user frustration. Poorly designed indexes or views led to timeouts. detach content databases from 2007
- In-Place Upgrade (Not recommended): Upgrade the databases and binaries on the same hardware. High risk of failure and no rollback.
- Database Attach Upgrade (Best practice): Build a new 2010 farm, detach content databases from 2007, attach them to 2010, and upgrade them via PowerShell (
Mount-SPContentDatabase). This allowed parallel operation. - Hybrid / Gradual Upgrade: Run both farms side-by-side, migrating site collections using a third-party tool.