Design a share point 2013 architecture – the basicsAlexander Meijers
session walks you through the necessary steps to design a SharePoint 2013 architecture. It explains what information is needed to actually design such an architecture and discusses the many things you need to know to make the right decisions. It helps you to design a small, medium or large SharePoint farm for your customers
Despite the rumors of its demise, SharePoint On-Premises is still very much alive and kicking, and it is still critical to architect it for performance. During this session, we walk you through some of the highlights of the content that will be presented in the 'Ultimate SharePoint Infrastructure Best Practices' session that the speaker will present at the European SharePoint Conference in May. Topics discussed are SharePoint infrastructure security, database performance and optimization, server virtualization, and high availability.
This document discusses SQL Server best practices for optimizing performance when used with SharePoint. It recommends using SQL Server on 64-bit hardware with plenty of RAM, separating databases onto different disks, setting the MAXDOP value to 1, and properly sizing and managing database files and indexes. It also provides guidance on monitoring for performance bottlenecks and maintaining databases regularly through techniques like reindexing fragmented indexes. The goal is to minimize SQL Server contention and I/O bottlenecks that could impact front-end SharePoint servers.
What SQL DBAs need to know about SharePoint-Indianapolis 2013J.D. Wade
With the number of deployments of SharePoint exponentially growing every day, as a DBA, it is very likely you are going to have SharePoint databases on SQL Servers you support. This session reviews SharePoint strictly from the SQL Server perspective. You will learn how SharePoint is optimized for SQL, how to properly manage and maintain the SharePoint databases, how to optimize the SQL configuration for SharePoint, what settings in SharePoint need to be changed or not changed to maintain SQL Server performance, supported methods for providing high availability and disaster recovery, and the part SharePoint and SQL each play in the Microsoft Business Intelligence story.
Michael Noel is an author of several books on SharePoint and other Microsoft technologies. He is a partner at Convergent Computing, an infrastructure and security consulting firm focused on SharePoint, Active Directory, Exchange, and security. In his presentation, he discussed best practices for architecting and optimizing SharePoint 2013 infrastructures, including farm designs, server virtualization approaches, high availability and disaster recovery options, security strategies, and SQL Server and data management techniques.
Responsive Web Design ~ Best Practices for Maximizing ROIJuan Carlos Duron
Implementing a Responsive design for SharePoint? Consider these best practices to ensure you’re delivering an optimized experience for your users. This session discusses RWD principles and industry leading best practice guidelines, followed by a review of public facing SharePoint sites and design elements that can impact project costs and timelines.
The document discusses Microsoft SharePoint server farm topologies and sizing recommendations. It covers factors to consider like availability, capacity, performance, and organizational requirements. It provides guidance on the number of servers, databases, web applications, and other components for small, medium and large farm designs based on the number of users and workload. It also discusses virtualization support and recommendations.
This document provides an introduction and overview of SharePoint 2010. It discusses the evolution of SharePoint from previous versions. It also outlines the key technologies and features in both SharePoint Foundation 2010 and SharePoint Server 2010, including social networking capabilities, improved search, workflows, infoPath forms, and more. Finally, it covers hardware, software, and client requirements as well as basic and advanced installation processes.
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...J.D. Wade
You will learn how SharePoint is optimized for SQL, how to properly manage and maintain the SharePoint databases, how to optimize the SQL configuration for SharePoint, what settings in SharePoint need to be changed or not changed to maintain SQL Server performance, and supported methods for providing high availability and disaster recovery.
This document provides an overview of SharePoint fundamentals including an introduction to SharePoint 2010, what it can be used for, hardware and software requirements, and the server and site architecture. It also demonstrates how to create a SharePoint web application and site collection, and how to work with lists, libraries, and pages. Key points covered include the capabilities of SharePoint Foundation 2010 vs Server 2010, prerequisites and steps for installing SharePoint, and how site columns and content types allow for reusable schemas.
Migrate to share point 2016 (presentation) chanduraj1984
The document discusses various improvements and deprecated features in SharePoint 2016, and provides guidance on migrating from previous versions of SharePoint to SharePoint 2016. It outlines user, system, security, hybrid, scalability, and performance improvements in SharePoint 2016. It also lists deprecated features. The document then provides a checklist for migrating to SharePoint 2016, including installing and configuring SharePoint 2016, upgrading content databases, and verifying the upgrade status. It also discusses potential issues to expect and solutions when migrating from SharePoint 2013/2010 like InfoPath web service issues, changes to form based authentication, and missing picture library slideshow views.
Introduction To Microsoft SharePoint 2013Vishal Pawar
Microsoft SharePoint is a Web application platform developed by Microsoft. First launched in 2001, SharePoint has historically been associated with intranet content management and document management, but recent versions have significantly broader capabilities
Best Practices to SharePoint Architecture Fundamentals NZ & AUSguest7c2e070
This document provides an overview of SharePoint architecture best practices presented by Joel Oleson, an 8-year veteran of SharePoint. It discusses SharePoint logical and physical architecture fundamentals, common mistakes to avoid, and differences between Windows SharePoint Services 3.0 and SharePoint Server 2007. Key concepts covered include web applications, site collections, sites, servers having specific roles, and topology planning based on usage and requirements. The presentation aims to help admins properly plan their SharePoint implementations.
SharePoint Server 2013 Farm Architecture and Performance by Ben Curry - SPTec...SPTechCon
This document provides an overview of SharePoint Server 2013 farm architecture and performance planning. It discusses farm topology options, web application and service application architectures. It also covers capacity planning best practices like monitoring tools, hardware sizing, database limits and search scaling. The presentation aims to help architects design high performance farms that meet service level targets.
This document discusses modernizing classic SharePoint sites. It provides information on upgrading lists and libraries to support modern features like responsive design, improved speed and branding. It also covers transforming classic wiki pages and publishing pages to the modern experience using tools that can analyze usage and automatically generate equivalent modern pages across sites.
Microsoft's massive investment into Cloud technologies are enough to make anyone stop and wonder if the Cloud is something they should be focusing on for SharePoint. During this full day workshop we will examine Microsoft's Cloud Strategy from an ITPro's perspective and understand how a hybrid scenario can be structured to maximize the On Premises, Infrastructure as a Service, & Cloud capabilities. We will deep dive into deployment planning and implementation across the hybrid stack. We will also discuss and demonstrate the management of the SharePoint platform across all tiers. Join us on this journey from the ground to the cloud and back again!
Plan, prepare & overall process of upgrade and migrate to SharePoint 2013Kashish Sukhija
This Presentation cover step-by-step instructions on how upgrade to SharePoint 2013. Learn how to plan & prepare for Upgrade & Migration. What’s new in SharePoint 2013 for upgrade and what is the upgrade process and best practices. How to clean up an environment before an upgrade, Strategy on Claims Migration and how to prepare for known Issues, Customization Upgrade tips and tricks.
This document summarizes Microsoft's business intelligence (BI) tools for SharePoint 2010, including Excel, PowerPivot, Excel Services, Visio Services, PerformancePoint, and Reporting Services. It provides an overview of how each tool can be used to gather, analyze, and present business data in SharePoint. The document also outlines new features for some of the tools in areas like multi-user editing, interactive pivot tables, and reporting on SharePoint lists.
Automating SQL Server Database Creation for SharePointTalbott Crowell
This document discusses automating SQL Server database creation for SharePoint. It covers planning for document storage, including structuring data across site collections and content databases. A sample solution is presented that partitions data by year into separate content databases to optimize manageability. Other considerations for large-scale document storage with SharePoint like search indexing, backups, and future tools are also covered.
This document provides an overview and introduction to basic SharePoint programming using Visual Studio Extensions for Windows SharePoint Services version 1.3 (VSeWSS v1.3). It discusses SharePoint 2007 features, programming in SharePoint using the object model and CAML queries, creating web parts and application pages, using features to extend functionality, and working with lists and event receivers. The agenda includes demonstrations of programming tasks like creating and querying lists, building a simple web part, and handling list item events.
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016Alistair Pugin
The document discusses effective SharePoint architecture and provides recommendations for server roles, hardware specifications, and database configuration. It recommends a farm architecture with two web front end servers, two application servers, and a SQL Server 2012 cluster with two nodes. The web front end and application servers should each have 16GB RAM, 4 CPU cores, and two hard drives. SQL servers should have 32GB RAM, 8 CPU cores, and five hard drives configured for data, tempdb, and backup files. It also provides tips for securing SharePoint such as implementing firewalls, running security analyzers, and following hardening guidance.
Share Point Presentation Introduction To Sharepointrpeterson1
This document provides an overview of SharePoint and where to begin implementing it. It outlines some session objectives, including reviewing SharePoint at a high level and where to start. Various SharePoint templates and features are then described in detail, such as team sites, document libraries, forms, business intelligence capabilities like Excel Services, and more. The document concludes by recommending reviewing business needs and identifying top requirements to focus initial implementation efforts.
Here are the key components of the new Analytics Platform in SharePoint 2013:
1. Event collection - Events like page views, clicks, etc. are collected from various sources.
2. Filtering and normalization - Events are filtered to remove unwanted data like from bots. Relevant events are normalized into a standard format.
3. Processing and storage - Analyzed events are stored in the reporting database and search index for reporting and relevance.
4. Analytics processing jobs - Periodic jobs examine event data to calculate metrics like popularity based on views and clicks.
5. Reporting - Dashboards, reports and search features use the processed analytics data to show popularity, recommendations, and insights.
SharePoint 2013 Search Topology and OptimizationMike Maadarani
In this presentation, I am explaining the details of all search components, how to properly configure the search topology, and the options to extend the search farm in a hybrid “cloud/on-premises” scenario. This presentation will explain what you need to consider to design your search, in order to handle your organization's needs. We will dive into scripting a high availability search topology, keeping it healthy and manage your day-to-day search operations.
Learn about how to optimize your search for best performance and search relevancy, to support reliable search applications.
This document discusses MinRole and how it works in SharePoint 2016. MinRole allows administrators to define each server's role in the farm topology. SharePoint will then automatically configure the appropriate services on each server based on its role. This simplifies deployments and improves performance and reliability compared to previous versions where services had to be manually configured. The document outlines the different server roles in MinRole and provides examples of typical topologies. It also discusses how MinRole impacts upgrades and how to configure, manage and monitor MinRole in SharePoint 2016.
Tuning SQL Server for Sharepoint 2013- What every sharepoint consultant need...serge luca
Tuning SQL Server for SharePoint what every SharePoint consultant needs to know - SharePoint Summit Vancouver - Serge Luca (SharePoint MVP) and Isabelle Van Campenhoudt(SQ Server MVP); ShareQL, Belgium
This blog will help you learn how to back up a single content database in SharePoint 2016. And restore the database on your SharePoint 2019 server environment.
http://www.softreetechnology.com/blogs/migrate-sharepoint-2016-to-sharepoint-2019-environment-using-content-database-migration/
This document provides an overview of new features in SharePoint 2016 and guidance for deploying and upgrading to SharePoint 2016. It discusses the new MinRole architecture, requirements for hybrid deployments, and the overall upgrade process from planning to post-upgrade testing. Key points include that MinRole optimizes farms for scale by defining server roles, Distributed Cache requires 3 servers for high availability, and upgrades require testing custom solutions for compatibility with SharePoint 2016.
Comparison of SharePoint 2010 and SharePoint 2013Ian Woodgate
I've highlighted some of the many of the areas of change between SharePoint 2010 and SharePoint 2013, in this deck which was presented at SharePoint Saturday UK 2013, along with demos.
What's New and Different in SharePoint 2013Noorez Khamis
There are a lot of great features at the forefront and behind the scenes in the new SharePoint 2013 Server. This is an introductory session which will help you get a good feel for the new features and functionality of SharePoint 2013 Server including first looks and demos. Whether you are an IT Pro, Developer or End User, if you have worked with any version of SharePoint before, this session will give you a good feel of some of the features that you will love in SharePoint 2013.
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...J.D. Wade
You will learn how SharePoint is optimized for SQL, how to properly manage and maintain the SharePoint databases, how to optimize the SQL configuration for SharePoint, what settings in SharePoint need to be changed or not changed to maintain SQL Server performance, and supported methods for providing high availability and disaster recovery.
This document provides an overview of SharePoint fundamentals including an introduction to SharePoint 2010, what it can be used for, hardware and software requirements, and the server and site architecture. It also demonstrates how to create a SharePoint web application and site collection, and how to work with lists, libraries, and pages. Key points covered include the capabilities of SharePoint Foundation 2010 vs Server 2010, prerequisites and steps for installing SharePoint, and how site columns and content types allow for reusable schemas.
Migrate to share point 2016 (presentation) chanduraj1984
The document discusses various improvements and deprecated features in SharePoint 2016, and provides guidance on migrating from previous versions of SharePoint to SharePoint 2016. It outlines user, system, security, hybrid, scalability, and performance improvements in SharePoint 2016. It also lists deprecated features. The document then provides a checklist for migrating to SharePoint 2016, including installing and configuring SharePoint 2016, upgrading content databases, and verifying the upgrade status. It also discusses potential issues to expect and solutions when migrating from SharePoint 2013/2010 like InfoPath web service issues, changes to form based authentication, and missing picture library slideshow views.
Introduction To Microsoft SharePoint 2013Vishal Pawar
Microsoft SharePoint is a Web application platform developed by Microsoft. First launched in 2001, SharePoint has historically been associated with intranet content management and document management, but recent versions have significantly broader capabilities
Best Practices to SharePoint Architecture Fundamentals NZ & AUSguest7c2e070
This document provides an overview of SharePoint architecture best practices presented by Joel Oleson, an 8-year veteran of SharePoint. It discusses SharePoint logical and physical architecture fundamentals, common mistakes to avoid, and differences between Windows SharePoint Services 3.0 and SharePoint Server 2007. Key concepts covered include web applications, site collections, sites, servers having specific roles, and topology planning based on usage and requirements. The presentation aims to help admins properly plan their SharePoint implementations.
SharePoint Server 2013 Farm Architecture and Performance by Ben Curry - SPTec...SPTechCon
This document provides an overview of SharePoint Server 2013 farm architecture and performance planning. It discusses farm topology options, web application and service application architectures. It also covers capacity planning best practices like monitoring tools, hardware sizing, database limits and search scaling. The presentation aims to help architects design high performance farms that meet service level targets.
This document discusses modernizing classic SharePoint sites. It provides information on upgrading lists and libraries to support modern features like responsive design, improved speed and branding. It also covers transforming classic wiki pages and publishing pages to the modern experience using tools that can analyze usage and automatically generate equivalent modern pages across sites.
Microsoft's massive investment into Cloud technologies are enough to make anyone stop and wonder if the Cloud is something they should be focusing on for SharePoint. During this full day workshop we will examine Microsoft's Cloud Strategy from an ITPro's perspective and understand how a hybrid scenario can be structured to maximize the On Premises, Infrastructure as a Service, & Cloud capabilities. We will deep dive into deployment planning and implementation across the hybrid stack. We will also discuss and demonstrate the management of the SharePoint platform across all tiers. Join us on this journey from the ground to the cloud and back again!
Plan, prepare & overall process of upgrade and migrate to SharePoint 2013Kashish Sukhija
This Presentation cover step-by-step instructions on how upgrade to SharePoint 2013. Learn how to plan & prepare for Upgrade & Migration. What’s new in SharePoint 2013 for upgrade and what is the upgrade process and best practices. How to clean up an environment before an upgrade, Strategy on Claims Migration and how to prepare for known Issues, Customization Upgrade tips and tricks.
This document summarizes Microsoft's business intelligence (BI) tools for SharePoint 2010, including Excel, PowerPivot, Excel Services, Visio Services, PerformancePoint, and Reporting Services. It provides an overview of how each tool can be used to gather, analyze, and present business data in SharePoint. The document also outlines new features for some of the tools in areas like multi-user editing, interactive pivot tables, and reporting on SharePoint lists.
Automating SQL Server Database Creation for SharePointTalbott Crowell
This document discusses automating SQL Server database creation for SharePoint. It covers planning for document storage, including structuring data across site collections and content databases. A sample solution is presented that partitions data by year into separate content databases to optimize manageability. Other considerations for large-scale document storage with SharePoint like search indexing, backups, and future tools are also covered.
This document provides an overview and introduction to basic SharePoint programming using Visual Studio Extensions for Windows SharePoint Services version 1.3 (VSeWSS v1.3). It discusses SharePoint 2007 features, programming in SharePoint using the object model and CAML queries, creating web parts and application pages, using features to extend functionality, and working with lists and event receivers. The agenda includes demonstrations of programming tasks like creating and querying lists, building a simple web part, and handling list item events.
Effective SharePoint Architecture - SharePoint Saturday Stockholm 2016Alistair Pugin
The document discusses effective SharePoint architecture and provides recommendations for server roles, hardware specifications, and database configuration. It recommends a farm architecture with two web front end servers, two application servers, and a SQL Server 2012 cluster with two nodes. The web front end and application servers should each have 16GB RAM, 4 CPU cores, and two hard drives. SQL servers should have 32GB RAM, 8 CPU cores, and five hard drives configured for data, tempdb, and backup files. It also provides tips for securing SharePoint such as implementing firewalls, running security analyzers, and following hardening guidance.
Share Point Presentation Introduction To Sharepointrpeterson1
This document provides an overview of SharePoint and where to begin implementing it. It outlines some session objectives, including reviewing SharePoint at a high level and where to start. Various SharePoint templates and features are then described in detail, such as team sites, document libraries, forms, business intelligence capabilities like Excel Services, and more. The document concludes by recommending reviewing business needs and identifying top requirements to focus initial implementation efforts.
Here are the key components of the new Analytics Platform in SharePoint 2013:
1. Event collection - Events like page views, clicks, etc. are collected from various sources.
2. Filtering and normalization - Events are filtered to remove unwanted data like from bots. Relevant events are normalized into a standard format.
3. Processing and storage - Analyzed events are stored in the reporting database and search index for reporting and relevance.
4. Analytics processing jobs - Periodic jobs examine event data to calculate metrics like popularity based on views and clicks.
5. Reporting - Dashboards, reports and search features use the processed analytics data to show popularity, recommendations, and insights.
SharePoint 2013 Search Topology and OptimizationMike Maadarani
In this presentation, I am explaining the details of all search components, how to properly configure the search topology, and the options to extend the search farm in a hybrid “cloud/on-premises” scenario. This presentation will explain what you need to consider to design your search, in order to handle your organization's needs. We will dive into scripting a high availability search topology, keeping it healthy and manage your day-to-day search operations.
Learn about how to optimize your search for best performance and search relevancy, to support reliable search applications.
This document discusses MinRole and how it works in SharePoint 2016. MinRole allows administrators to define each server's role in the farm topology. SharePoint will then automatically configure the appropriate services on each server based on its role. This simplifies deployments and improves performance and reliability compared to previous versions where services had to be manually configured. The document outlines the different server roles in MinRole and provides examples of typical topologies. It also discusses how MinRole impacts upgrades and how to configure, manage and monitor MinRole in SharePoint 2016.
Tuning SQL Server for Sharepoint 2013- What every sharepoint consultant need...serge luca
Tuning SQL Server for SharePoint what every SharePoint consultant needs to know - SharePoint Summit Vancouver - Serge Luca (SharePoint MVP) and Isabelle Van Campenhoudt(SQ Server MVP); ShareQL, Belgium
This blog will help you learn how to back up a single content database in SharePoint 2016. And restore the database on your SharePoint 2019 server environment.
http://www.softreetechnology.com/blogs/migrate-sharepoint-2016-to-sharepoint-2019-environment-using-content-database-migration/
This document provides an overview of new features in SharePoint 2016 and guidance for deploying and upgrading to SharePoint 2016. It discusses the new MinRole architecture, requirements for hybrid deployments, and the overall upgrade process from planning to post-upgrade testing. Key points include that MinRole optimizes farms for scale by defining server roles, Distributed Cache requires 3 servers for high availability, and upgrades require testing custom solutions for compatibility with SharePoint 2016.
Comparison of SharePoint 2010 and SharePoint 2013Ian Woodgate
I've highlighted some of the many of the areas of change between SharePoint 2010 and SharePoint 2013, in this deck which was presented at SharePoint Saturday UK 2013, along with demos.
What's New and Different in SharePoint 2013Noorez Khamis
There are a lot of great features at the forefront and behind the scenes in the new SharePoint 2013 Server. This is an introductory session which will help you get a good feel for the new features and functionality of SharePoint 2013 Server including first looks and demos. Whether you are an IT Pro, Developer or End User, if you have worked with any version of SharePoint before, this session will give you a good feel of some of the features that you will love in SharePoint 2013.
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...Michael Noel
This document discusses redundancy and high availability strategies for SharePoint 2010 farms. It describes the different server roles in SharePoint and how each can be made redundant. It provides examples of load-balanced web server architectures and search service application topologies using multiple query and crawl servers. The document also covers database mirroring techniques for content databases and best practices for backup and recovery.
SharePoint 2010 is a multifunctional product that can respond to a wide arrey of business needs. This presentation shows the highlights of this new product.
Access Services in SharePoint 2010 - All You Need to KnowNik Patel
This document provides an overview of Access Services in SharePoint 2010. It discusses the benefits of Access Services, how to configure it on a SharePoint farm, and how to deploy Access databases to Access Services. It also covers limitations, performance tuning, and considerations for migrating Access databases. The presentation aims to help administrators and analysts understand Access Services and identify best practices.
The document discusses various APIs that can be used to develop applications for SharePoint 2013, including the Client Side Object Model (CSOM), REST, and OData. It provides an overview of each API, how and when to use each one, and examples of common tasks like authentication, querying lists, and CRUD operations. Code samples are provided for the .NET, JavaScript, and REST APIs. The document aims to help developers choose the appropriate API based on their application type and development skills.
This document summarizes new features in SharePoint 2010 workflows. It discusses out-of-the-box workflows, new capabilities in SharePoint Designer workflows like parallel steps and new actions. Visio workflows published to SharePoint are introduced. The document also compares sequential and state machine workflows, and the strengths of building workflows with SharePoint Designer, Visio and Visual Studio. It concludes with demonstrations of a Visio workflow published to SharePoint and sequential/state machine workflows in Visual Studio.
The document outlines the content to be covered in a 30-hour SharePoint 2010 Administration course. It is divided into sessions that will cover topics such as understanding SharePoint 2010 and its components, installing and configuring SharePoint farms, basic concepts for administrators including lists and libraries, service applications, search functionality, central administration operations, security concepts, and using SharePoint Designer. The sessions are estimated to take between 1.5 to 4 hours each to cover the associated topics and demonstrations.
The document introduces the business process management (BPM) life cycle. It discusses that improving BPM efforts requires increasing capabilities in three areas: process maturity, process management maturity, and organizational maturity. The BPM life cycle involves analyzing the organization, designing and modeling processes, implementing processes, monitoring processes, and continually improving processes. Key aspects of the life cycle include setting goals and strategies, defining metrics, identifying bottlenecks, and linking process management to the overall organization's mission and objectives.
Sharepoint 2010 overview - what it is and what it can doFaisal Masood
Faisal Masood from Softvative Inc gave a presentation on SharePoint 2010. He discussed the history and editions of SharePoint, the core technology it uses, and how it can be used within an organization's web strategy. He explained the key features of SharePoint 2010 Foundation and Server editions. Masood also outlined six core features of SharePoint - sites, communities, content, search, insights, and composites. Finally, he provided examples of common business scenarios and how SharePoint 2010 can provide solutions.
This presentation provides you with an overview of Business Process Management (BPM). The slides are from AIIM's BPM Certificate Program, which is a training program designed from global best practices among AIIM's 65,000 Associate and Professional members. The BPM program covers concepts and technologies for process streamlining and re-engineering; requirements gathering and analysis; application integration; process design and modelling; monitoring and process analysis; and managing change. For more information visit www.aiim.org/training
Introduction to Business Process ManagementAlan McSweeney
Training Course - Introduction to Business Process Management
It is intended to be a good general and practical introduction to the subject. It covers the following topics:
1. Business Process Management
2. Process Modelling
3. Process Analysis
4. Process Design
5. Process Performance Management
6. Process Transformation
7. Process Management Organisation
8. Enterprise Process Management
9. Business Process Management Technologies
10. Business Process Management and Business Analysis
11. Business Process Management Technology Review
What SQL DBA's need to know about SharePointJ.D. Wade
With the number of deployments of SharePoint exponentially growing every day, as a DBA, it is very likely you are going to have SharePoint databases on SQL Servers you support. This session reviews SharePoint strictly from the SQL Server perspective. You will learn how SharePoint is optimized for SQL, how to properly manage and maintain the SharePoint databases, how to optimize the SQL configuration for SharePoint, what settings in SharePoint need to be changed or not changed to maintain SQL Server performance, and supported methods for providing high availability and disaster recovery.
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013J.D. Wade
This document provides an overview and guidance for SQL DBAs on key topics related to managing databases for SharePoint. It covers SharePoint database types and schema, performance considerations like server setup, database management, and operations. It also discusses high availability and disaster recovery options like clustering, mirroring and AlwaysOn availability groups. Other sections address the SharePoint kitchen sink of applications, business intelligence integration, and remote blob storage.
What SharePoint Admins need to know about SQL-CinncinatiJ.D. Wade
Does you know there are numerous settings changes you should be making on your SQL Server for your SharePoint farm? Do you know there are settings in SharePoint that you should never change if you wish to maintain SQL performance? This session reviews how to properly setup and maintain SQL Server for a SharePoint farm. You will learn how SharePoint is optimized for SQL, how to properly manage and maintain the SharePoint databases, how to optimize the SQL configuration for SharePoint, what settings in SharePoint need to be changed or not changed to maintain SQL Server performance, and supported methods for providing high availability and disaster recovery.
The document provides requirements and recommendations for installing SQL Server 2008 Enterprise edition. It lists minimum and recommended specifications for processors, memory, hard disk space, monitors and supported operating systems. It estimates disk space needs for different SQL Server modules and components. It provides brief guidance on backups, identifying data corruption, and removing index fragmentation.
Share point 2010_installation_topologies-day 2Narayana Reddy
The document provides an overview of SharePoint 2010 site and database architecture, service applications, different SharePoint topologies, and prerequisites and steps for installing SharePoint. It discusses how SharePoint sites are organized hierarchically and have separate content, configuration, and other databases. It also explains how service applications in SharePoint 2010 are more independent than service silos in previous versions, and can be deployed separately. The document outlines hardware and software requirements and gives a high-level overview of installing SharePoint in single-server, small, medium, and large farm topologies.
SPS Kansas City: What SharePoint Admin need to know about SQLJ.D. Wade
You will learn how SharePoint is optimized for SQL, how to properly manage and maintain the SharePoint databases, how to optimize the SQL configuration for SharePoint, what settings in SharePoint need to be changed or not changed to maintain SQL Server performance, and supported methods for providing high availability and disaster recovery.
Richmond SharePoint User Group - SharePoint 2013 a Brief Capability OverviewDan Usher
This document provides an overview and comparison of system requirements, upgrade paths, new features, and support for SharePoint 2010 and SharePoint 2013. It summarizes hardware specifications for servers, software requirements, supported browsers, and methods for upgrading from previous versions of SharePoint. New capabilities in SharePoint 2013 like distributed cache, social features, and the app model are also briefly outlined.
Hampton Road SQL and SharePoint User Group - SharePoint 2013 a Brief Capabili...Dan Usher
This document provides an overview and comparison of system requirements, upgrade paths, new features, and support for SharePoint 2010 and SharePoint 2013. It summarizes hardware specifications for servers, software requirements, supported browsers, and methods for upgrading from previous versions of SharePoint. New capabilities in SharePoint 2013 like distributed cache, social features, and the app model are also introduced. Contact information is provided at the end for following up with questions.
Shredded Bits, It’s what’s for Breakfast…Scott Hoag
This document provides an overview and comparison of system requirements, upgrade paths, new features, and support for SharePoint 2010 and SharePoint 2013. It summarizes hardware specifications for servers, software requirements, supported browsers, and methods for upgrading from previous versions of SharePoint. New capabilities in SharePoint 2013 like distributed cache, social features, and the app model are also briefly outlined.
HRSSUG - SharePoint 2013 - A brief overview of IT Pro CapabilityScott Hoag
This document provides an overview and comparison of system requirements, upgrade paths, new features, and support for SharePoint 2010 and SharePoint 2013. It summarizes hardware specifications for servers, software requirements, supported browsers, and methods for upgrading from previous versions of SharePoint. New capabilities in SharePoint 2013 like distributed cache, social features, and the app model are also briefly outlined.
This document provides an overview of the new features and changes in SharePoint 2013, including:
- Service applications have been improved and new ones are available, while Office Web Apps is now a separate product.
- Social features like microblogging and activity feeds have been enhanced. Enterprise content management, web content management, business intelligence and mobile experiences have also been expanded.
- The themes engine is now based on HTML5 instead of PowerPoint, allowing for richer customizable themes. Sharing functionality has been improved with easier permission requests and management.
What SQL DBA's need to know about SharePoint-St. Louis 2013J.D. Wade
With the number of deployments of SharePoint exponentially growing every day, as a DBA, it is very likely you are going to have SharePoint databases on SQL Servers you support. This session reviews SharePoint strictly from the SQL Server perspective. You will learn how SharePoint is optimized for SQL, how to properly manage and maintain the SharePoint databases, how to optimize the SQL configuration for SharePoint, what settings in SharePoint need to be changed or not changed to maintain SQL Server performance, supported methods for providing high availability and disaster recovery, and the part SharePoint and SQL each play in the Microsoft Business Intelligence story.
With the recent release of SQL Server 2016 SP1 providing a consistent programming surface area has generated quite a buzz in the SQL Server community. SQL Server 2016 SP1 allows businesses of all sizes to leverage full feature set such as In-Memory technologies on all editions of SQL Server to get enterprise grade performance. This presentation focuses on the new improvements, new limits on the lower editions, differentiating factors and key scenarios enabled by SQL Server 2016 SP1 which makes SQL Server 2016 SP1 an obvious choice for the customers. This session was delivered to PASS VC DBA fundamentals chapter for everyone to learn about these exciting new improvements announced with SQL Server 2016 SP1 to ensure they are leveraging them to maximize performance and throughput of your SQL Server environment.
Deep Dive into SharePoint Topologies and Server Architecture for SharePoint 2013K.Mohamed Faizal
Come and understand different type of SharePoint Topologies and learn how to design for SharePoint architecture that serve for Intranet, Websites, Office Web Apps Server, App management, wide-area networks, monitoring, newsfeeds, distributed cache, high availability, and disaster recovery.
Virtualization Best Practices-Tips and Tricks From ExpertLai Yoong Seng
- The document provides virtualization best practices for planning, deployment, and management of virtual machines. It includes 10 tips and tricks such as understanding applications before virtualizing, selecting proper hardware, deciding between stand-alone or clustered Hyper-V, using Server Core to reduce attacks, and monitoring VM performance. The document also recommends some free tools for analyzing virtualization configurations.
This document provides an overview of Microsoft SharePoint, including its history, core functionality, applications, architecture, requirements and advantages/disadvantages. SharePoint originated from projects called Office Server and Tahoe and has evolved through several versions since 2001. It can be used for intranet portals, document management, and more. SharePoint uses a n-tier service-oriented architecture and can scale from a single machine to hundreds of machines.
SharePoint Saturday San Antonio: SharePoint 2010 PerformanceBrian Culver
Is your farm struggling to server your organization? How long is it taking between page requests? Where is your bottleneck in your farm? Is your SQL Server tuned properly? Worried about upgrading due to poor performance? We will look at various tools for analyzing and measuring performance of your farm. We will look at simple SharePoint and IIS configuration options to instantly improve performance. I will discuss advanced approaches for analyzing, measuring and implementing optimizations in your farm.
Building the Perfect SharePoint 2010 Farm - MS Days Bulgaria 2012Michael Noel
This document discusses best practices for building a highly available and optimized SharePoint 2010 farm. It covers farm architecture including recommended server roles and sizing. It also discusses virtualization options and performance monitoring considerations. The document outlines strategies for data management including content database distribution, remote BLOB storage, SQL database optimization, and maintenance plans. Finally, it compares high availability and disaster recovery options for SQL Server like AlwaysOn availability groups and failover clustering.
Quantum Computing Quick Research Guide by Arthur MorganArthur Morgan
This is a Quick Research Guide (QRG).
QRGs include the following:
- A brief, high-level overview of the QRG topic.
- A milestone timeline for the QRG topic.
- Links to various free online resource materials to provide a deeper dive into the QRG topic.
- Conclusion and a recommendation for at least two books available in the SJPL system on the QRG topic.
QRGs planned for the series:
- Artificial Intelligence QRG
- Quantum Computing QRG
- Big Data Analytics QRG
- Spacecraft Guidance, Navigation & Control QRG (coming 2026)
- UK Home Computing & The Birth of ARM QRG (coming 2027)
Any questions or comments?
- Please contact Arthur Morgan at [email protected].
100% human made.
How Can I use the AI Hype in my Business Context?Daniel Lehner
𝙄𝙨 𝘼𝙄 𝙟𝙪𝙨𝙩 𝙝𝙮𝙥𝙚? 𝙊𝙧 𝙞𝙨 𝙞𝙩 𝙩𝙝𝙚 𝙜𝙖𝙢𝙚 𝙘𝙝𝙖𝙣𝙜𝙚𝙧 𝙮𝙤𝙪𝙧 𝙗𝙪𝙨𝙞𝙣𝙚𝙨𝙨 𝙣𝙚𝙚𝙙𝙨?
Everyone’s talking about AI but is anyone really using it to create real value?
Most companies want to leverage AI. Few know 𝗵𝗼𝘄.
✅ What exactly should you ask to find real AI opportunities?
✅ Which AI techniques actually fit your business?
✅ Is your data even ready for AI?
If you’re not sure, you’re not alone. This is a condensed version of the slides I presented at a Linkedin webinar for Tecnovy on 28.04.2025.
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxshyamraj55
We’re bringing the TDX energy to our community with 2 power-packed sessions:
🛠️ Workshop: MuleSoft for Agentforce
Explore the new version of our hands-on workshop featuring the latest Topic Center and API Catalog updates.
📄 Talk: Power Up Document Processing
Dive into smart automation with MuleSoft IDP, NLP, and Einstein AI for intelligent document workflows.
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfSoftware Company
Explore the benefits and features of advanced logistics management software for businesses in Riyadh. This guide delves into the latest technologies, from real-time tracking and route optimization to warehouse management and inventory control, helping businesses streamline their logistics operations and reduce costs. Learn how implementing the right software solution can enhance efficiency, improve customer satisfaction, and provide a competitive edge in the growing logistics sector of Riyadh.
Mobile App Development Company in Saudi ArabiaSteve Jonas
EmizenTech is a globally recognized software development company, proudly serving businesses since 2013. With over 11+ years of industry experience and a team of 200+ skilled professionals, we have successfully delivered 1200+ projects across various sectors. As a leading Mobile App Development Company In Saudi Arabia we offer end-to-end solutions for iOS, Android, and cross-platform applications. Our apps are known for their user-friendly interfaces, scalability, high performance, and strong security features. We tailor each mobile application to meet the unique needs of different industries, ensuring a seamless user experience. EmizenTech is committed to turning your vision into a powerful digital product that drives growth, innovation, and long-term success in the competitive mobile landscape of Saudi Arabia.
Book industry standards are evolving rapidly. In the first part of this session, we’ll share an overview of key developments from 2024 and the early months of 2025. Then, BookNet’s resident standards expert, Tom Richardson, and CEO, Lauren Stewart, have a forward-looking conversation about what’s next.
Link to recording, presentation slides, and accompanying resource: https://bnctechforum.ca/sessions/standardsgoals-for-2025-standards-certification-roundup/
Presented by BookNet Canada on May 6, 2025 with support from the Department of Canadian Heritage.
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...SOFTTECHHUB
I started my online journey with several hosting services before stumbling upon Ai EngineHost. At first, the idea of paying one fee and getting lifetime access seemed too good to pass up. The platform is built on reliable US-based servers, ensuring your projects run at high speeds and remain safe. Let me take you step by step through its benefits and features as I explain why this hosting solution is a perfect fit for digital entrepreneurs.
Technology Trends in 2025: AI and Big Data AnalyticsInData Labs
At InData Labs, we have been keeping an ear to the ground, looking out for AI-enabled digital transformation trends coming our way in 2025. Our report will provide a look into the technology landscape of the future, including:
-Artificial Intelligence Market Overview
-Strategies for AI Adoption in 2025
-Anticipated drivers of AI adoption and transformative technologies
-Benefits of AI and Big data for your business
-Tips on how to prepare your business for innovation
-AI and data privacy: Strategies for securing data privacy in AI models, etc.
Download your free copy nowand implement the key findings to improve your business.
Generative Artificial Intelligence (GenAI) in BusinessDr. Tathagat Varma
My talk for the Indian School of Business (ISB) Emerging Leaders Program Cohort 9. In this talk, I discussed key issues around adoption of GenAI in business - benefits, opportunities and limitations. I also discussed how my research on Theory of Cognitive Chasms helps address some of these issues
Semantic Cultivators : The Critical Future Role to Enable AIartmondano
By 2026, AI agents will consume 10x more enterprise data than humans, but with none of the contextual understanding that prevents catastrophic misinterpretations.
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025BookNet Canada
Book industry standards are evolving rapidly. In the first part of this session, we’ll share an overview of key developments from 2024 and the early months of 2025. Then, BookNet’s resident standards expert, Tom Richardson, and CEO, Lauren Stewart, have a forward-looking conversation about what’s next.
Link to recording, transcript, and accompanying resource: https://bnctechforum.ca/sessions/standardsgoals-for-2025-standards-certification-roundup/
Presented by BookNet Canada on May 6, 2025 with support from the Department of Canadian Heritage.
Spark is a powerhouse for large datasets, but when it comes to smaller data workloads, its overhead can sometimes slow things down. What if you could achieve high performance and efficiency without the need for Spark?
At S&P Global Commodity Insights, having a complete view of global energy and commodities markets enables customers to make data-driven decisions with confidence and create long-term, sustainable value. 🌍
Explore delta-rs + CDC and how these open-source innovations power lightweight, high-performance data applications beyond Spark! 🚀
What is Model Context Protocol(MCP) - The new technology for communication bw...Vishnu Singh Chundawat
The MCP (Model Context Protocol) is a framework designed to manage context and interaction within complex systems. This SlideShare presentation will provide a detailed overview of the MCP Model, its applications, and how it plays a crucial role in improving communication and decision-making in distributed systems. We will explore the key concepts behind the protocol, including the importance of context, data management, and how this model enhances system adaptability and responsiveness. Ideal for software developers, system architects, and IT professionals, this presentation will offer valuable insights into how the MCP Model can streamline workflows, improve efficiency, and create more intuitive systems for a wide range of use cases.
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxAnoop Ashok
In today's fast-paced retail environment, efficiency is key. Every minute counts, and every penny matters. One tool that can significantly boost your store's efficiency is a well-executed planogram. These visual merchandising blueprints not only enhance store layouts but also save time and money in the process.
Andrew Marnell: Transforming Business Strategy Through Data-Driven InsightsAndrew Marnell
With expertise in data architecture, performance tracking, and revenue forecasting, Andrew Marnell plays a vital role in aligning business strategies with data insights. Andrew Marnell’s ability to lead cross-functional teams ensures businesses achieve sustainable growth and operational excellence.
AI and Data Privacy in 2025: Global TrendsInData Labs
In this infographic, we explore how businesses can implement effective governance frameworks to address AI data privacy. Understanding it is crucial for developing effective strategies that ensure compliance, safeguard customer trust, and leverage AI responsibly. Equip yourself with insights that can drive informed decision-making and position your organization for success in the future of data privacy.
This infographic contains:
-AI and data privacy: Key findings
-Statistics on AI data privacy in the today’s world
-Tips on how to overcome data privacy challenges
-Benefits of AI data security investments.
Keep up-to-date on how AI is reshaping privacy standards and what this entails for both individuals and organizations.
2. SharePoint 2013 Architecture
In general model has stayed same as in
previous version
Numerous platform level improvements
and new capabilities
◦Shredded Storage
◦SQL Improvements
◦Request Management
◦Cache Service
◦Sharing
◦Themes
3. Service applications in SharePoint 2013
•New service applications available and
improvements on existing ones
•Office Web Apps is no longer a service application
•Web Analytics is no longer service application, it’s
part of search
5. Web & Application Servers | Single Server Farms
Load balanced or routed requests
Minimum Hardware Requirements
Web tier Web servers with
query component
Processor: 64-bit, 4 cores
RAM: Application server with:
8 GB for production use Application tier • Central Administration
• Search administration
component
4 GB for developer or evaluation use • Crawl component
Hard disk: Database server with:
Database tier • Central Administration
80 GB free for system drive configuration and content
databases
Maintain 2x free space as available RAM • Farm content database
• Search administration database
• Crawl database
• Property database
6. Web & Application Servers | Single Server Farms
SharePoint 2010 vs. SharePoint “2013” Comparison:
Component SharePoint 2010 Minimum Requirement SharePoint “2013” Minimum Requirement
Processor 64-bit, four cores 64-bit, four cores
RAM 4 GB for developer or evaluation use 4 GB for developer or evaluation use
8 GB for production use in a single server 8 GB for production use in a single server
or multiple server farm or in a multiple server farm
Hard disk 80 GB for system drive 80 GB for system drive
Maintain twice as much free space as you have RAM Maintain twice as much free space as you have RAM
for production environments. for production environments.
7. Database Servers Load balanced or routed requests
Processor:
64-bit, 4 cores for “small” deployments Web tier Web servers with
query component
64-bit, 8 cores for “medium” deployments
RAM:
Application server with:
8 GB for “small” deployments Application tier •• Central Administration
Search administration
16 GB for “medium” deployments component
• Crawl component
Hard disk:
Database server with:
80 GB free for system drive Database tier • Central Administration
configuration and content
SP Data Storage dependent on corpus
databases
• Farm content database
• Search administration database
size, performance requirements, etc. • Crawl database
• Property database
8. Database Servers – Minimum Hardware Requirements
SharePoint 2010 vs. SharePoint “2013” Comparison:
Component SharePoint 2010 Minimum Requirement SharePoint “2013” Minimum Requirement
Processor 64-bit, four cores for small deployments 64-bit, 4 cores for small deployments
64-bit, eight cores for medium 64-bit, 8 cores for medium deployments
Deployments
RAM 8 GB for small deployments 8 GB for small deployments
16 GB for medium deployments 16 GB for medium deployments
Hard disk 80 GB for system drive 80 GB for system drive
Hard disk space is dependent on the size Hard disk space is dependent on the size of
of your SharePoint content your SharePoint content
10. Database Servers
Minimum Software Requirements
64-bit edition of Microsoft SQL Server 2008 R2 Service Pack 1
64-bit edition of Windows Server 2008 R2 Service Pack 1 (SP1)
Standard, Enterprise, Data Center, or Web Server
11. Database Servers – Minimum Software Requirements
SharePoint 2010 vs. SharePoint “2013” Comparison:
Component SharePoint 2010 Minimum Requirements SharePoint “2013” Minimum Requirements
SQL Server The 64-bit edition of Microsoft SQL Server The 64-bit edition of Microsoft SQL Server
2005 with Service Pack 3 (SP3). 2008 R2 Service Pack 1.
The 64-bit edition of Microsoft SQL Server
2008 with Service Pack 1 (SP1) and Cumulative
Update 2
The 64-bit edition of Microsoft SQL Server
2008 R2
Windows Server The 64-bit edition of Windows Server 2008 The 64-bit edition of Windows Server 2008
with SP2 R2 Service Pack 1 (SP1)
The 64-bit edition of Windows Server 2008 R2
12. Database Servers – Optional Software
•64-bit edition of Microsoft SQL Server 2012
•SQL Server 2012 Manageability Tool Kit
• SQL Server 2012 Native Client 64-bit
• SQL Server 2012 SQL ScriptDom 64-bit
• System CLR Types for SQL Server 2012
• SQL Server 2012 Transact-SQL 64-bit
• SQL Server 2012 Data-Tier Application Framework 64-bit
13. Web & Application Servers
Minimum Software Requirements
64-bit edition of Windows Server 2008 R2 Service Pack 1 (SP1)
Standard, Enterprise, Data Center, or Web Server
Preparation tool installs the following prerequisites:
Web Server (IIS) role .NET 4 DGR Update KB 2468871 Information Protection &
Application Server role(s) Control Client (MSIPC)
Windows Identity Foundation SQL Server 2008 R2 Native Client Sync Framework Runtime v1.0
(WIF 1.0 and 1.1) (x64)
.Net Framework version 4.0 Open Data Library (ODataLib) Windows PowerShell 3.0
15. Browser Support Matrix
Browser Supported in 15 Supported with limitations Not tested
Internet Explorer 9 (32-bit) X
Internet Explorer 8 (32-bit) X
Internet Explorer 9 (64-bit) X
Internet Explorer 8 (64-bit) X
Internet Explorer 7 (both) X
Mozilla Firefox X
(Latest version in-market)
Google Chrome X
(Latest version in-market)
Safari X
(Latest version in-market)
17. Install The Bits – Follow the Basic
Steps
1. Plan and Prepare; Verify hardware and software requirements
2. Install the required software updates on all farm servers
3. Install the SharePoint 2013 prerequisites on servers in the application and Web tiers
4. Install SharePoint 2013 on the application server and the Web servers
5. Create and configure the SharePoint farm
6. Provision service applications as needed
7. Complete post-deployment tasks as required
18. Prepare the Servers
SharePoint Preparation Tool
◦ Checks for presence of prerequisites
◦ Installs and configures required packages
◦ Requires internet connection to pull down missing prerequisites
◦ Can be run w/o internet connection to check for missing prerequisites
Public Updates and Hotfix Packages
◦ Update WFE & App servers as appropriate
◦ Ensure SQL Updates installed
◦ Ensure all SharePoint servers are at the same patch level
19. My SharePoint 2013 Enviroment
Domain: navware.localedit
Click to Master text styles
◦ Second level
◦ Third level SQL Server 2012
◦ Fourth level
◦ Fifth level
Office 2013 SharePoint 2013 SharePoint 2013 Windows AD, ADFS
Web Services Web Front End server Application Server and Certificate Service
My Lap Top
21. Request Management (RM)
The purpose of the Request Management feature is to give
SharePoint knowledge of and more control over incoming
requests
Having knowledge over the nature of incoming requests – for
example, the user agent, requested URL, or source IP – allows
SharePoint to customize the response to each request
RM is applied per web app, just like throttling is done in
SharePoint 2010
22. RM – Goals
RM can route to WFEs with better health, keeping low-health WFEs alive
RM can identify harmful requests and deny them immediately
RM can prioritize requests by throttling lower-priority ones (bots) to serve
higher-priority ones (end-users)
RM can send all requests of specific type, like search for example, to specific
machines
Isolated traffic can help troubleshoot errors on one machine
RM can send heavy requests to more powerful WFEs
23. RM Components
Request Manager (RM)
Request Throttling and Routing
Throttle if appropriate, or select which
WFE’s the request may be sent to
Request Prioritization
Filter WFEs to only ones healthy
enough for the request
Request Load Balancing
Select a single WFE to route to, based
on weighting schemes like health
25. New Replacement for Web Analytics Service
The Analytics Platform replaces the Web Analytics service
application
Some of the reasons for that included:
◦There was no concept of item-to-item recommendations based on user
behavior, i.e. people who viewed this also viewed foo
◦Couldn’t promote search results based on an item’s popularity (as
determined by # of times an item was viewed)
◦It required a very powerful SQL box and significant storage and IO
◦Lists don’t have explicit view counts
◦The architecture could have problems scaling to large numbers
26. How the New Platform Improves on
Analytics
The new Analytics Processing engine aims to solve these issues:
◦Find relevant information (improve search relevance) – based on views, click thru, etc.
◦See what others are looking at (“hot” indicators and usage numbers – i.e. what’s popular
based on # of views as well as # of unique users to view)
◦Understand how much content is being used (i.e. viewed) and how it compares to other
documents
◦See discussion thread usage and find the hot topics
◦Use this popularity info to populate views through the Content by Search (CBS) WebPart
◦The model is extensible for 3rd parties to build into the platform
27. Processing and Storing Analytics Data
•Data goes through an analysis and reporting process that is
contained within the search service application
•Things like views and counts are combined with click-thru and other
search metrics and pushed into the reporting database
•Some data like view counts are also pushed into the index so it can
be included in search results, sorted on (i.e. what’s most viewed),
etc.
•An analytics processing job examines data for clicks, links, tags, etc.,
as well as the usage data to create the data points used for
reporting
29. New Cache Service
•There is a new distributed cache service in SharePoint 2013, based on
Windows Server AppFabric Distributed Caching
•It is used in features like authentication token caching and My Site social
feeds
•SharePoint 2013 uses caching features that cloud-based cache (Windows
Azure Cache) does not support at this time, so only local cache hosts can be
used; may change in the future
•SharePoint ONLY supports the version of caching that it ships – you cannot
independently upgrade it.
30. New Cache Service (cont.)
•A new Windows service – the AppFabric Caching Service – is
installed on each server in the farm when SharePoint is installed
•It is managed via the Services on Server page in central admin as
the Distributed Cache service
•The config DB keeps track of
• which machines in the farm
• are running the cache service
31. Cache Setup
•The farm account is used as service account for Cache Service
•Like user profile service in SharePoint 2010, during setup the
service account should have elevated privileges (i.e. local
admin)
•After setup is complete you should lower the privileges for the
account
32. Cache Architecture
For caching in farm, scale points have not been
determined yet
◦How many servers are needed, what resources should be built
out (CPU, memory, etc.)
Cache Host
Cache Host
Cache Host
33. Distributed Cache in SharePoint 2013
Dedicated Cache Cluster
Cache Cluster
Distributed Cache service Distributed Cache service Distributed Cache service
(Windows service) (Windows service) (Windows service)
Distributed Cache service Distributed Cache service
(Windows service) (Windows service)
Cache Host Cache Host Cache Host
Cluster configuration
stored in config DB
35. Themes
•The themes engine has been completely reworked
•Everything is now based on HTML instead of proprietary format – including support
for HTML5
• PowerPoint is no longer used to create custom themes
•You get much richer themes and common building blocks for customizing them
• A background image, palette and fonts with live preview
•You can “try it out” to see how it looks
36. Theme Gallery
This is what the new theme gallery looks like, along with a sample of an HTML 5 based theme:
40. Sharing – Problems
Sharing in SharePoint 2013 is designed to solve these common problems from
previous versions of SharePoint:
Granting access to a site can be a bit convoluted
◦Users don’t understand what permission level to grant to other users
◦Users generally don't know who all has permissions on a site
◦Users can’t see the invitations that have been sent out to external users.
◦Users don’t understand what rights they are giving people when they add
them to a SharePoint group
41. Sharing - Problems
Access requests on SharePoint are very limited
◦You can only request access if you have no access at all
◦No obvious ways to ask for additional access
◦You can’t share with others if you don’t have Grant Permissions right, which only
Owners have
◦Users have no way of seeing the status of their requests
◦Sharing is typically done for the whole site, when usually the only thing people
want to share is a web, list or library
◦Site owners don’t have a place to see all pending requests and to manage them
Users can’t see the level of access they have
42. Sharing - Solutions
Sharing in SharePoint 2013 is designed to address these limitations with the
Sharing feature:
◦ A Sharing dialog for adding users, distribution groups, and security groups
◦ An email invitation with a message that can be customized when it’s sent out
◦ A “request on behalf of” feature, where if you don’t have rights to add someone to the site,
you can send a request on someone else’s behalf.
◦ A requests management page where admins can view and respond to all requests
◦ A Personal Permissions page where users can request more permissions than they currently
have
◦ A conversation component to requests, so admins and users can have a dialog about the
request
43. Sharing Process
Users can share a site from the Site Actions menu
Users request access via the access denied page, like before
If a user has the Grant Permissions right, they can share themselves
Otherwise the requests must be handled by an admin
NOTE: You MUST have configured the outgoing SMTP server for a
web application or the “Share this site” menu option will not appear
for anyone but site collection admins
44. Sharing Process
•The admin sees the list of all the pending requests in the Access
Requests and Invitations page
• A link also shows up on Site Permissions when request are pending
•You can accept or decline a request, or add comments to
request additional details
•Users can view all of their own pending requests from the Site
Permissions page
•They can also see and respond to admin comments