Understanding BLOB


To solve the storage problem of large files in SQL server. Some smart guys developed the BLOB concept, it stands for Binary Large Object. From the following diagram, you can see that the large files are stored in the DB table when there is no BLOB provider applied. This definitely will decrease the database performance … Continue reading Understanding BLOB

SharePoint 2010 Training Day 5 Notes


Module 13: Implementing Business Continuity Recycle bin: 2 stages Import/ Export contents Disaster recovery: RPO & RTO Backup/restore: Farm, Wep app, Service app, content, configure settings… Restore farm permission: farm admin + sharepoint shell admin + wss_admin_wpg local group HA & NLB Module 14: Monitoring and Optimizing SharePoint Performance Configure diagnostic log consideration:•Change the location … Continue reading SharePoint 2010 Training Day 5 Notes

SharePoint 2010 Training Day 4 Notes


Module 10: Administering and Configuring SharePoint Search Search server 2010 express (standalone server)/ SharePoint 2010 search (farm)/  FAST search server (standalone product) Crawl/ Query Crawl: content sources/ crawl rules/ crawl logs/ IFilter and protocol handler Query: authoritative pages/ federated search/ metadata property/ search scope Refine search: relevance/ refinement panel/ key words and best bets/ noise … Continue reading SharePoint 2010 Training Day 4 Notes

SharePoint 2010 Training Day 3 Notes


Module 7: Managing SharePoint Customizations Customizing SharePoint: Web Browser/ SharePoint Desinger/ Visual Studio Deploy feature: Install-SPFeature –Path "ContosoProjects" Activate feature: Enable-SPFeature –Identity ContosoProjects Add solution: Add-SPSolution –LiteralPath "c:\custom\contososolution.wsp" Deploy solution: Install-SPSolution –Identity ContosoSolution Sandbox solution Enable developer dashboard stsadm or PS Module 8: Configuring and Securing SharePoint Services and Service Applications Secure Enterprise SharePoint service … Continue reading SharePoint 2010 Training Day 3 Notes