Time For SharePoint Poland. SharePoint Content Lifecycle Management. Dawid Kozlowski Systems Engineering manager, EMEA

Size: px
Start display at page:

Download "Time For SharePoint Poland. SharePoint Content Lifecycle Management. Dawid Kozlowski Systems Engineering manager, EMEA"

Transcription

1 Time For SharePoint Poland SharePoint Content Lifecycle Management Dawid Kozlowski Systems Engineering manager, EMEA

2 Agenda Content Organization & Storage Storage Optimization Content Access Archiving

3 Content Organization & Storage

4 Information Architecture Determine the business goals What will your site structure and taxonomy look like? Standardize branding with templates and master pages Other considerations Accountability of published content using workflows or approvals Managing search scopes, security trimming, federation Isolate intranet content from extranets Testing for consistency and performance Training your site/content owners and end users Source: Governance Resource Centre on Microsoft TechNet

5 Storage in a Content Repository Increase in % of inactive data over time Active Data Total Data

6 Planning for SharePoint Storage Recycle bin Versioning Search and index information Growth Good rule of thumb for initial planning is: 3.5 x file system

7 Basic Storage Management Methods Set site quotas and alerts! 10 GB quota, 8 GB alert is my favorite Monitor growth trends Sites: slow over time or large jump in size? Overall content DB size Split Content DBs if they get too big

8 How SharePoint chooses a Content DB for a site Highest remaining allotment rule Content DB 1: 100 sites max Content DB 2: 100 sites max Content DB 1: 100 sites max Content DB 2: 200 sites max SharePoint Site Content BD selection process:

9 Optimal Content DB Sizing Backup & Recovery operations(< GB) Performance (<500 GB nervous at 300 GB) # of objects size of objects Hardware (servers and storage) Storage Cost (as small as possible!) So what is too big?

10 BLOBs-- What s the Issue? BLOBs = Binary Large Objects SharePoint Content = BLOB + Metadata Content DB = database of BLOBs + Metadata SQL DB storage needs high IOPS (input/output operations per second) and low latency High IOPS + low latency storage = $$$$ BLOBs do not participate in query operations, so no real reason to have BLOBs in a DB DB full of BLOBs = wasted $$$

11 BLOBs & Metadata Default SharePoint Storage SharePoint WFE SharePoint Object Model SQL Server Content DB Config DB

12 Database Size Implications BLOBs increase DB size, creating issues with: Backup & Recovery operations Performance Storage Costs

13 Issues with BLOBs Get much worse over time Increase in % of inactive data over time Active Data Total Data Inactive sites, documents, list, libraries take up SQL storage, hindering performance

14 Storage Optimization

15 SharePoint Storage Optimization Methods Move the BLOBs out of the database Archive content

16 Planning for Data Use & Growth What does SharePoint 2010 offer OOTB? No native archiving tools EBS extended to include RBS Available only in SQL Server 2008 SP2 Only accessible via API BCS (BDC in 2007) extended to allow for easier connectivity with legacy data systems

17 Storage Optimization Extending BLOBs out of the database

18 Available APIs for Extending SharePoint External BLOB Service (EBS) SQL Remote BLOB Service (RBS)

19 EBS/RBS Overview Blob Services to change BLOB storage locations EBS = External BLOB Service SharePoint 2007 SP1+ API RBS = Remote BLOB Service SQL Server 2008R2 Feature Pack API, with SharePoint 2010 support Both are interface specifications Need a provider to actually work Cannot have both providers

20 EBS EBS provider can take ownership of the BLOB SharePoint WFE Provider gives SharePoint a token or a stub so SharePoint knows how to retrieve the object (context) Transparent to the enduser SharePoint Object Model EBS Provider Metadata SQL Server BLOB BLOB Store Content DB Config DB

21 EBS Implemented by SharePoint Only 1 EBS Provider per SharePoint farm Orphaned BLOBs- no direct method to compare BLOB store and Content DB Compliance- what if I don t want to allow SharePoint to delete the object?

22 BLOB & Metadata RBS Not unique to SharePoint, available to any application A Provider Library can be associated with each database SharePoint WFE SQL Server SharePoint Object Model RBS Client Library Relational Access BLOB Metadata Provider Library X Provider Library Y Content DB X Content DB Y BLOB Store BLOB Store

23 RBS Implemented by SQL Only 1 RBS Provider per Content DB Orphaned BLOBs much less of an issue Can lock down operations, from a unified storage perspective Can be managed via Powershell

24 RBS: SQL Server 2008 Feature Pack API Handled natively by database Default Provider: FILESTREAM 1. Enable FILESTREAM provider on SQL 2. Provision data store and set storage location 3. Install RBS on all SP Web and App servers 4. Enable RBS

25 RBS versus SQL Filestream Filestream storage must be file system locally attached to the SQL server RBS is an API set that allows storage on external stores - physically separate machines that may be running custom storage code, for instance EMC Centera

26 EBS versus RBS, which is better? EBS Tighter integration with application, allows for more rules and settings

27 EBS versus RBS, which is better? EBS RBS Tighter integration with application, allows for more rules and settings Simpler, allows unified storage architecture across applications

28 It looks like RBS has won SharePoint 2007 SharePoint 2010 Future SharePoint Release (SPS 5?) SharePoint External BLOB Service (EBS) SQL Remote BLOB Service (RBS) SQL Server 2005 SQL Server 2008 Future SQL Releases Solutions available to migrate from EBS to RBS

29 Benefits of Extending BLOBs Performance Databases are 60-80% smaller Performance improvement increase as the file/blob size increases. Microsoft research indicates: Storage Cost <256kb, SQL better 256kb to 1mb, SQL and file system comparable >1mb, file system better Not as expensive storage Archiving still needed for true savings Beware of Misconceptions re: Backup & Recovery operations Databases are 60-80% smaller Need a method to backup BLOBs synchronously (complicates protection and management regimes if tools aren t BLOB aware )

30 RBS is Completely Seamless for Users Users can access contents by: Clicking and downloading directly through SharePoint Opening the file using their Office client Referencing the URL Searching for contents natively in SharePoint Users can interact with contents by: Modifying metadata and content types Modifying permissions Applying alerts Using workflows or publishing templates Using site Quotas and Locks 30

31 Content Access

32 Connecting Legacy Data Where is it in it s lifecycle? Do you want to expose it in SharePoint? SharePoint 2010 Support BCS is intended for connecting LOB s (Databases, Windows Communication Foundation (WCF) or Web services,.net connectivity assemblies, Custom data sources) into SharePoint, without migrating the data No OOTB solutions for getting content out of users desktops, file shares, or other ECM systems

33 Options for Exposing Legacy Data (File Shares, Notes, Exchange Public Folders, eroom Documentum, LiveLink etc?) Migrate Manually download/upload, losing author, time, security, history, other metadata 3 rd Party Tool Connect BCS Mechanisms Most major ECM Vendors AvePoint s DocAve Connector EBS/RBS API s preferred 33

34 Which option is better? Connecting vs. Migrating Value add of legacy system Maintenance costs Hardware Licensing and support Knowledge Migration costs Migration process Tools Training

35 Migrating vs. Connecting Migrating Data is available in SharePoint Data is moved into SharePoint SharePoint replaced legacy system Burden of storage is on SharePoint Changes saved in SharePoint Migrate and decommission Connecting Data is available through SharePoint Data is left in source (legacy) system Give legacy system second life by increasing its value Burden of storage is on legacy system Changes propagate to source Connect and forget How does each method affect current data protection and content management regimes? Can I act on connected content? What are the infrastructure implications?? 35

36 Connect to SharePoint: BCS Mechanisms.NET Assembly Connector Provided with Microsoft Business Connectivity Services (BCS) Each.NET connectivity assembly is specific to an external content type Provides no Administration interface integration Custom Connector Connect to external systems not directly supported by Business Connectivity Services Agnostic of external content types that connect to a kind of external system (all databases or all Web services) Provides an Administration UI integration 36

37 Which BCS Mechanism Should I Use? The.NET Assembly Connector approach is recommended if the external system is static. Otherwise, for every change in the back end, you must make changes to the.net connectivity assembly DLL. This, in turn, requires recompilation and redeployment of the assembly and the models. Custom connector approach is recommended if the back-end interfaces frequently change. By using this approach, only changes to the model are required. 37

38 Connecting: 3 rd Parties (File Shares, Notes, Exchange Public Folders, eroom Documentum, LiveLink etc?) Most major ECM Vendors Other 3 rd Parties EBS/RBS API s preferred 38

39 Migration Planning Considerations Questions to ask yourselves How much content needs to be migrated? How long will this take? How much downtime can you tolerate? How much customization do you have? Is this a big bang migration or can you migrate in a scaled/phased approach? Can you accept loss of metadata and securities? Can you engage other members to assist in the process and arrange for proper training? What minimal requirements do you have for this migration? Can you properly map non- SharePoint related assets into SharePoint? etc

40 SharePoint Migration Strategies User-Powered Manual Migration SharePoint Administrator installs the new version on separate hardware or a separate farm and allows Power Users to manually recreate content Best For Environments retaining ample amounts of outdated information Moving to new hardware or new architecture Pros Puts Power Users in charge to recreate and manage sites Migrate relevant content to avoid import of old data Completely retains old environment Virtually no downtime requires user switch to new environment Cons Manual process, very resource intensive Requires willing participants and intensive training Requires additional steps to retain original URLs Requires new server farm and additional SQL Server storage space for new content

41 SharePoint Migration Strategies Engage Power Users In Content Migration: Create a dedicated Power Users group - have a Power Users SharePoint Site so that all the power users can share best practices and lessons learned with one another Provide expensive training on SharePoint to all Power Users Request Power Users to Migrate Content they should be empowered and proactive about content migration and administration Request Power Users to train new SharePoint users to properly use their specific sites provide training materials, videos, etc. to new users to lower TCO for IT training TIP A Power User should be very familiar with SharePoint and have either Full Control or Design permissions (or their equivalent) for the site they will manage. (Restrict Site Deletion Permission)

42 SharePoint Migration Strategies Migration via 3 rd Party Tool SharePoint Administrator installs the new version on separate hardware or a separate farm, and migrates content and users using 3 rd Party Tool Best For Any size environment, from single server environments to large, distributed farms Pros Granular migration Retains all metadata Virtually no downtime Applicable to non-sharepoint repositories Cons Costs associated with purchasing of additional software Requires new server farm

43 What About Access for Geo-Dispersed Users? Centralized environment, accessed globally Centralized environment plus local content (sites, etc) Fully distributed, replicated architecture accessed locally Centralized or cloud storage backup for high redundancy

44 Global Architectures Single Centralized Environment

45 Global Architectures Centralized plus local content

46 Global Architectures Fully distributed

47 Global Architectures Distributed w/ Centralized Backup Cloud Storage

48 Archiving Adding Lifecycle Management to the picture

49 Access / SLA Requirements Lifecycle of a Typical Item High Initial content creation Moderate content retrieval Low Time 49

50 Storage in a Content Repository Increase in % of inactive data over time Active Data Total Data

51 Data Lifecycle Management Records Center Another SharePoint site Higher % inactive content Consider separate Content DB, with an RBS provider implemented for this DB Archiving Backup and delete Workflow 3 rd Party tools solutions

52 3 rd Party Archiving Tools What rules are available? Last modified time Author Versions What scope can I apply rules to? (farm to item) Does it use RBS/EBS APIs? Does it integrate with other infrastructure management tools? (backup, replication, etc.)

53 Summary 1 Think carefully about organization and storage Consider where content will be stored and how it will grow over time 2 Leverage BLOB Services APIs to Optimize SharePoint Storage EBS/RBS API s can be leveraged to store BLOBs outside of SQL with little impact on end-users, to save $$ and optimize storage 3 Content access is key Develop strategies to handle access to legacy data and content access from remote locations 4 Archive content Plan for long term growth and optimal system performance

54 AvePoint Who we are Global Leader in SharePoint Infrastructure Management Backup & Recovery, Administration, Replication, Migration, Compliance, Storage Optimization Founded in 2001 Headquartered in Jersey City, NJ, with global offices in: USA: Chicago, San Jose, Houston, Washington D.C., Redmond International: UK, Germany, Australia, Japan, Singapore, Canada R&D team of 500+ Largest SharePoint team outside of Microsoft Winner of 2008 Best of Tech Ed Award for Best SharePoint Product Exclusive OEM relationships with IBM and NetApp A Depth Managed Microsoft Gold Certified ISV Partner MTC Alliance Member; Notes Transition Partner; Office TAP 14 Member; BPOS TAP Member

55 Some applicable features of AvePoint Tools DocAve Report Center Storage growth and trending Server performance and monitoring DocAve Administrator Manage site quotas and alerts Move sites between Content DBs DocAve Content Manager Comprehensive Restructuring Optional inclusion of externalized content

56 What Does AvePoint Offer? Connecting DocAve Connectors Leverage EBS/RBS APIs to expose File Share Content as fully functional SharePoint object Content works with Office Applications, alerts, workflows, 3 rd party application, etc Migrating DocAve Migrators for SharePoint From previous versions of SharePoint, File Shares, Exchange Public Folders, Lotus Notes, Documentum eroom, EMC Documentum, Livelink, Oracle/Stellant, Vignette Offers granular selection of content, full graphical user/domain/properties mapping Replication DocAve Replicator Fully mapped, live or scheduled replication of all SharePoint contents *All DocAve Storage Optimization solutions are fully integrated with DocAve data protection and management solutions for seamless administration- no matter where SharePoint content is stored.

57

58 Thank You! Q&A

59 Resources - Visit us: us: sales@avepoint.com Follow Download a FREE, fully-enabled 30 Day trial of DocAve at Resource CD includes all white papers, case studies, download links, datasheets, etc! 59

60 Additional Resources Storage Optimization for SharePoint Whitepaper : timization_technical_advisor.pdf Configure Content Database for RBS: FILESTREAM RBS: Whitepaper about FILESTREAM:

61 AvePoint Tools DocAve Extender BLOB controller, uses EBS provider today for SP2007, RBS also supported in SP2010 Easy to deploy and configure Can be applied to both new uploads and retroactively to existing data Utilizes DocAve Media Services to support numerous storage devices

62 AvePoint Tools DocAve Connector Takes content already in external stores and makes it accessible in SharePoint BCS is to external databases as Connector is to external file stores Implemented via special Document Library types File System Document Library Media Library

63 DocAve Archiver Archive SharePoint content (from SQL and/or extended to BLOB stores) to lower tiered storage Customizable business rule-based archiving engine Utilizes BLOB APIs when appropriate Items versus sites/site collections Maintain seamless access through SharePoint Fully indexed and integrated with native SharePoint search Full support for SharePoint workflows, alerts, Office applications, 3 rd party apps, etc.

Intelligent SharePoint Architecture and Optimizing Storage. Nick Carr Director of Sales West Region AvePoint

Intelligent SharePoint Architecture and Optimizing Storage. Nick Carr Director of Sales West Region AvePoint Intelligent SharePoint Architecture and Optimizing Storage Nick Carr Director of Sales West Region AvePoint AvePoint : Who we are? The #1 SharePoint Infrastructure Management Solution Founded in 2001 Headquartered

More information

Intelligent SharePoint Architecture and Optimizing Storage. Ryan VanOsdol Director, EPG Southeast/Heartland Region

Intelligent SharePoint Architecture and Optimizing Storage. Ryan VanOsdol Director, EPG Southeast/Heartland Region Intelligent SharePoint Architecture and Optimizing Storage Ryan VanOsdol Director, EPG Southeast/Heartland Region AvePoint: Who We Are Global Leader in Microsoft SharePoint Infrastructure Management Data

More information

Proven Practices for Upgrading or Migrating to Microsoft SharePoint 2013

Proven Practices for Upgrading or Migrating to Microsoft SharePoint 2013 Proven Practices for Upgrading or Migrating to Microsoft SharePoint 2013 Jeremy Thake Chief Architect, AvePoint 1 Table of Contents Table of Contents... 2 Introduction... 3 SharePoint 2013 Requirements...

More information

Proven Practices for Upgrading or Migrating to Microsoft SharePoint Server 2010

Proven Practices for Upgrading or Migrating to Microsoft SharePoint Server 2010 Proven Practices for Upgrading or Migrating to Microsoft SharePoint Server 2010 Table of Contents Introduction... 2 About AvePoint... 2 SharePoint Server 2010 Requirements... 3 Hardware Requirements...

More information

SUCCESSFUL SHAREPOINT IMPLEMENTATIONS. Maximize Application Availability and Protect Your Mission Critical Assets

SUCCESSFUL SHAREPOINT IMPLEMENTATIONS. Maximize Application Availability and Protect Your Mission Critical Assets SUCCESSFUL SHAREPOINT IMPLEMENTATIONS Maximize Application Availability and Protect Your Mission Critical Assets Brought to You By 5090 Richmond Avenue Suite #336 3 Second Street, Suite # 202 Houston,

More information

Proven Practices for Upgrading or Migrating to Microsoft SharePoint 2013

Proven Practices for Upgrading or Migrating to Microsoft SharePoint 2013 Proven Practices for Upgrading or Migrating to Microsoft SharePoint 2013 Jeremy Thake Chief Architect, AvePoint Randy Williams Evangelist / Architect Published: January 2013 1 Table of Contents Table of

More information

Top IT Consulting Firm Utilizes DocAve to Manage SharePoint Infrastructure of Global Banking Organization

Top IT Consulting Firm Utilizes DocAve to Manage SharePoint Infrastructure of Global Banking Organization Top IT Consulting Firm Utilizes DocAve to Manage SharePoint Infrastructure of Global Banking Organization Customer Profile One of the largest and most well respected information technology consulting firms

More information

Optimize Your SharePoint 2010 Content Using Microsoft s New Storage Guidance

Optimize Your SharePoint 2010 Content Using Microsoft s New Storage Guidance Optimize Your SharePoint 2010 Content Using Microsoft s New Storage Guidance By Corey Milliman October 2011 Copyright 2011 Metalogix International GmbH. All rights reserved. Metalogix is a trademark of

More information

The Essential Guide to. By Colin Spence. February 2011. Going Forward. Assessing Reasons to Migrate

The Essential Guide to. By Colin Spence. February 2011. Going Forward. Assessing Reasons to Migrate February 2011 The Essential Guide to Migrating SharePoint Content Figure 4: Job Detail Viewed from the Job Monitor as replacing a Single Line of Text column with a Managed Metadata column). Replace a source

More information

DocAve 6 SharePoint Migrator

DocAve 6 SharePoint Migrator DocAve 6 SharePoint Migrator User Guide Service Pack 5, Cumulative Update 1 Issued August 2015 1 Table of Contents What s New in this Guide... 5 About SharePoint Migration... 6 Complementary Products...

More information

Embracing the Cloud: Strategies for Hybrid Microsoft SharePoint Deployments

Embracing the Cloud: Strategies for Hybrid Microsoft SharePoint Deployments Embracing the Cloud: Strategies for Hybrid Microsoft SharePoint Deployments Table of Contents Introduction... 2 About AvePoint... 2 SharePoint Server 2010 Requirements... 3 SharePoint Online... 3 Why Hybrid

More information

Who is SharePoint Joel?

Who is SharePoint Joel? Name: Title: Company: Joel Oleson Sr. Architect Quest Software Who is SharePoint Joel? 8 year SharePoint Veteran First SharePoint Admin! Sr. Technical Product Manager - SharePoint team Launch of SharePoint

More information

Windows IT Pro. Storage Optimization for. SharePoint. by David Chernicoff. sponsored by. Brought to you by AvePoint and Windows IT Pro

Windows IT Pro. Storage Optimization for. SharePoint. by David Chernicoff. sponsored by. Brought to you by AvePoint and Windows IT Pro Windows IT Pro Storage Optimization for SharePoint by David Chernicoff sponsored by Tech Advisor AvePoint p. 2 Contents Chapter 1 Dealing with Existing and Legacy Data page 3 Chapter 2 Optimizing SharePoint

More information

DocAve v5 Lotus Notes Migrator

DocAve v5 Lotus Notes Migrator TM Unleashing the Power of DocAve v5 Lotus Notes Migrator Release Date: September 8, 2008 Automated, High Performance Content Migration to Microsoft is rapidly becoming not only the de-facto platform for

More information

DocAve Software Platform

DocAve Software Platform TECHNOLOGY AUDIT DocAve Software Platform AvePoint Reference Code: OI00069-021 Publication Date: July 2011 Author: Mike Davis SUMMARY Catalyst AvePoint's DocAve Software Platform v5.6 provides an enterprise-strength

More information

Enterprise Data Protection for SharePoint

Enterprise Data Protection for SharePoint Enterprise Data Protection for SharePoint Saguenay (Sag) Baruss Senior TSP, AvePoint Canada ** ** This presentation was created and distributed independently of AvePoint. For additional information on

More information

DOCAVE REPORT CENTER FOR MICROSOFT SHAREPOINT REPORTING

DOCAVE REPORT CENTER FOR MICROSOFT SHAREPOINT REPORTING Technical Overview DOCAVE REPORT CENTER FOR MICROSOFT SHAREPOINT REPORTING Manage. Report. Gain a comprehensive understanding through customizable reports of Microsoft SharePoint Server performance, security,

More information

DocAve 6 Job Monitor. Reference Guide. Service Pack 6

DocAve 6 Job Monitor. Reference Guide. Service Pack 6 DocAve 6 Job Monitor Reference Guide Service Pack 6 Issued October 2015 Table of Contents What s New in this Guide... 5 About Job Monitor... 6 Submitting Documentation Feedback to AvePoint... 7 Before

More information

SharePoint is Not an ECM System. Jason Lamon

SharePoint is Not an ECM System. Jason Lamon SharePoint is Not an ECM System Reasons Why Jason Lamon Fishbowl Solutions Agenda About Fishbowl Solutions SharePoint History and Overview Defining ECM AIIM Findings: Use Cases for SharePoint SharePoint

More information

DocAve 6 Quickr Migrator

DocAve 6 Quickr Migrator DocAve 6 Quickr Migrator User Guide Service Pack 6, Cumulative Update 1 Issued December 2015 1 Table of Contents What s New in this Guide... 5 About Quickr Migrator... 6 Complementary Products... 6 Submitting

More information

IBM DB2 CommonStore for Lotus Domino, Version 8.3

IBM DB2 CommonStore for Lotus Domino, Version 8.3 Delivering information on demand IBM DB2 CommonStore for Lotus Domino, Version 8.3 Highlights Controls long-term growth Delivers records management and performance of your integration, supporting corporate

More information

Proven Practices for Optimizing SharePoint Storage Management Strategies with DocAve

Proven Practices for Optimizing SharePoint Storage Management Strategies with DocAve Proven Practices for Optimizing SharePoint Storage Management Strategies with DocAve Table of Contents Introduction... 2 About AvePoint... 2 Unstructured Data... 3 Legacy Data... 4 Inactive Data... 5 DocAve

More information

Start Now with Information Governance

Start Now with Information Governance Start Now with Information Governance Applying Information Governance to Unstructured Content 1 Information by 2020: The Big Picture There will be lots of it 35 ZB Generated by individuals >70% Digital

More information

Changing the SharePoint Backup Game: How to Backup Multi-Terabyte SharePoint Farms in Minutes

Changing the SharePoint Backup Game: How to Backup Multi-Terabyte SharePoint Farms in Minutes Changing the SharePoint Backup Game: How to Backup Multi-Terabyte SharePoint Farms in Minutes Trevor Hellebuyck, Chief Technology Officer, Metalogix 2/2013 CONTENTS EXECUTIVE SUMMARY... 2 OUT-OF-THE-BOX

More information

DocAve 6 Livelink Migrator

DocAve 6 Livelink Migrator DocAve 6 Livelink Migrator User Guide Service Pack 7 Issued May 2016 1 Table of Contents What s New in this Guide... 6 About Livelink Migration... 7 Complementary Products... 7 Submitting Documentation

More information

IT-Symposium 2007 17.04.2007

IT-Symposium 2007 17.04.2007 SharePoint Integration 1C05 IT-Symposium 2007 April 17th, 2007 CongressCenter Nürnberg, Germany SharePoint Integration Jan-Jürgen Eden Solution Architect 16 th April 2007 www.hp-user-society.de 1 Agenda

More information

DocAve 6 Installation

DocAve 6 Installation DocAve 6 Installation User Guide Service Pack 5 Revision D Issued June 2015 1 Table of Contents What s New in this Guide... 7 Submitting Documentation Feedback to AvePoint... 8 Introduction... 9 Before

More information

DocAve 6 SDK and Management Shell

DocAve 6 SDK and Management Shell DocAve 6 SDK and Management Shell User Guide Service Pack 4, Cumulative Update 2 Revision L Issued July 2014 Table of Contents About SDK and Management Shell... 11 Configuration... 11 Agents... 11 Getting

More information

SharePoint MVP Independent Consultant and Owner of Falchion Consulting, LLC. http://www.falchionconsulting.com

SharePoint MVP Independent Consultant and Owner of Falchion Consulting, LLC. http://www.falchionconsulting.com Gary Lapointe, MVP About Me SharePoint MVP Independent Consultant and Owner of Falchion Consulting, LLC http://www.falchionconsulting.com Principal Consultant - Aptillon, Inc. http://www.aptillon.com Blog:

More information

TABLE OF CONTENTS THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY FOR SHAREPOINT DATA. Introduction. Examining Third-Party Replication Models

TABLE OF CONTENTS THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY FOR SHAREPOINT DATA. Introduction. Examining Third-Party Replication Models 1 THE SHAREPOINT MVP GUIDE TO ACHIEVING HIGH AVAILABILITY TABLE OF CONTENTS 3 Introduction 14 Examining Third-Party Replication Models 4 Understanding Sharepoint High Availability Challenges With Sharepoint

More information

Michael Noel. Colin Spence. SharePoint UNLEASHED. 800 East 96th Street, Indianapolis, Indiana 46240 USA

Michael Noel. Colin Spence. SharePoint UNLEASHED. 800 East 96th Street, Indianapolis, Indiana 46240 USA Michael Noel Colin Spence SharePoint 2013 UNLEASHED 800 East 96th Street, Indianapolis, Indiana 46240 USA Table of Contents Introduction 1 Part I Planning for and Deploying SharePoint Server 2013 1 Introducing

More information

SharePoint 2010 Performance and Capacity Planning Best Practices

SharePoint 2010 Performance and Capacity Planning Best Practices Information Technology Solutions SharePoint 2010 Performance and Capacity Planning Best Practices Eric Shupps SharePoint Server MVP About Information Me Technology Solutions SharePoint Server MVP President,

More information

Optimize SharePoint Storage to Cut Costs and Dramatically Improve Performance

Optimize SharePoint Storage to Cut Costs and Dramatically Improve Performance Optimize SharePoint Storage to Cut Costs and Dramatically Improve Performance Michael Noel Published: 2012 CONTENTS UNDERSTANDING THE CURRENT STATE OF SHAREPOINT AND OUT OF CONTROL STORAGE GROWTH... 2

More information

Implementing Microsoft SharePoint on NetApp Storage Systems Course MSSP; 5 Days, Instructor-led

Implementing Microsoft SharePoint on NetApp Storage Systems Course MSSP; 5 Days, Instructor-led Implementing Microsoft SharePoint on NetApp Storage Systems Course MSSP; 5 Days, Instructor-led Course Description Learn how to implement your Microsoft SharePoint solution on NetApp for maximum benefit.

More information

Third-Party Backup and Restore Tools

Third-Party Backup and Restore Tools 05990_AppendixA_onwebsite 1/7/09 9:59 AM Page A-1 Appendix A Third-Party Backup and Restore Tools In This Chapter Considerations The Tools CONSIDERATIONS Obviously, being able to design, prepare, and implement

More information

Scaling out a SharePoint Farm and Configuring Network Load Balancing on the Web Servers. Steve Smith Combined Knowledge MVP SharePoint Server

Scaling out a SharePoint Farm and Configuring Network Load Balancing on the Web Servers. Steve Smith Combined Knowledge MVP SharePoint Server Scaling out a SharePoint Farm and Configuring Network Load Balancing on the Web Servers Steve Smith Combined Knowledge MVP SharePoint Server Scaling out a SharePoint Farm and Configuring Network Load Balancing

More information

Backup, Restore, High Availability, and Disaster Recovery for Microsoft SharePoint Technologies

Backup, Restore, High Availability, and Disaster Recovery for Microsoft SharePoint Technologies Backup, Restore, High Availability, and Disaster Recovery for Microsoft SharePoint Technologies Module Objectives And Takeaways Module Objectives: Discuss and Demonstrate Content Recovery Features in Windows

More information

Introduction to Records Management in SharePoint 2013

Introduction to Records Management in SharePoint 2013 Introduction to Records Management in SharePoint 2013 Real World tips and tools to build out your SharePoint 2013 Records Management System Noorez Khamis @nkhamis http://www.khamis.net March 10 th, 2015

More information

ENABLING ENTERPRISE AVEPOINT ONLINE SERVICES. For Microsoft Office 365 COLLABORATION. For how you work, where you work

ENABLING ENTERPRISE AVEPOINT ONLINE SERVICES. For Microsoft Office 365 COLLABORATION. For how you work, where you work ENABLING ENTERPRISE COLLABORATION For how you work, where you work AVEPOINT ONLINE SERVICES For Microsoft Office 365 1 AVEPOINT ONLINE SERVICES FOR MICROSOFT OFFICE 365 Microsoft Office 365 gives users

More information

EMC Documentum Repository Services for Microsoft SharePoint

EMC Documentum Repository Services for Microsoft SharePoint EMC Documentum Repository Services for Microsoft SharePoint Version 6.5 SP2 Installation Guide P/N 300 009 829 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com

More information

What s New in SharePoint 2016 (On- Premise) for IT Pros

What s New in SharePoint 2016 (On- Premise) for IT Pros What s New in SharePoint 2016 (On- Premise) for IT Pros This article is based on notes taken during a public presentation at the Microsoft Ignite event by presenter Bill Baer. A video of the session can

More information

Advanced Solutions of Microsoft SharePoint Server 2013

Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332B: Advanced Solutions of Microsoft SharePoint Server 2013 Course Details Course Outline Module 1: Understanding the SharePoint Server 2013 Architecture This module introduces the architectural

More information

Whitepaper: Integration Microsoft Office 365, Microsoft Dynamics CRM 2011 Online, Windows Intune V2 and SharePoint 2010

Whitepaper: Integration Microsoft Office 365, Microsoft Dynamics CRM 2011 Online, Windows Intune V2 and SharePoint 2010 Whitepaper: Integration Microsoft ffice 365, Microsoft Dynamics CRM 2011 nline, Windows Intune V2 and SharePoint 2010 Author: 26. November 2011 Seite 1 1 Introduction Target of the solution is a combination

More information

AvePoint DocAve Online vs Office 365 - SharePoint Online Management

AvePoint DocAve Online vs Office 365 - SharePoint Online Management AvePoint DocAve Online vs Management Overview: DocAve Online is a multi-tenant Software as a Service (SaaS) offering from AvePoint, hosted on Microsoft s Azure Platform as a Service (PaaS) technology.

More information

DocAve 6 Exchange Public Folder Migrator

DocAve 6 Exchange Public Folder Migrator DocAve 6 Exchange Public Folder Migrator User Guide Service Pack 6 Issued October 2015 1 Table of Contents What s New in this Guide... 5 About Exchange Public Folder Migrator... 6 Complementary Products...

More information

DocAve 6 Service Pack 2

DocAve 6 Service Pack 2 DocAve 6 Service Pack 2 Installation Guide Revision D Issued February 2013 1 Table of Contents About the Installation Guide... 5 Submitting Documentation Feedback to AvePoint... 5 Before You Begin... 6

More information

SHAREPOINT CONSIDERATIONS

SHAREPOINT CONSIDERATIONS SHAREPOINT CONSIDERATIONS Phil Dixon, VP of Business Development, ECMP, BPMP Josh Wright, VP of Technology, ECMP Steve Hathaway, Principal Consultant, M.S., ECMP The construction industry undoubtedly struggles

More information

IBM Tivoli Storage Manager for Microsoft SharePoint

IBM Tivoli Storage Manager for Microsoft SharePoint IBM Tivoli Storage Manager for Microsoft SharePoint 2007 IBM Corporation What is SharePoint? 2007 IBM Corporation What is SharePoint? What is SharePoint? Web-based workplace for online collaboration MS

More information

SharePoint 2013 Logical Architecture

SharePoint 2013 Logical Architecture SharePoint 2013 Logical Architecture This document is provided "as-is". Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.

More information

DocAve 6 Service Pack 1 Administrator

DocAve 6 Service Pack 1 Administrator DocAve 6 Service Pack 1 Administrator User Guide Revision C Issued October 2012 1 Table of Contents Table of Contents... 2 About DocAve Administrator for SharePoint... 6 Complementary Products... 6 Submitting

More information

Migration from SharePoint 2007 to SharePoint 2010

Migration from SharePoint 2007 to SharePoint 2010 Migration from SharePoint 2007 to SharePoint 2010 Summary This paper provides an overview of the SharePoint 2007 to SharePoint 2010 migration and highlights the KPIT- SYSTIME migration approach. The document

More information

RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54)

RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54) RESPONSES TO QUESTIONS AND REQUESTS FOR CLARIFICATION Updated 7/1/15 (Question 53 and 54) COLORADO HOUSING AND FINANCE AUTHORITY 1981 BLAKE STREET DENVER, CO 80202 REQUEST FOR PROPOSAL Intranet Replacement

More information

AvePoint DocAve Online vs Office 365 - SharePoint Online Management

AvePoint DocAve Online vs Office 365 - SharePoint Online Management AvePoint DocAve Online vs Office 365 - Management Overview: DocAve Online is a multi-tenant Software as a Service (SaaS) offering from AvePoint, hosted on Microsoft s Azure Platform as a Service (PaaS)

More information

DottsConnected SHAREPOINT 2010 ADMIN TRAINING. Exercise 1: Create Dedicated Service Accounts in Active Directory

DottsConnected SHAREPOINT 2010 ADMIN TRAINING. Exercise 1: Create Dedicated Service Accounts in Active Directory DottsConnected SHAREPOINT 2010 ADMIN TRAINING Module 1 - Getting started with SharePoint 2010 This introductory module introduces students to the fundamental terminology and architecture of SharePoint

More information

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware

More information

How To Upgrade To Sharepoint 2013

How To Upgrade To Sharepoint 2013 SharePoint and Office 365 Migration Made Easy with Metalogix Today s Presentation Will Cover: About Gig Werks SharePoint 2013 Overview Approaches to Upgrades and Migration About Metalogix SharePoint and

More information

Architectural considerations

Architectural considerations Office 365 SharePoint Online Architectural considerations Jeremy Thake Enterprise Architect, AvePoint SharePoint MVP Danny Burlage CTO, Wortell Office 365 MVP Contents Contents... 2 Introduction... 3 Capabilities...

More information

SharePoint Will be Your Repository for Governed Content

SharePoint Will be Your Repository for Governed Content WHITEPAPER SharePoint Will be Your Repository for Governed Content by Mike Alsup, Gimmal 1 About Gimmal Gimmal is the world s leading provider of solutions built on Microsoft SharePoint that extend and

More information

DocAve 6 Lotus Notes Migrator

DocAve 6 Lotus Notes Migrator DocAve 6 Lotus Notes Migrator User Guide Service Pack 6, Cumulative Update 1 Issued December 2015 1 Table of Contents What s New in this Guide... 5 About Lotus Notes Migrator... 6 Complementary Products...

More information

Backup and Recovery of SAP Systems on Windows / SQL Server

Backup and Recovery of SAP Systems on Windows / SQL Server Backup and Recovery of SAP Systems on Windows / SQL Server Author: Version: Amazon Web Services sap- on- aws@amazon.com 1.1 May 2012 2 Contents About this Guide... 4 What is not included in this guide...

More information

My Documentum. Personal Access to Documentum from Everyday Applications. Copyright 2009 EMC Corporation. All rights reserved.

My Documentum. Personal Access to Documentum from Everyday Applications. Copyright 2009 EMC Corporation. All rights reserved. My Documentum Personal Access to Documentum from Everyday Applications 1 My Documentum Family Information Content Management Challenges Using Common Business Applications Compliance Difficulty adhering

More information

Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 5 Days, Instructor-led

Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 5 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 5 Days,

More information

Enterprise Content Management with Microsoft SharePoint

Enterprise Content Management with Microsoft SharePoint Enterprise Content Management with Microsoft SharePoint Overview of ECM Services and Features in Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0. A KnowledgeLake, Inc. White

More information

SharePoint Disaster Recovery Options. Sean P. McDonough Product Manager, SharePoint Products Idera

SharePoint Disaster Recovery Options. Sean P. McDonough Product Manager, SharePoint Products Idera SharePoint Disaster Recovery Options Sean P. McDonough Product Manager, SharePoint Products Idera What we ll cover Understand backup targets Define the SharePoint targets Examine common related targets

More information

Business continuity management for Microsoft SharePoint Server 2010

Business continuity management for Microsoft SharePoint Server 2010 Business continuity management for Microsoft SharePoint Server 2010 Microsoft Corporation Published: March 2011 Author: Microsoft Office System and Servers Team (itspdocs@microsoft.com) Abstract This book

More information

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2 DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...

More information

Ageneral truism is that SharePoint environments

Ageneral truism is that SharePoint environments by Colin Spence DECEMBER 2012 Migrating SharePoint Environments to the Cloud Ageneral truism is that SharePoint environments are only as valuable as the data that they contain. A Share- Point environment

More information

Project Server 2010 Migration

Project Server 2010 Migration Project Server 2010 Migration Presented by Chad Olson, Director of Technical Services Agenda Reasons to Migrate Types of Migrations Best Practices Lessons Learned Post Migration Considerations Backwards

More information

Microsoft in an Integrated. Update. decisions faster. Presented by Steve Studer for the AIIM

Microsoft in an Integrated. Update. decisions faster. Presented by Steve Studer for the AIIM Presented by Steve Studer for the AIIM IBM ECM and Microsoft in an Integrated Environment Update empowering better decisions faster IBM ECM Offering Manager for Microsoft SharePoint Integration 2011 IBM

More information

SHAREPOINT ARCHITECTURE FUNDAMENTALS

SHAREPOINT ARCHITECTURE FUNDAMENTALS CHAPTER 4 SHAREPOINT ARCHITECTURE FUNDAMENTALS Whether you re a business user, manager, architect, developer, or IT pro, you ll want to understand the fundamental structure and core terminology of SharePoint

More information

Philadelphia Area SharePoint User Group June 27th, 2012. Ken Choyce RJB Technical Consulting, Inc. www.rjbtech.com

Philadelphia Area SharePoint User Group June 27th, 2012. Ken Choyce RJB Technical Consulting, Inc. www.rjbtech.com Philadelphia Area SharePoint User Group June 27th, 2012 Ken Choyce RJB Technical Consulting, Inc. www.rjbtech.com Agenda Overview of SharePoint Backups Purpose of backing up SharePoint Levels of SharePoint

More information

DocAve 6 File System Migrator

DocAve 6 File System Migrator DocAve 6 File System Migrator User Guide Service Pack 6, Cumulative Update 1 Issued December 2015 1 Table of Contents What s New in this Guide... 6 About File System Migrator... 7 Complementary Products...

More information

ecms Document Management Request for Proposal: Questions & Responses

ecms Document Management Request for Proposal: Questions & Responses The State Bar of California ecms Document Management Request for Proposal: Questions & Responses August 6, 2015 1. What do you consider to be the top three critical success factors for this project? i.e.,

More information

Microsoft Corporation. Project Server 2010 Installation Guide

Microsoft Corporation. Project Server 2010 Installation Guide Microsoft Corporation Project Server 2010 Installation Guide Office Asia Team 11/4/2010 Table of Contents 1. Prepare the Server... 2 1.1 Install KB979917 on Windows Server... 2 1.2 Creating users and groups

More information

DocAve 6 Software Platform

DocAve 6 Software Platform DocAve 6 Software Platform Release Notes Service Pack 6 DocAve For Microsoft SharePoint Released November 2015 DocAve 6 SP6 Update Details Refer to the Update Manager section of the DocAve Control Panel

More information

Backup Exec 2010: Archiving Options

Backup Exec 2010: Archiving Options Backup Exec 2010: Archiving Options White Paper: Backup Exec 2010: Archiving Options Backup Exec 2010: Archiving Options Contents Introduction............................................................................................

More information

What s new in SharePoint 2010 for IT Pros

What s new in SharePoint 2010 for IT Pros What s new in SharePoint 2010 for IT Pros DEV111 Spencer Harbar Enterprise Architect harbar.net Neil Hodgkinson Senior PFE Microsoft About the Speakers Spencer Harbar www.harbar.net spence@harbar.net @harbars

More information

METALOGIX REPLICATOR FOR SHAREPOINT: Supporting Government and Military Missions Worldwide

METALOGIX REPLICATOR FOR SHAREPOINT: Supporting Government and Military Missions Worldwide METALOGIX REPLICATOR FOR SHAREPOINT: Supporting Government and Military Missions Worldwide Contents Introduction...2 Coalition and extranet collaboration... 3 Deploying military units... 4 Fob-rob collaboration...4

More information

Leveraging Cloud Storage with SharePoint and StoragePoint

Leveraging Cloud Storage with SharePoint and StoragePoint Leveraging Cloud Storage with SharePoint and StoragePoint By Chris Geier Published: June 2010 CONTENTS OVERVIEW AND SCOPE...2 ABOUT STORAGEPOINT... 2 WHAT IS CLOUD COMPUTING?...2 SHAREPOINT IN THE CLOUD?...3

More information

SharePoint 2010 Intranet Case Study. Presented by Peter Carson President, Envision IT

SharePoint 2010 Intranet Case Study. Presented by Peter Carson President, Envision IT SharePoint 2010 Intranet Case Study Presented by Peter Carson President, Envision IT Peter Carson President, Envision IT Virtual Technical Specialist, Microsoft Canada Computer Engineering, UW peter@envisionit.com

More information

IBM Infrastructure for Long Term Digital Archiving

IBM Infrastructure for Long Term Digital Archiving IBM Infrastructure for Long Term Digital Archiving A new generation of archival storage Rudolf Hruška Information Infrastructure Leader IBM Systems & Technology Group rudolf_hruska@cz.ibm.com 2010 IBM

More information

Extranet Business Goals

Extranet Business Goals Agenda Extranet Business Optimization What is your organizational strategy? Extranet Business Goals Reduce supply chain inefficiencies Interact with your loyal customer base Extend customer self service

More information

ediscovery Features of SharePoint 2013 and Exchange 2013 Paul Branson Solution Architect Microsoft

ediscovery Features of SharePoint 2013 and Exchange 2013 Paul Branson Solution Architect Microsoft ediscovery Features of SharePoint 2013 and Exchange 2013 Paul Branson Solution Architect Microsoft Agenda On-Premises vs. Online ediscovery in SharePoint, Exchange and Lync Notes on Implementation How

More information

Recovering Microsoft Office SharePoint Server Data

Recovering Microsoft Office SharePoint Server Data WHITE PAPER ONTRACK POWERCONTROLS Recovering Microsoft Office SharePoint Server Data Granular search and recovery means time and cost savings. FEBRUARY 2015 2 KROLL ONTRACK ONTRACK POWERCONTROLS Table

More information

Whitepaper. The ERP-Link Software Platform: Counterpart to Duet Enterprise

Whitepaper. The ERP-Link Software Platform: Counterpart to Duet Enterprise Whitepaper The ERP-Link Software Platform: Counterpart to Duet Enterprise Table of Contents 1 Introduction... 3 2 ERP-Link Suite for SharePoint and SAP... 3 3 Duet Enterprise... 5 3.1 CAPABILITIES... 5

More information

W H I T E P A P E R E n a b l i n g S h a r e P o i n t O p e r a t i o n a l E f f i c i e n c y a n d I n f o r m a t i o n G o v e r n a n c e

W H I T E P A P E R E n a b l i n g S h a r e P o i n t O p e r a t i o n a l E f f i c i e n c y a n d I n f o r m a t i o n G o v e r n a n c e Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R E n a b l i n g S h a r e P o i n t O p e r a t i o n a l E f f i c i e n c y

More information

SharePoint 2013 Migration Readiness

SharePoint 2013 Migration Readiness SharePoint 2013 Migration Readiness Decision Points around Migrating to SharePoint 2013 MARK ECKERT Contents Purpose... 1 SharePoint 2013 Implementation Options... 1 On-premise installation... 1 Cloud...

More information

SharePoint Unlimited... or how to deal with the explosive growth of unstructured data in SharePoint in a secure and transparent manner.

SharePoint Unlimited... or how to deal with the explosive growth of unstructured data in SharePoint in a secure and transparent manner. SharePoint Unlimited.. or how to deal with the explosive growth of unstructured data in SharePoint in a secure and transparent manner. 1 1. Introduction Traditionally, ECM platforms were enterprise business

More information

How To Create A Help Desk For A System Center System Manager

How To Create A Help Desk For A System Center System Manager System Center Service Manager Vision and Planned Capabilities Microsoft Corporation Published: April 2008 Executive Summary The Service Desk function is the primary point of contact between end users and

More information

Layer2 Business Data List Connector for SharePoint

Layer2 Business Data List Connector for SharePoint Layer2 Business Data List Connector for SharePoint Frank Daske Business Development Manager Layer2 Layer2 Successful for more than 20 years in the fields of SharePoint,.NET-programming and IT-Infrastructure

More information

EMC PERSPECTIVE EMC SourceOne Email Management

EMC PERSPECTIVE EMC SourceOne Email Management EMC PERSPECTIVE EMC SourceOne Email Management Competitive Advantages Foreword This document provides an overview of the competitive advantages of EMC SourceOne Email Management, part of a family of next-generation

More information

DocAve 6 Installation

DocAve 6 Installation DocAve 6 Installation User Guide Service Pack 5, Cumulative Update 1 Issued June 2015 1 Table of Contents What s New in this Guide... 7 Submitting Documentation Feedback to AvePoint... 8 Introduction...

More information

DocAve 6 Exchange Public Folder Migrator

DocAve 6 Exchange Public Folder Migrator DocAve 6 Exchange Public Folder Migrator User Guide Service Pack 5 Revision B Issued February 2015 1 Table of Contents What s New in this Guide... 5 About Exchange Public Folder Migrator... 6 Complementary

More information

SharePoint and DocAve: The Future of Enterprise Content Management

SharePoint and DocAve: The Future of Enterprise Content Management SharePoint and DocAve: The Future of Enterprise Content Management Table of Contents Introduction... 2 Defining Enterprise Content Management... 3 SharePoint Server 2010 for ECM... 4 ECM Unleashed with

More information

SSC2016: SharePoint 2016 Administrator s Survival Camp

SSC2016: SharePoint 2016 Administrator s Survival Camp SHAREPOINT 2016 FOR IT PROFESSIONALS 5 DAYS SSC2016: SharePoint 2016 Administrator s Survival Camp AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES Administrators Instructor-led training with hands-on

More information

Technical Reviewers: Pradeep Madhavarapu, Srini Acharya, Michael Warmington

Technical Reviewers: Pradeep Madhavarapu, Srini Acharya, Michael Warmington Remote BLOB Storage SQL Server White Paper Author: Russ Houberg, KnowledgeLake Technical Reviewers: Pradeep Madhavarapu, Srini Acharya, Michael Warmington Published: February 2011 Applies to: SQL Server

More information

SharePoint 2010 Interview Questions-Architect

SharePoint 2010 Interview Questions-Architect Basic Intro SharePoint Architecture Questions 1) What are Web Applications in SharePoint? An IIS Web site created and used by SharePoint 2010. Saying an IIS virtual server is also an acceptable answer.

More information

Microsoft Project Server Integration with SharePoint 2010

Microsoft Project Server Integration with SharePoint 2010 Microsoft Project Server Integration with SharePoint 2010 Microsoft Project Server 2010: brings together the business collaboration platform services of SharePoint Server 2010 with structured execution

More information

W H I T E P A P E R E X E C U T I V E S U M M AR Y S I T U AT I O N O V E R V I E W. Sponsored by: EMC Corporation. Laura DuBois May 2010

W H I T E P A P E R E X E C U T I V E S U M M AR Y S I T U AT I O N O V E R V I E W. Sponsored by: EMC Corporation. Laura DuBois May 2010 W H I T E P A P E R E n a b l i n g S h a r e P o i n t O p e r a t i o n a l E f f i c i e n c y a n d I n f o r m a t i o n G o v e r n a n c e w i t h E M C S o u r c e O n e Sponsored by: EMC Corporation

More information