SlideShare una empresa de Scribd logo
1 de 1
Descargar para leer sin conexión
DATABASES THAT SUPPORT SHAREPOINT 2013
   Microsoft SQL Server databases are integral to SharePoint 2013. The databases used in a specific environment are determined by the                                                                                                          Definitions              Co-location guidance: Whether a database must or must not
                                                                                                                                                                                                                                                                        be located on the same server instance with another database.
                                                                                                                                                                                                                                                                                                                                            Scaling guidance:
                                                                                                                                                                                                                                                                                                                                            · Scale up: to increase the size available to the database, move
                                                                                                                                                                                                                                                                                                                                                                                                                    Recommended SQL Server edition: A specific edition of SQL
                                                                                                                                                                                                                                                                                                                                                                                                                    Server that is recommended, and why. In general, in this poster,
   product, version, edition, and features that are running. Database size, and the edition of SQL Server that you run are determined by the                                                                                                                                                                                                   to a larger server.                                                  recommendations are made based on the assumption that you
                                                                                                                                                                                                                                                                        I/O patterns: Whether the database is mostly used for reading       · Scale out: to increase the size available to the database, add        are running an enterprise environment.
   capacity and feature requirements of your environment.                                                                                                                                                                                                               or writing data.                                                       another database. Multiple database icons indicate scale out.




SHAREPOINT                                                                                SHAREPOINT SERVICE APPLICATIONS                                                                                                                                                                                                                                                                           SQL SERVER
SharePoint system databases                                                               SharePoint User Profile service databases (Server)                                               SharePoint 2013 (Foundation and Server)                                                              SharePoint Server 2013                                                                           SQL Server 2008 R2 (SP1) & SQL Server 2012
                                                                                                                                                                                           service application databases                                                                        service application databases                                                                    system databases
                   Configuration                                                                           Profile
                   (SharePoint_Config)                                                                     (User Profile service application,                                                                  App Management                                                                                      Project Server 2013                                                                                   master
                   Contains data about all SharePoint databases, all Internet                              User Profile Service Application_ProfileDB_<GUID>)                                                  (App Management service application,                                                                (Project Server service application , ProjectWebApp)                                                  Records all system level information for a SQL Server instance,
Small                                                                                                                                                                                                                                                                                                                                                                                                                    including logins, configurations, and other databases.
                   Information                                                                             Stores and manages users and their social information.                                              App_Management_<GUID>)                                                                              The database stores all the data for a single Project Web App (PWA)              Small
                                                                                          Medium - large                                                                                   Small                                                                                                                                                                                                                         Scaling guidance: Scale up. (Significant growth is unlikely).
                   Services (IIS) Web sites or Web applications, trusted solutions,                        Scaling guidance: Scale up the database that supports the service                                   Stores the App licenses and permissions that are downloaded from the            Small -             enabled site, along with the following:
                   Web Part Packages, site templates, and Web application and farm                         application instance.                                                                               Global Marketplace.                                                             medium              · All Project and Portfolio Management (PPM) data
                   settings specific to SharePoint 2013, such as default quota and                         Scale-out by creating additional instances of the service application,                              Scaling guidance: Scale-out only on SharePoint Online                                               · Time tracking and Timesheet data                                                                    model
                   blocked file types.                                                                     however, the decision to create a separate service application is likely                            I/O patterns: Write-heavy during Apps installation and license                                      · Aggregated SharePoint project site data                                                             Used as the template for all databases created in an instance.
                   Requirements:                                                                           to be based on business, rather than scale, requirements.                                           renewal.                                                                                            Significant database growth is unlikely.                                                              Scaling guidance: Scale up. (Significant growth is unlikely).
                   · Must be co-located with Central Administration Content                                I/O patterns: Read-heavy                                                                                                                                                                                Scaling guidance: Scale up the SQL Server that hosts the Project                 Small
                                                                                                                                                                                                               Secure Store Service
                      database                                                                                                                                                                                                                                                                                     Server service application databases.
                                                                                                                                                                                                               (Secure Store service application,                                                                                                                                                                        msdb
                   · Only one configuration database is supported per farm.                                Synchronization                                                                                     Secure_Store_Service_DB_<GUID>)
                                                                                                                                                                                                                                                                                                                   I/O patterns: Read-heavy
                                                                                                                                                                                                                                                                                                                                                                                                                         Records operators, and used by SQL Server Agent to schedule
                   Scaling guidance: Scale up only, significant growth is unlikely.                        (User Profile service application,                                              Small               Stores and maps credentials such as account names and passwords.                                                                                                                                          alerts and jobs.
                                                                                                           User Profile Service Application_SyncDB_<GUID>)                                                     Co-location guidance: For secure credential storage, it is                                                                                                                           Small                Scaling guidance: Scale up. (Significant growth is unlikely).
                                                                                          Medium - large
                                                                                                           Stores configuration and staging data for use when profile data is                                  recommended that the secure store database be hosted on a separate                                  SQL Server PowerPivot Service Application
                                                                                                           being synchronized with directory services such as Active Directory.                                database instance with limited access to one administrator.                                         (PowerPivot Service service application,
                   Central Administration Content                                                          Size is determined by number of users, groups, and the ratio of users to
                                                                                                                                                                                                                                                                                                                                                                                                                         tempdb
                                                                                                                                                                                                               Scaling guidance:                                                                                   DefaultPowerPivotServiceApplicationDB_<GUID>)                                                         Holds all temporary tables and temporary stored procedures
                   (SharePoint_AdminContent_<GUID>)                                                        groups.                                                                                                                                                                             Small
                                                                                                                                                                                                               · Scale up the database that supports the service application instance.                             Stores data refresh schedules, and PowerPivot usage data that is copied                               and fills any other temporary storage needs. The tempdb
                   Content database for the Central Administration site.                                   Scaling guidance: Scale up the database that supports the service                                                                                                                                       from the central usage data collection database. Significant growth is
Small                                                                                                                                                                                                          · Scale out by creating additional instances of the service application,                                                                                                                                  database is re-created every time the SQL Server instance is
                   Requirements:                                                                           application instance.                                                                                                                                                                                   unlikely.                                                                        Medium
                                                                                                                                                                                                                  however, the decision to create a separate service application is                                                                                                                                      started.
                   · Must be co-located with Central Administration Content                                Scale-out by creating additional instances of the service application,                                                                                                                                  When in use, PowerPivot stores additional data in content databases
                                                                                                                                                                                                                  likely to be based on business, rather than scale, requirements.                                                                                                                                       Co-location guidance: Locate on a separate spindle from all
                      database                                                                             however, the decision to create a separate service application is likely                                                                                                                                and in the Central Administration content database.
                   · Only one configuration database is supported per farm.                                to be based on business, rather than scale, requirements.                                                                                                                                                                                                                                                     other databases
                                                                                                                                                                                                                                                                                                                   Requirements: SQL Server 2012 Analysis Services, Business Intelligence                                Scaling guidance: Scale up
                   Scaling guidance: Scale up only, significant growth is unlikely.                        I/O patterns: Even                                                                                  Usage                                                                                               or Enterprise Edition.
                                                                                                                                                                                                               (Usage and Health Data Collection service application,                                              Scaling guidance: Scale up.
                                                                                                           Social Tagging                                                                                      SharePoint_Logging)
                                                                                                           (User Profile service application and the Metadata Management service                               Installed on SharePoint Online or SQL Azure and also on-premise but                                                                                                                  Microsoft SQL Server 2008 R2 (SP1) Reporting
                                                                                                                                                                                                                                                                                                                   PerformancePoint Services
                   Content
                                                                                                           application, if tags are used for metadata,                                                         not provisioned by default.
                                                                                                                                                                                                               Stores health monitoring and usage data temporarily, and also used for                              (PerformancePoint Services service application,
                                                                                                                                                                                                                                                                                                                                                                                                    Services &
                                                                                                           User Profile Service Application_SocialDB_<GUID>)
                   (WSS_Content)                                                                           Stores social tags and notes created by users along with their                                      reporting and diagnostics. The Usage database is the only SharePoint
                                                                                                                                                                                                                                                                                               Small
                                                                                                                                                                                                                                                                                                                   PerformancePoint Service _<GUID>)                                                Microsoft SQL Server 2012 Reporting Services
                   Stores all site content, including site documents or files in                           respective URLs. Size is determined by the number of tags and ratings           Extra - large       database that can be queried directly and have schema modified by                                   Stores temporary objects and persisted user comments and settings.
                   document libraries, list data, Web part properties, audit logs, apps   Small – extra-   created and used.                                                                                   either Microsoft or third-party applications.                                                       Scaling guidance:                                                                SQL Server Reporting Services is installed on a SQL Server report server. It stores
                   for SharePoint, and user names and rights. All of the data for a       large
                                                                                                           Scaling guidance: Scale up the database that supports the service                                   The database size varies based on retention policy and actual traffic                               · Scale up the database that supports the service application instance.          items such as reports, report-related items and resources, schedules, and
Small - large      specific site resides in one content database. Content databases                        application instance. Scale-out by creating additional instances of the                             load.                                                                                               · Scale out by creating additional instances of the service application,         subscriptions. It can be configured as a stand-alone server (native mode), multiple
                   can contain more than one site collection. Also stores data for                         service application, however, the decision to create a separate service                             Co-location guidance: Place on separate spindle                                                        however, the decision to create a separate service application is             servers in a farm, or it can be integrated with SharePoint Server (SharePoint
                   Office Web Applications, if in use. The database size varies based                      application is likely to be based on business, rather than scale,                                   Scaling guidance: Scale up the database.                                                               likely to be based on business, rather than scale, requirements.              mode).
                   on usage pattern, for example the number and size of documents                          requirements.                                                                                       Requirements: Only one Usage and Health Data Collection service                                     I/O patterns: Read-heavy
                   and the number of users.                                                                I/O patterns: Read-heavy                                                                            application instance is supported per farm.                                                                                                                                          SQL Server Reporting Services can be used with SharePoint Server 2013 Excel
                   Important guidance: We strongly recommend limiting the size                                                                                                                                 I/O patterns: Write-heavy                                                                                                                                                            Services, PerformancePoint Services, Access Services, Project Server, and Visio
                   of content databases to 200 GB to help ensure system
                                                                                                                                                                                                                                                                                                                   State Service                                                                    Services. If you are running Access Services, then SQL Server 2012 is required.
                   performance.                                                                                                                                                                                                                                                                                    (State service application, InfoPath Forms Services, Visio Services,
                                                                                                                                                                                                               Subscription Settings Service                                                                       SessionStateService_<GUID>)
                   Content database sizes up to 1 terabyte are supported only for                                                                                                                              (Microsoft SharePoint Foundation Subscription Settings service                                      Stores temporary state information for InfoPath Forms Services,
                   large, single-site repositories and archives with non-collaborative
                   I/O and usage patterns, such as Records Centers.
                                                                                          SharePoint Search Service Application databases                                                  Small
                                                                                                                                                                                                               application, SettingsServiceDB)                                                                     Exchange, the chart Web Part, and Visio Services. Database size
                                                                                                                                                                                                                                                                                                                                                                                                                          Report Server Catalog
                                                                                                                                                                                                               Stores features and settings information for hosted customers. This                                                                                                                                        (ReportingService_<GUID>)
                   Scaling guidance:                                                      (Foundation and Server)                                                                                              database is not created by default but must be created by using                 Medium -            depends on the usage of features that store data in it.
                                                                                                                                                                                                                                                                                                                   Scaling guidance: Scale-out by adding another State database using               Small
                                                                                                                                                                                                                                                                                                                                                                                                                          Stores all report metadata including report definitions,
                   · Scale up a database that supports a site collection.                                                                                                                                                                                                                      large
                                                                                                                                                                                                               Windows PowerShell or SQL Server.                                                                                                                                                                          report history and snapshots, and scheduling
                   · Scale-out at the Web application level: add more content                              Search Administration                                                                                                                                                                                   Windows PowerShell cmdlets.
                                                                                                                                                                                                               Scaling guidance:                                                                                                                                                                                          information. When ReportServer is in use, report
                      databases as needed to support additional site collections.                          (Search service application,                                                                                                                                                                            I/O patterns: Read-heavy
                                                                                                                                                                                                               · Scale up the database that supports the service application instance.                                                                                                                                    documents are stored in SharePoint content databases.
                                                                                                           Search_Service_Application_DB_<GUID>)                                                               · Scale-out by creating additional instances of the service application,                                                                                                                                   Requirements: Must be located on the same database
                                                                                          Medium           Hosts the Search application configuration and access control list (ACL)                               however, the decision to create a separate service application is                                                                                                                                       server as the ReportServerTempDb database.
                                                                                                                                                                                                                                                                                                                   Word Automation Services
                                                                                                           for the crawl component.                                                                               likely to be based on business, rather than scale requirements.                                                                                                                                         Supports service applications: Often used with Access
                                                                                                                                                                                                                                                                                                                   (Word Automation Services service application,
                                                                                                           Scaling guidance: Scale up the database that supports the service                                   I/O patterns: Read-heavy                                                                                                                                                                                   Services, Excel Services, PerformancePoint Services, and
                                                                                                                                                                                                                                                                                                                   WordAutomationServices_<GUID>)
                                                                                                           application instance.                                                                                                                                                               Small                                                                                                                      Visio Services, but not required.
                                                                                                                                                                                                                                                                                                                   Stores information about pending and completed document
                                                                                                           Scale-out by creating additional instances of the service application,                                                                                                                                                                                                                                         Scaling guidance: Scale up
                                                                                                                                                                                                                                                                                                                   conversions and updates.
                                                                                                                                                                                                               Business Data Connectivity
                                       Legend                                                              however, the decision to create a separate service application is likely
                                                                                                           to be based on business, rather than scale, requirements.                                           (Business Data Connectivity service application,
                                                                                                                                                                                                                                                                                                                   Relative size: Small                                                                                   I/O patterns: Read-heavy
                                                                                                                                                                                                                                                                                                                   Scaling guidance: Scale up the database that supports the service
                                                                                                                                                                                                               Bdc_Service_DB_<GUID>)
                                                                                                                                                                                           Small                                                                                                                   application instance. (Significant growth is unlikely).
        Database types                                                                                     Analytics Reporting                                                                                 Stores external content types and related objects.
                                                                                                                                                                                                                                                                                                                   Read/write characteristics: Read and write-heavy once per
                                                                                                           (Search service application,                                                                        Relative size: Small
                                                                                                                                                                                                                                                                                                                   conversion item.                                                                                       ReportServerTempDB
                SharePoint 2013                        Search service application                          Search_Service_Application_AnalyticsReportingStoreDB_<GUID>)                                        Scaling guidance: Scale up, (significant growth is unlikely).
                system databases                                                                           Stores the results for usage analysis reports and extracts information                              Read/write characteristics: Read-heavy                                                                                                                                                                     (ReportingService_<GUID>_TempDB)
                (Foundation, Server)                                                                                                                                                                                                                                                                               Managed Metadata Service                                                                               Stores all of the temporary snapshots while reports are
                                                                                                           from the Link database when needed.                                                                                                                                                                     (Managed Metadata Service service application,
                                                       User Profile service                                                                                                                                                                                                                                                                                                                                               running. The size varies frequently, depending on use of
                                                       application                        Medium -         Scaling guidance: Scale-out — add additional Analytics Reporting                                                                                                                                        Managed Metadata Service Application_Metadata_<GUID>)
                                                                                                           database using a split operation when the main database size becomes                                                                                                                                                                                                                                           cached report snapshots.
                SharePoint 2013                                                           large                                                                                                                                                                                                Medium              Stores managed metadata and syndicated content types.
                common databases                       SQL Server 2008 R2                                  >200GB.                                                                                                                                                                                                 Relative size: Medium
                (Foundation, Server)                   SQL Server 2012                                     I/O patterns: Write-heavy during nightly analytics update.                                                                                                                                              Scaling guidance: Scale up the database that supports the service                Small – extra-
                                                                                                                                                                                                                                                                                                                   application instance.                                                            large
                SharePoint Server 2013                 SQL Server 2008 R2
                                                       Reporting Services                                  Crawl                                                                                                                                                                                                   Scale-out by creating additional instances of the service application.                                 Report Server Alerting
                (Standard, Enterprise)
                                                       SQL Server 2012 Reporting                           (Search service application,                                                                                                                                                                            Read/write characteristics: Read-heavy                                                                 (ReportingService_<GUID>_Alerting)
                                                       Services                                            Search_Service_Application_CrawlStoreDB_<GUID>)                                                                                                                                                                                                                                                                This database is found in SQL Server 2012 only. Stores all
                                                                                                           Stores the state of the crawled data and the crawl history.                                                                                                                                                                                                                                                    Data Alerts metadata and runtime information required
                                                                                          Medium           Co-location guidance: In large-scale environments.
                                                                                                                                                                                                                                                                                                                   Taxonomy                                                                                               to produce Data Alerts for Reporting Services operational
                                                                                                           Scaling guidance: Scale-out — add additional Crawl database per                                                                                                                                         (Managed Metadata Service, Managed Metadata Service_<GUID>)                                            reports. Data from reports is processed within the
        Database size ranges                      Other notations                                          every 10 million items crawled.                                                                                                                                                     Small
                                                                                                                                                                                                                                                                                                                   Stores a hierarchical structure for terms that are used for tagging                                    database to match rules defined in Alert Definitions. The
        (Database icons shown are not to                                                                   I/O patterns: Read-heavy                                                                                                                                                                                content and building site collections.                                           Extra - large
                                                                                                                                                                                                                                                                                                                                                                                                                          size varies frequently, depending on use of Data Alerts
        scale)                                                                                             Recommended SQL Server edition:                                                                                                                                                                         Scaling guidance: Scale up the database that supports the service                                      Scaling guidance: Scale up; optimize file I/O; optimize
                                                                                                           SQL Server 2008 Enterprise edition, so that the Search service                                                                                                                                          application instance. Significant database growth is unlikely.                                         memory usage
                        Very Small:                          Large:
                                                                                                           application can take advantage of data compression.                                                                                                                                                     I/O patterns: Read-heavy                                                                               I/O patterns: Read-heavy, Write-heavy
                        100 MB or less                       Up to 1 terabyte

                        Small:                                                                             Link                                                                                                                                                                                                    Machine Translation Services
                        Up to 1 GB                                                                                                                                                                                                                                                                                 (SharePoint Translation Services service application,
                                                                                                           (Search service application,
                                                                                                           Search_Service_Application_LinkStoreDB_<GUID>)                                                                                                                                                          SharePoint Translation Services_<GUID>)
                                                                                          Medium -                                                                                                                                                                                             Small               Stores information about pending and completed batch document
                                                             Extra-large:                                  Stores the information that is extracted by the content processing
                        Medium:                              1 terabyte or more           large                                                                                                                                                                                                                    translations with file extensions that are enabled.
                                                                                                           component and the click through information.
                        Up to 100 GB                                                                                                                                                                                                                                                                               Relative size: Small
                                                                                                           Co-location guidance: On sites with heavy traffic we recommend the
                                                                                                           Links database to utilize separate spindles from other databases.                                                                                                                                       Scaling guidance: Scale up the database that supports the service
                                                                                                           Scaling guidance: Scale-out — add additional Link database per 60                                                                                                                                       application instance. (Significant growth is unlikely).
                        Support multiple                                                                   million documents crawled. Also add additional Link database per 100                                                                                                                                    Read/write characteristics: Read-heavy
                        databases
                        (scales out)                                                                       million expected queries per year. The Link database grows on disk by
                                                                                                           1 GB per 1 million documents fed. The click data grows linearly with                                                                                                                                    Apps for SharePoint
                                                                                                           query traffic, 1 GB per million queries.
                                                                                                                                                                                                                                                                                                                   (Apps_<GUID>)
                                                                                                           I/O patterns: Write-heavy during content processing                                                                                                                                 Very small          Stores information about apps for SharePoint and Access Apps.
                                                                                                                                                                                                                                                                                                                   Scaling guidance: Scale up the database that supports the apps
                                                                                                                                                                                                                                                                                                                   instance. (Significant growth is unlikely).
                                                                                                                                                                                                                                                                                                                   I/O patterns: Read-heavy




                                                                                                                                                                                  © 2012 Microsoft Corporation. All rights reserved. To send feedback about this documentation, please write to us at ITSPDocs@microsoft.com.

Más contenido relacionado

La actualidad más candente

Lap Around Sql Azure
Lap Around Sql AzureLap Around Sql Azure
Lap Around Sql AzureAnko Duizer
 
Couchbase Server and IBM BigInsights: One + One = Three
Couchbase Server and IBM BigInsights: One + One = ThreeCouchbase Server and IBM BigInsights: One + One = Three
Couchbase Server and IBM BigInsights: One + One = ThreeDipti Borkar
 
Application Partitioning Wp
Application Partitioning WpApplication Partitioning Wp
Application Partitioning Wpliufabin 66688
 
Realtime hadoopsigmod2011
Realtime hadoopsigmod2011Realtime hadoopsigmod2011
Realtime hadoopsigmod2011iammutex
 
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...Michael Noel
 
SQLUG event: An evening in the cloud: the old, the new and the big
 SQLUG event: An evening in the cloud: the old, the new and the big  SQLUG event: An evening in the cloud: the old, the new and the big
SQLUG event: An evening in the cloud: the old, the new and the big Mike Martin
 
Nimbus Ninjas Market Map
Nimbus Ninjas Market MapNimbus Ninjas Market Map
Nimbus Ninjas Market Mapnitnag
 
Power management: Lenovo ThinkServer Smart Grid Technology
Power management: Lenovo ThinkServer Smart Grid TechnologyPower management: Lenovo ThinkServer Smart Grid Technology
Power management: Lenovo ThinkServer Smart Grid TechnologyPrincipled Technologies
 

La actualidad más candente (11)

Lap Around Sql Azure
Lap Around Sql AzureLap Around Sql Azure
Lap Around Sql Azure
 
Database servers tutorial
Database servers tutorialDatabase servers tutorial
Database servers tutorial
 
Couchbase Server and IBM BigInsights: One + One = Three
Couchbase Server and IBM BigInsights: One + One = ThreeCouchbase Server and IBM BigInsights: One + One = Three
Couchbase Server and IBM BigInsights: One + One = Three
 
Application Partitioning Wp
Application Partitioning WpApplication Partitioning Wp
Application Partitioning Wp
 
Print Manager Plus
Print Manager PlusPrint Manager Plus
Print Manager Plus
 
Why you should(n't) run your databases in the cloud
Why you should(n't) run your databases in the cloudWhy you should(n't) run your databases in the cloud
Why you should(n't) run your databases in the cloud
 
Realtime hadoopsigmod2011
Realtime hadoopsigmod2011Realtime hadoopsigmod2011
Realtime hadoopsigmod2011
 
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
SharePoint 2010 High Availability and Disaster Recovery - SharePoint Connecti...
 
SQLUG event: An evening in the cloud: the old, the new and the big
 SQLUG event: An evening in the cloud: the old, the new and the big  SQLUG event: An evening in the cloud: the old, the new and the big
SQLUG event: An evening in the cloud: the old, the new and the big
 
Nimbus Ninjas Market Map
Nimbus Ninjas Market MapNimbus Ninjas Market Map
Nimbus Ninjas Market Map
 
Power management: Lenovo ThinkServer Smart Grid Technology
Power management: Lenovo ThinkServer Smart Grid TechnologyPower management: Lenovo ThinkServer Smart Grid Technology
Power management: Lenovo ThinkServer Smart Grid Technology
 

Similar a Databases That Support SharePoint 2013

Share Point 2010 Deployment
Share Point 2010 DeploymentShare Point 2010 Deployment
Share Point 2010 DeploymentKamol Sagwan
 
Couchbase presentation
Couchbase presentationCouchbase presentation
Couchbase presentationsharonyb
 
Microsoft SQL Server 2012
Microsoft SQL Server 2012 Microsoft SQL Server 2012
Microsoft SQL Server 2012 Dhiren Gala
 
SharePoint 2013 supported DB's
SharePoint 2013 supported DB'sSharePoint 2013 supported DB's
SharePoint 2013 supported DB'sak-allaire
 
Migrate to share point 2013 with avepoint 2.14.13
Migrate to share point 2013 with avepoint 2.14.13Migrate to share point 2013 with avepoint 2.14.13
Migrate to share point 2013 with avepoint 2.14.13Mary Leigh Mackie
 
SharePoint 2010 best practices for infrastructure deployments SharePoint Sat...
SharePoint 2010 best practices for infrastructure deployments  SharePoint Sat...SharePoint 2010 best practices for infrastructure deployments  SharePoint Sat...
SharePoint 2010 best practices for infrastructure deployments SharePoint Sat...Knowledge Cue
 
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With SharepointReporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With SharepointJohn White
 
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...Shahzad
 
SharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2CSharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2CMichael Noel
 
Sql Server 2012 Reporting-Services is Now a SharePoint Service Application
Sql Server 2012   Reporting-Services is Now a SharePoint Service ApplicationSql Server 2012   Reporting-Services is Now a SharePoint Service Application
Sql Server 2012 Reporting-Services is Now a SharePoint Service ApplicationInnoTech
 
Sql server 2008 r2 perf and scale datasheet
Sql server 2008 r2 perf and scale   datasheetSql server 2008 r2 perf and scale   datasheet
Sql server 2008 r2 perf and scale datasheetKlaudiia Jacome
 
Sql server2008 r2_bi_datasheet_final
Sql server2008 r2_bi_datasheet_finalSql server2008 r2_bi_datasheet_final
Sql server2008 r2_bi_datasheet_finalKlaudiia Jacome
 
Integrating sps 2010 and windows azure
Integrating sps 2010 and windows azureIntegrating sps 2010 and windows azure
Integrating sps 2010 and windows azureManish Corriea
 
Differences Between Power BI vs SSRS
Differences Between  Power BI vs SSRSDifferences Between  Power BI vs SSRS
Differences Between Power BI vs SSRSVishnuGone
 
Anish Karmakar S C A
Anish  Karmakar    S C AAnish  Karmakar    S C A
Anish Karmakar S C ASOA Symposium
 
SharePoint 2010 as a Development Platform
SharePoint 2010 as a Development PlatformSharePoint 2010 as a Development Platform
SharePoint 2010 as a Development PlatformAyman El-Hattab
 
Working with azure database services platform
Working with azure database services platformWorking with azure database services platform
Working with azure database services platformssuser79fc19
 
Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2Eduardo Castro
 

Similar a Databases That Support SharePoint 2013 (20)

Share Point 2010 Deployment
Share Point 2010 DeploymentShare Point 2010 Deployment
Share Point 2010 Deployment
 
Couchbase presentation
Couchbase presentationCouchbase presentation
Couchbase presentation
 
Microsoft SQL Server 2012
Microsoft SQL Server 2012 Microsoft SQL Server 2012
Microsoft SQL Server 2012
 
Ldap sync with sap(rfc)
Ldap sync with sap(rfc)Ldap sync with sap(rfc)
Ldap sync with sap(rfc)
 
SharePoint 2013 supported DB's
SharePoint 2013 supported DB'sSharePoint 2013 supported DB's
SharePoint 2013 supported DB's
 
Migrate to share point 2013 with avepoint 2.14.13
Migrate to share point 2013 with avepoint 2.14.13Migrate to share point 2013 with avepoint 2.14.13
Migrate to share point 2013 with avepoint 2.14.13
 
SharePoint 2010 best practices for infrastructure deployments SharePoint Sat...
SharePoint 2010 best practices for infrastructure deployments  SharePoint Sat...SharePoint 2010 best practices for infrastructure deployments  SharePoint Sat...
SharePoint 2010 best practices for infrastructure deployments SharePoint Sat...
 
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With SharepointReporting For Duty - Best Practices for Reporting Services With Sharepoint
Reporting For Duty - Best Practices for Reporting Services With Sharepoint
 
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...
 
SharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2CSharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2C
 
Sql Server 2012 Reporting-Services is Now a SharePoint Service Application
Sql Server 2012   Reporting-Services is Now a SharePoint Service ApplicationSql Server 2012   Reporting-Services is Now a SharePoint Service Application
Sql Server 2012 Reporting-Services is Now a SharePoint Service Application
 
Sql server 2008 r2 perf and scale datasheet
Sql server 2008 r2 perf and scale   datasheetSql server 2008 r2 perf and scale   datasheet
Sql server 2008 r2 perf and scale datasheet
 
Sql server2008 r2_bi_datasheet_final
Sql server2008 r2_bi_datasheet_finalSql server2008 r2_bi_datasheet_final
Sql server2008 r2_bi_datasheet_final
 
Integrating sps 2010 and windows azure
Integrating sps 2010 and windows azureIntegrating sps 2010 and windows azure
Integrating sps 2010 and windows azure
 
Differences Between Power BI vs SSRS
Differences Between  Power BI vs SSRSDifferences Between  Power BI vs SSRS
Differences Between Power BI vs SSRS
 
Cool features 7.4
Cool features 7.4Cool features 7.4
Cool features 7.4
 
Anish Karmakar S C A
Anish  Karmakar    S C AAnish  Karmakar    S C A
Anish Karmakar S C A
 
SharePoint 2010 as a Development Platform
SharePoint 2010 as a Development PlatformSharePoint 2010 as a Development Platform
SharePoint 2010 as a Development Platform
 
Working with azure database services platform
Working with azure database services platformWorking with azure database services platform
Working with azure database services platform
 
Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2
 

Más de David J Rosenthal

Microsoft Teams Phone - Calling Made Simple
Microsoft Teams Phone  - Calling Made SimpleMicrosoft Teams Phone  - Calling Made Simple
Microsoft Teams Phone - Calling Made SimpleDavid J Rosenthal
 
Whats New in Microsoft Teams Calling November 2021
Whats New in Microsoft Teams Calling November 2021Whats New in Microsoft Teams Calling November 2021
Whats New in Microsoft Teams Calling November 2021David J Rosenthal
 
Whats New in Microsoft Teams Hybrid Meetings November 2021
Whats New in Microsoft Teams Hybrid Meetings November 2021Whats New in Microsoft Teams Hybrid Meetings November 2021
Whats New in Microsoft Teams Hybrid Meetings November 2021David J Rosenthal
 
Viva Connections from Microsoft
Viva Connections from MicrosoftViva Connections from Microsoft
Viva Connections from MicrosoftDavid J Rosenthal
 
Protect your hybrid workforce across the attack chain
Protect your hybrid workforce across the attack chainProtect your hybrid workforce across the attack chain
Protect your hybrid workforce across the attack chainDavid J Rosenthal
 
A Secure Journey to Cloud with Microsoft 365
A Secure Journey to Cloud with Microsoft 365A Secure Journey to Cloud with Microsoft 365
A Secure Journey to Cloud with Microsoft 365David J Rosenthal
 
Azure Arc Overview from Microsoft
Azure Arc Overview from MicrosoftAzure Arc Overview from Microsoft
Azure Arc Overview from MicrosoftDavid J Rosenthal
 
Microsoft Windows Server 2022 Overview
Microsoft Windows Server 2022 OverviewMicrosoft Windows Server 2022 Overview
Microsoft Windows Server 2022 OverviewDavid J Rosenthal
 
Windows365 Hybrid Windows for a Hybrid World
Windows365 Hybrid Windows for a Hybrid WorldWindows365 Hybrid Windows for a Hybrid World
Windows365 Hybrid Windows for a Hybrid WorldDavid J Rosenthal
 
Windows 11 for the Enterprise
Windows 11 for the EnterpriseWindows 11 for the Enterprise
Windows 11 for the EnterpriseDavid J Rosenthal
 
Microsoft Scheduler for M365 - Personal Digital Assistant
Microsoft Scheduler for M365 - Personal Digital AssistantMicrosoft Scheduler for M365 - Personal Digital Assistant
Microsoft Scheduler for M365 - Personal Digital AssistantDavid J Rosenthal
 
What is New in Teams Meetings and Meeting Rooms July 2021
What is New in Teams Meetings and Meeting Rooms July 2021What is New in Teams Meetings and Meeting Rooms July 2021
What is New in Teams Meetings and Meeting Rooms July 2021David J Rosenthal
 
Modernize Java Apps on Microsoft Azure
Modernize Java Apps on Microsoft AzureModernize Java Apps on Microsoft Azure
Modernize Java Apps on Microsoft AzureDavid J Rosenthal
 
Microsoft Defender and Azure Sentinel
Microsoft Defender and Azure SentinelMicrosoft Defender and Azure Sentinel
Microsoft Defender and Azure SentinelDavid J Rosenthal
 
Microsoft Azure Active Directory
Microsoft Azure Active DirectoryMicrosoft Azure Active Directory
Microsoft Azure Active DirectoryDavid J Rosenthal
 

Más de David J Rosenthal (20)

Microsoft Teams Phone - Calling Made Simple
Microsoft Teams Phone  - Calling Made SimpleMicrosoft Teams Phone  - Calling Made Simple
Microsoft Teams Phone - Calling Made Simple
 
Whats New in Microsoft Teams Calling November 2021
Whats New in Microsoft Teams Calling November 2021Whats New in Microsoft Teams Calling November 2021
Whats New in Microsoft Teams Calling November 2021
 
Whats New in Microsoft Teams Hybrid Meetings November 2021
Whats New in Microsoft Teams Hybrid Meetings November 2021Whats New in Microsoft Teams Hybrid Meetings November 2021
Whats New in Microsoft Teams Hybrid Meetings November 2021
 
Viva Connections from Microsoft
Viva Connections from MicrosoftViva Connections from Microsoft
Viva Connections from Microsoft
 
Protect your hybrid workforce across the attack chain
Protect your hybrid workforce across the attack chainProtect your hybrid workforce across the attack chain
Protect your hybrid workforce across the attack chain
 
Microsoft Viva Introduction
Microsoft Viva IntroductionMicrosoft Viva Introduction
Microsoft Viva Introduction
 
Microsoft Viva Learning
Microsoft Viva LearningMicrosoft Viva Learning
Microsoft Viva Learning
 
Microsoft Viva Topics
Microsoft Viva TopicsMicrosoft Viva Topics
Microsoft Viva Topics
 
A Secure Journey to Cloud with Microsoft 365
A Secure Journey to Cloud with Microsoft 365A Secure Journey to Cloud with Microsoft 365
A Secure Journey to Cloud with Microsoft 365
 
Azure Arc Overview from Microsoft
Azure Arc Overview from MicrosoftAzure Arc Overview from Microsoft
Azure Arc Overview from Microsoft
 
Microsoft Windows Server 2022 Overview
Microsoft Windows Server 2022 OverviewMicrosoft Windows Server 2022 Overview
Microsoft Windows Server 2022 Overview
 
Windows365 Hybrid Windows for a Hybrid World
Windows365 Hybrid Windows for a Hybrid WorldWindows365 Hybrid Windows for a Hybrid World
Windows365 Hybrid Windows for a Hybrid World
 
Windows 11 for the Enterprise
Windows 11 for the EnterpriseWindows 11 for the Enterprise
Windows 11 for the Enterprise
 
Microsoft Scheduler for M365 - Personal Digital Assistant
Microsoft Scheduler for M365 - Personal Digital AssistantMicrosoft Scheduler for M365 - Personal Digital Assistant
Microsoft Scheduler for M365 - Personal Digital Assistant
 
What is New in Teams Meetings and Meeting Rooms July 2021
What is New in Teams Meetings and Meeting Rooms July 2021What is New in Teams Meetings and Meeting Rooms July 2021
What is New in Teams Meetings and Meeting Rooms July 2021
 
Modernize Java Apps on Microsoft Azure
Modernize Java Apps on Microsoft AzureModernize Java Apps on Microsoft Azure
Modernize Java Apps on Microsoft Azure
 
Microsoft Defender and Azure Sentinel
Microsoft Defender and Azure SentinelMicrosoft Defender and Azure Sentinel
Microsoft Defender and Azure Sentinel
 
Microsoft Azure Active Directory
Microsoft Azure Active DirectoryMicrosoft Azure Active Directory
Microsoft Azure Active Directory
 
Nintex Worflow Overview
Nintex Worflow OverviewNintex Worflow Overview
Nintex Worflow Overview
 
Microsoft Power BI Overview
Microsoft Power BI OverviewMicrosoft Power BI Overview
Microsoft Power BI Overview
 

Último

Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 

Último (20)

Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 

Databases That Support SharePoint 2013

  • 1. DATABASES THAT SUPPORT SHAREPOINT 2013 Microsoft SQL Server databases are integral to SharePoint 2013. The databases used in a specific environment are determined by the Definitions Co-location guidance: Whether a database must or must not be located on the same server instance with another database. Scaling guidance: · Scale up: to increase the size available to the database, move Recommended SQL Server edition: A specific edition of SQL Server that is recommended, and why. In general, in this poster, product, version, edition, and features that are running. Database size, and the edition of SQL Server that you run are determined by the to a larger server. recommendations are made based on the assumption that you I/O patterns: Whether the database is mostly used for reading · Scale out: to increase the size available to the database, add are running an enterprise environment. capacity and feature requirements of your environment. or writing data. another database. Multiple database icons indicate scale out. SHAREPOINT SHAREPOINT SERVICE APPLICATIONS SQL SERVER SharePoint system databases SharePoint User Profile service databases (Server) SharePoint 2013 (Foundation and Server) SharePoint Server 2013 SQL Server 2008 R2 (SP1) & SQL Server 2012 service application databases service application databases system databases Configuration Profile (SharePoint_Config) (User Profile service application, App Management Project Server 2013 master Contains data about all SharePoint databases, all Internet User Profile Service Application_ProfileDB_<GUID>) (App Management service application, (Project Server service application , ProjectWebApp) Records all system level information for a SQL Server instance, Small including logins, configurations, and other databases. Information Stores and manages users and their social information. App_Management_<GUID>) The database stores all the data for a single Project Web App (PWA) Small Medium - large Small Scaling guidance: Scale up. (Significant growth is unlikely). Services (IIS) Web sites or Web applications, trusted solutions, Scaling guidance: Scale up the database that supports the service Stores the App licenses and permissions that are downloaded from the Small - enabled site, along with the following: Web Part Packages, site templates, and Web application and farm application instance. Global Marketplace. medium · All Project and Portfolio Management (PPM) data settings specific to SharePoint 2013, such as default quota and Scale-out by creating additional instances of the service application, Scaling guidance: Scale-out only on SharePoint Online · Time tracking and Timesheet data model blocked file types. however, the decision to create a separate service application is likely I/O patterns: Write-heavy during Apps installation and license · Aggregated SharePoint project site data Used as the template for all databases created in an instance. Requirements: to be based on business, rather than scale, requirements. renewal. Significant database growth is unlikely. Scaling guidance: Scale up. (Significant growth is unlikely). · Must be co-located with Central Administration Content I/O patterns: Read-heavy Scaling guidance: Scale up the SQL Server that hosts the Project Small Secure Store Service database Server service application databases. (Secure Store service application, msdb · Only one configuration database is supported per farm. Synchronization Secure_Store_Service_DB_<GUID>) I/O patterns: Read-heavy Records operators, and used by SQL Server Agent to schedule Scaling guidance: Scale up only, significant growth is unlikely. (User Profile service application, Small Stores and maps credentials such as account names and passwords. alerts and jobs. User Profile Service Application_SyncDB_<GUID>) Co-location guidance: For secure credential storage, it is Small Scaling guidance: Scale up. (Significant growth is unlikely). Medium - large Stores configuration and staging data for use when profile data is recommended that the secure store database be hosted on a separate SQL Server PowerPivot Service Application being synchronized with directory services such as Active Directory. database instance with limited access to one administrator. (PowerPivot Service service application, Central Administration Content Size is determined by number of users, groups, and the ratio of users to tempdb Scaling guidance: DefaultPowerPivotServiceApplicationDB_<GUID>) Holds all temporary tables and temporary stored procedures (SharePoint_AdminContent_<GUID>) groups. Small · Scale up the database that supports the service application instance. Stores data refresh schedules, and PowerPivot usage data that is copied and fills any other temporary storage needs. The tempdb Content database for the Central Administration site. Scaling guidance: Scale up the database that supports the service from the central usage data collection database. Significant growth is Small · Scale out by creating additional instances of the service application, database is re-created every time the SQL Server instance is Requirements: application instance. unlikely. Medium however, the decision to create a separate service application is started. · Must be co-located with Central Administration Content Scale-out by creating additional instances of the service application, When in use, PowerPivot stores additional data in content databases likely to be based on business, rather than scale, requirements. Co-location guidance: Locate on a separate spindle from all database however, the decision to create a separate service application is likely and in the Central Administration content database. · Only one configuration database is supported per farm. to be based on business, rather than scale, requirements. other databases Requirements: SQL Server 2012 Analysis Services, Business Intelligence Scaling guidance: Scale up Scaling guidance: Scale up only, significant growth is unlikely. I/O patterns: Even Usage or Enterprise Edition. (Usage and Health Data Collection service application, Scaling guidance: Scale up. Social Tagging SharePoint_Logging) (User Profile service application and the Metadata Management service Installed on SharePoint Online or SQL Azure and also on-premise but Microsoft SQL Server 2008 R2 (SP1) Reporting PerformancePoint Services Content application, if tags are used for metadata, not provisioned by default. Stores health monitoring and usage data temporarily, and also used for (PerformancePoint Services service application, Services & User Profile Service Application_SocialDB_<GUID>) (WSS_Content) Stores social tags and notes created by users along with their reporting and diagnostics. The Usage database is the only SharePoint Small PerformancePoint Service _<GUID>) Microsoft SQL Server 2012 Reporting Services Stores all site content, including site documents or files in respective URLs. Size is determined by the number of tags and ratings Extra - large database that can be queried directly and have schema modified by Stores temporary objects and persisted user comments and settings. document libraries, list data, Web part properties, audit logs, apps Small – extra- created and used. either Microsoft or third-party applications. Scaling guidance: SQL Server Reporting Services is installed on a SQL Server report server. It stores for SharePoint, and user names and rights. All of the data for a large Scaling guidance: Scale up the database that supports the service The database size varies based on retention policy and actual traffic · Scale up the database that supports the service application instance. items such as reports, report-related items and resources, schedules, and Small - large specific site resides in one content database. Content databases application instance. Scale-out by creating additional instances of the load. · Scale out by creating additional instances of the service application, subscriptions. It can be configured as a stand-alone server (native mode), multiple can contain more than one site collection. Also stores data for service application, however, the decision to create a separate service Co-location guidance: Place on separate spindle however, the decision to create a separate service application is servers in a farm, or it can be integrated with SharePoint Server (SharePoint Office Web Applications, if in use. The database size varies based application is likely to be based on business, rather than scale, Scaling guidance: Scale up the database. likely to be based on business, rather than scale, requirements. mode). on usage pattern, for example the number and size of documents requirements. Requirements: Only one Usage and Health Data Collection service I/O patterns: Read-heavy and the number of users. I/O patterns: Read-heavy application instance is supported per farm. SQL Server Reporting Services can be used with SharePoint Server 2013 Excel Important guidance: We strongly recommend limiting the size I/O patterns: Write-heavy Services, PerformancePoint Services, Access Services, Project Server, and Visio of content databases to 200 GB to help ensure system State Service Services. If you are running Access Services, then SQL Server 2012 is required. performance. (State service application, InfoPath Forms Services, Visio Services, Subscription Settings Service SessionStateService_<GUID>) Content database sizes up to 1 terabyte are supported only for (Microsoft SharePoint Foundation Subscription Settings service Stores temporary state information for InfoPath Forms Services, large, single-site repositories and archives with non-collaborative I/O and usage patterns, such as Records Centers. SharePoint Search Service Application databases Small application, SettingsServiceDB) Exchange, the chart Web Part, and Visio Services. Database size Report Server Catalog Stores features and settings information for hosted customers. This (ReportingService_<GUID>) Scaling guidance: (Foundation and Server) database is not created by default but must be created by using Medium - depends on the usage of features that store data in it. Scaling guidance: Scale-out by adding another State database using Small Stores all report metadata including report definitions, · Scale up a database that supports a site collection. large Windows PowerShell or SQL Server. report history and snapshots, and scheduling · Scale-out at the Web application level: add more content Search Administration Windows PowerShell cmdlets. Scaling guidance: information. When ReportServer is in use, report databases as needed to support additional site collections. (Search service application, I/O patterns: Read-heavy · Scale up the database that supports the service application instance. documents are stored in SharePoint content databases. Search_Service_Application_DB_<GUID>) · Scale-out by creating additional instances of the service application, Requirements: Must be located on the same database Medium Hosts the Search application configuration and access control list (ACL) however, the decision to create a separate service application is server as the ReportServerTempDb database. Word Automation Services for the crawl component. likely to be based on business, rather than scale requirements. Supports service applications: Often used with Access (Word Automation Services service application, Scaling guidance: Scale up the database that supports the service I/O patterns: Read-heavy Services, Excel Services, PerformancePoint Services, and WordAutomationServices_<GUID>) application instance. Small Visio Services, but not required. Stores information about pending and completed document Scale-out by creating additional instances of the service application, Scaling guidance: Scale up conversions and updates. Business Data Connectivity Legend however, the decision to create a separate service application is likely to be based on business, rather than scale, requirements. (Business Data Connectivity service application, Relative size: Small I/O patterns: Read-heavy Scaling guidance: Scale up the database that supports the service Bdc_Service_DB_<GUID>) Small application instance. (Significant growth is unlikely). Database types Analytics Reporting Stores external content types and related objects. Read/write characteristics: Read and write-heavy once per (Search service application, Relative size: Small conversion item. ReportServerTempDB SharePoint 2013 Search service application Search_Service_Application_AnalyticsReportingStoreDB_<GUID>) Scaling guidance: Scale up, (significant growth is unlikely). system databases Stores the results for usage analysis reports and extracts information Read/write characteristics: Read-heavy (ReportingService_<GUID>_TempDB) (Foundation, Server) Managed Metadata Service Stores all of the temporary snapshots while reports are from the Link database when needed. (Managed Metadata Service service application, User Profile service running. The size varies frequently, depending on use of application Medium - Scaling guidance: Scale-out — add additional Analytics Reporting Managed Metadata Service Application_Metadata_<GUID>) database using a split operation when the main database size becomes cached report snapshots. SharePoint 2013 large Medium Stores managed metadata and syndicated content types. common databases SQL Server 2008 R2 >200GB. Relative size: Medium (Foundation, Server) SQL Server 2012 I/O patterns: Write-heavy during nightly analytics update. Scaling guidance: Scale up the database that supports the service Small – extra- application instance. large SharePoint Server 2013 SQL Server 2008 R2 Reporting Services Crawl Scale-out by creating additional instances of the service application. Report Server Alerting (Standard, Enterprise) SQL Server 2012 Reporting (Search service application, Read/write characteristics: Read-heavy (ReportingService_<GUID>_Alerting) Services Search_Service_Application_CrawlStoreDB_<GUID>) This database is found in SQL Server 2012 only. Stores all Stores the state of the crawled data and the crawl history. Data Alerts metadata and runtime information required Medium Co-location guidance: In large-scale environments. Taxonomy to produce Data Alerts for Reporting Services operational Scaling guidance: Scale-out — add additional Crawl database per (Managed Metadata Service, Managed Metadata Service_<GUID>) reports. Data from reports is processed within the Database size ranges Other notations every 10 million items crawled. Small Stores a hierarchical structure for terms that are used for tagging database to match rules defined in Alert Definitions. The (Database icons shown are not to I/O patterns: Read-heavy content and building site collections. Extra - large size varies frequently, depending on use of Data Alerts scale) Recommended SQL Server edition: Scaling guidance: Scale up the database that supports the service Scaling guidance: Scale up; optimize file I/O; optimize SQL Server 2008 Enterprise edition, so that the Search service application instance. Significant database growth is unlikely. memory usage Very Small: Large: application can take advantage of data compression. I/O patterns: Read-heavy I/O patterns: Read-heavy, Write-heavy 100 MB or less Up to 1 terabyte Small: Link Machine Translation Services Up to 1 GB (SharePoint Translation Services service application, (Search service application, Search_Service_Application_LinkStoreDB_<GUID>) SharePoint Translation Services_<GUID>) Medium - Small Stores information about pending and completed batch document Extra-large: Stores the information that is extracted by the content processing Medium: 1 terabyte or more large translations with file extensions that are enabled. component and the click through information. Up to 100 GB Relative size: Small Co-location guidance: On sites with heavy traffic we recommend the Links database to utilize separate spindles from other databases. Scaling guidance: Scale up the database that supports the service Scaling guidance: Scale-out — add additional Link database per 60 application instance. (Significant growth is unlikely). Support multiple million documents crawled. Also add additional Link database per 100 Read/write characteristics: Read-heavy databases (scales out) million expected queries per year. The Link database grows on disk by 1 GB per 1 million documents fed. The click data grows linearly with Apps for SharePoint query traffic, 1 GB per million queries. (Apps_<GUID>) I/O patterns: Write-heavy during content processing Very small Stores information about apps for SharePoint and Access Apps. Scaling guidance: Scale up the database that supports the apps instance. (Significant growth is unlikely). I/O patterns: Read-heavy © 2012 Microsoft Corporation. All rights reserved. To send feedback about this documentation, please write to us at ITSPDocs@microsoft.com.