SlideShare une entreprise Scribd logo
1  sur  15
SQL Server Technical Article<br />Writers: Geoff Allix<br />Technical Reviewers: Joanne Hodgins, Omri Bahat, Morgan Oslake<br />Published: February 2010<br />Applies to: SQL Server 2008 R2, August CTP<br />Summary: <br />SQL Server 2008 R2 introduces new management tools to help improve IT efficiency and productivity. Investments in application and multi-server management will help organizations proactively manage database environments efficiently at scale through centralized visibility into resource utilization. Such investments can help streamline consolidation and upgrade initiatives across the application lifecycle—all with tools that make it fast and straightforward. <br />This paper introduces the new extensions in SQL Server Management Studio and the new Utility Explorer, and it discusses the simple process of setting up a SQL Server managed server group, including Control Point installation, enrolling an instance into central management, and upgrading SQL Server databases to SQL Server 2008 R2 using the data-tier application component. <br />Copyright<br />This is a preliminary document and may be changed substantially prior to final commercial release of the software described herein.  <br />The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information presented after the date of publication.<br />This white paper is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT.<br />Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in, or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation. <br />Microsoft may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. Except as expressly provided in any written license agreement from Microsoft, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property.<br />Unless otherwise noted, the example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious, and no association with any real company, organization, product, domain name, e-mail address, logo, person, place, or event is intended or should be inferred.  <br />© 2010 Microsoft Corporation. All rights reserved.<br />Microsoft, PowerShell, SQL Server, Visual Studio, and Windows are trademarks of the Microsoft group of companies.<br />All other trademarks are property of their respective owners.<br />Contents<br /> TOC  quot;
1-3quot;
    Executive Summary PAGEREF _Toc252974419  4<br />Introduction PAGEREF _Toc252974420  4<br />New Terms PAGEREF _Toc252974421  4<br />Introducing the SQL Server Managed Server Group PAGEREF _Toc252974422  5<br />Creating a SQL Server Managed Server Group PAGEREF _Toc252974423  7<br />Scenario PAGEREF _Toc252974424  7<br />Setting Up a SQL Server Control Point PAGEREF _Toc252974425  8<br />Enroll an Instance into the SQL Server Control Point PAGEREF _Toc252974426  8<br />Understanding the Data within the SQL Server Control Point PAGEREF _Toc252974427  8<br />Administering a SQL Server Managed Server Group PAGEREF _Toc252974428  10<br />Monitoring Policies PAGEREF _Toc252974429  10<br />Utility Management Data Warehouse PAGEREF _Toc252974430  10<br />Considerations PAGEREF _Toc252974431  10<br />Data-tier Application Overview PAGEREF _Toc252974432  11<br />Advantages of Registering a Data-Tier Application to the Control Point Utility PAGEREF _Toc252974433  12<br />Data-Tier Application Upgrade Efficiencies PAGEREF _Toc252974434  12<br />Conclusion PAGEREF _Toc252974435  14<br />Executive Summary<br />Databases are increasingly used by applications and along with the data explosion, this had led to a proliferation of databases and additional complexity for database administrators (DBAs) as they try to manage the growing numbers of databases created by application developers. This increase in applications and SQL Server instances, combined with low-cost/high-storage hardware, has led to server sprawl across the organization with hundreds of servers at less than 2Gb utilization* (footnote: * <2GB is based on Microsoft customer surveying)<br />Application and multi-server management provides the DBA with the tools necessary to gain centralized insights into instance and database application utilization as well as a better way to develop, deploy, and manage data-tier applications. <br />Introduction<br />Microsoft’s investment in application and multi-server management will help organizations manage database environments more efficiently at scale with visibility into resource utilization for consolidation and improved efficiencies across the application lifecycle. A core concept to application and multi-server management is the addition of the Utility Control Point, which enables a centralized view of Microsoft® SQL Server® instances and database applications and their utilization across the designated managed server group. <br />What’s more, for centralized SQL Server management to provide incremental value, DBAs and developers need a single unit of deployment for their database applications to accelerate changes, upgrades, and deployments. Having the ability to more easily package and move database applications is especially important for streamlining the tasks associated with consolidation initiatives. To this end, SQL Server 2008 R2 introduces a new concept, the Data-tier Application. A Data-tier Application is a container that defines and packages database schema and deployment requirements of an application into a single file.<br />This paper introduces the new extensions in SQL Server Management Studio, the Utility Explorer and Utility Control Point, and the new single unit of deployment concept, the Data-tier Application. The paper discusses the simple process of setting up a SQL Server managed server group, including setting up a Utility Control Point, enrolling an instance into central management, extracting Data-tier Applications from existing deployments, and deploying Data-tier Applications to the new managed server group. <br />New Terms<br />Utility Explorer – Accessed from SQL Server Management Studio, the Utility Explorer serves as the entry point to the multi-server management enhancements made available by the Utility Control Point. <br />Utility Control Point – Accessed via Utility Explorer, a Control Point is a SQL Server instance designated to maintain relationships with enrolled SQL Server instances within a managed server group. <br />* <2GB is based on Microsoft customer surveying<br />Managed Server Group – Describes a group of SQL Server instances enrolled into a Control Point, where utilization and configuration data is collected and accessible through the dashboard viewpoints in the SQL Server control point.<br />Data-tier Application (DAC) – Interoperability with the Microsoft Visual Studio® development system introduces a new project template called Data-tier Application (DAC). This project template captures the database application schema (tables, stored procedures, and so forth) and packages it with application deployment requirements, enabling a single unit of deployment. The DAC serves as the file read by the new wizards within the Object Explorer that will unpack the application schema and deployment requirements for deployment as the Data-tier Application. Within Management Studio, SQL Server can also extract a DAC from an existing database.<br />Figure 1: Application and Multi-Server Management concepts<br />Introducing the SQL Server Managed Server Group<br />Customers have an increasingly important requirement to manage their SQL Server environment as a whole, focusing more on managing all of their Data-tier Applications and less on managing individual computers and instances of SQL Server. SQL Server 2008 R2 addresses this requirement through the concept of the SQL Server managed server group. This models an organization’s SQL Server-related entities in a unified view. Entities that can be managed include instances of SQL Server, data-tier applications, database files, processor utilization, and storage utilization. This new way to organize and monitor SQL Server resource capacity enables administrators to have a holistic view of their environment.<br />The managed server group is managed through a Utility Control Point using the new Utility Explorer in SQL Server Management Studio (SSMS). The Control Point is configured on a SQL Server instance and provides the central reasoning point for a managed server group. It contains configuration and performance information collected by managed instances of SQL Server, and it stores this information in a central management repository. SQL Server configuration settings and performance data are collected and then compared to policy evaluation results on the Control Point to help administrators identify resource utilization bottlenecks and consolidation opportunities. The Control Point also contains data used for impact analysis and what-if scenarios.<br />The SQL Server managed server group model contains three layers:<br />Data-tier Applications—the data-tier applications managed by the organization.<br />SQL Server Runtimes—the instances of the Database Engine used by the organization.<br />Hardware Resources—the resources used by the SQL Server Runtimes, like computers and disk storage systems.<br />A Data-tier Application is a container that defines and bundles the database schema, reference data, and deployment requirements of an application. The Data-tier Application forms a file that enables a single unit of deployment, for the full lifecycle of an application, including versioning. It further enables data-tier automation by providing a means to capture the intent of the developer and deployment-specific details. It abstracts the application data-tier by providing well-known endpoint names instead of computer and instance names, so a data-tier application can be moved between SQL Server runtimes without requiring application changes.<br />The SQL Server utility makes it easy to create the Control Point, enroll instances into the Control Point, and configure resource utilization policies for the data-tier applications and SQL Server instances. <br />The Utility Explorer within the SQL Server Management Studio user interface provides a hierarchical tree view for navigating through and managing the entities in the SQL Server managed server group. This contrasts with SQL Server Management Studio Object Explorer as Object Explorer displays each instance as a completely independent object at the top of the hierarchy. Viewpoints and dashboards provide views into the capacity of the elements in the managed server group.<br />Figure 2: Dashboard of instance and application resource health<br />Creating a SQL Server Managed Server Group<br />This section will explain scenarios where a managed server group would be useful, describe setting up a SQL Server instance as a Control Point, explain new concepts and terminology associated with the Utility Explorer and a SQL Server control point, and explains the process of enrolling a SQL Server instance into the managed server group for insights into resource utilization.<br />Scenario<br />A team of DBAs from an investment bank need to manage many SQL Server instances. These instances have traditional databases and also databases whose only task is to support a specific application. To reduce power consumption, hardware costs, and to provide flexibility, the investment bank has consolidated multiple virtualized guest operating systems onto each host server using Microsoft Hyper-V™.<br />They have several issues at the moment. They would like to monitor instance utilization so that they can actively manage resource allocation in Hyper-V. They would like to monitor instance under-utilization to decide where to create new databases; and they would like a straightforward method to package and deploy databases and any object dependencies that are used by applications.<br />By installing SQL Server 2008 R2, they can now use Application and Multi-Server Management to monitor instance utilization and they can support the packaging and deployment of databases for applications without leaving the familiar SQL Server Management Studio interface.<br />Setting Up a Control Point<br />In order to create the Control Point, you can invoke the Create Control Point Wizard in SQL Server Management Studio. The wizard creates a control point on an instance of SQL Server. This creation process includes provisioning the control point schema, jobs, and polices as well as creating a management data warehouse.<br />,[object Object],Enroll an Instance into the Control Point<br />After the control point is created, you can enroll instances that you want to manage. <br />In order to enroll an instance in the Control Point, you can invoke the Enroll Instance Wizard from the Control Point Explorer pane in SQL Server Management Studio. In the Control Point Explorer, right-click Managed Instances, and then click Enroll Instance. The Enroll Instance Wizard enrolls a SQL Server instance as a managed instance in the control point. This enrollment process will start the managed server group collection set, which will upload data to the control point once every 15 minutes.<br />You can also do a batch enroll using PowerShell, enrolling hundreds of instances at once to streamline the process.<br />Understanding the Data within the Control Point<br />Summary view – Pie charts at the top of the dashboard provide at-a-glance summaries of resource health for managed SQL Server instances and data-tier applications. The summary at the top-center of the dashboard displays the total numbers of managed SQL Server instances and data-tier applications in the managed server group.<br />In the dashboard summary for managed instance health, a SQL Server instance is marked as overutilized if any of the following conditions are true:<br />,[object Object]
CPU resources of the computer that hosts the SQL Server instance are overutilized.
The instance contains data or log files with overutilized storage space.
The instance contains data or log files that reside on volumes with overutilized storage space.In the dashboard summary for managed instance health, a SQL Server instance is marked as underutilized if it is not marked as overutilized and any of the following conditions are true:<br />,[object Object]
CPU resources of the computer that hosts the SQL Server instance are underutilized.
The instance contains data or log files with underutilized storage space.
The instance contains data or log files that reside on volumes with underutilized storage space.In the dashboard summary for managed instance health, a SQL Server instance is marked as well utilized if it is not marked as overutilized and it is not marked as underutilized.<br />Similar rules are used in the dashboard summary for data tier application health. <br />Rollup view - Sliding gauges below the pie charts show a summary of the number of managed instances of SQL Server and data-tier applications for each resource utilization dimension – for example, CPU utilization for instances of SQL Server, CPU utilization for the entire computer, file space utilization, and storage volume space utilization. Each of these rollup summaries is a link which you can click to seamlessly navigate to the detailed list view, which is filtered based on the rollup category.<br />Storage Utilization view – Graphic representations at the bottom of the dashboard show an aggregation of current utilization and utilization history of disk space use of storage resources across the entire managed server group.<br />Detail view – To view detailed information about resource utilization for specific computers, instances of SQL Server, and Data-tier Applications, navigate to the Utility Explorer navigation pane and then click Managed Instances or Deployed Data-tier Applications. The detailed list view displays the health states for data-tier applications and SQL Server instances across key resource utilization dimensions. <br />These dimensions include processor utilization and storage space utilization. The health states in the viewpoints represent either underutilized resources marked with a green down arrow icon, overutilized resources marked with a red up arrow icon, or resources that are neither underutilized nor overutilized marked with a green check icon. The underutilization and overutilization of a given resource are defined by resource utilization policies. The underutilization policy defines the underutilization threshold, and the overutilization policy defines the overutilization threshold – these policies have default settings that are easily adjustable with spinner controls.<br />The list view also has tabs with details about processor utilization, storage space utilization, and deployment properties for every managed instance of SQL Server and data-tier application in the managed server group.<br />,[object Object],Administering a SQL Server Managed Server Group<br />Monitoring Policies<br />Control Point health policies can be configured for data-tier applications and managed instances of SQL Server. Health policies can be defined globally for all data-tier applications and managed instances of SQL Server in the Utility Administration from within Utility Explorer, or they can be defined individually for each data-tier application and for each managed instance of the managed server group.<br />Using the Policy tab within Utility Administration, you can define global policies. For example, you could set the maximum and minimum values for managed instance processor utilization. This defines the levels at which instances are reported as over or under-utilized. These settings are defaults and each individual instance can have a specific setting. Furthermore, you can set global and individual policies for data-tier applications.<br />Utility Management Data Warehouse<br />Built on Management Data Warehouse delivered in SQL Server 2008, data collected by managed instances of SQL Server are stored in the utility management data warehouse (UMDW) and you can configure the UMDW data retention period using Utility Administration.<br />Considerations<br />In this release, the Control Point and all managed instances of SQL Server must satisfy the following requirements:<br />,[object Object]
The SQL Server instance type must be Database Engine.
The SQL Server Control Point Utility must operate within a single Windows domain, or domains with two-way trust relationships.
The SQL Server service accounts on the Control Point and all managed instances of SQL Server must have read permission to Users in Active Directory.
On Windows Server 2003, the SQL Server Agent service account must be a member of Performance Monitor User group.
We recommend that the UCP is hosted by a case-sensitive instance of SQL Server.
If the Control Point is hosted by a case-insensitive instance of SQL Server, then managed instances of SQL Server should also be case-insensitive.In this release, the Control Point must satisfy the following requirement:<br />,[object Object],In a typical scenario, disk space used by the sysutility_mdw database on the Control Point is approximately 2 GB per managed instance of SQL Server per year, but can vary depending on the number of database and system objects collected by the managed instance.<br />Data-tier Application Overview<br />To simplify the development and deployment of the data-tier, Microsoft has introduced the concept of a data-tier application (DAC). A Data-tier Application is a single unit of deployment that captures data objects and data-tier application artifacts. In other words, it is a container that includes server and database schema objects that are used by an application (for example., tables, views, logins and users), as well as deployment prerequisites that set the requirements on the instances of SQL Server where Data-tier Applications can be deployed. The output file for a Data-tier Application is a Data-tier Application Component (.dacpac), this file is unpacked and deployed to a managed instance.<br />DBAs can create a DAC package file from within an existing database. The DAC package can then be opened and edited by Visual Studio developers in Visual Studio 2010 to make changes to the data-tier. They can then build an updated DAC package file and send the changes to DBAs, who in turn deploy the updates using SQL Server Management Studio. <br />Figure 5: Extracting a DAC from an existing database.<br />DAC extraction and deployment are also extremely useful for upgrading databases to the SQL Server 2008 platform. Users can move databases by extracting a DAC from an instance of SQL Server 2000, SQL Server 2005, or SQL Server 2008, and then deploy the extracted DAC to an instance of SQL Server 2008 R2, through either SQL Server Management Studio or the Windows PowerShell™ command-line interface. Because the DAC contains server objects that the database depends upon, this process is extremely straightforward.<br />Advantages of Registering a Data-Tier Application to the Control Point Utility<br />The key benefit of using DACs is that they are designed to offer data-tier automation, including:<br />,[object Object]
Automating the lifecycle of the data-tier by enabling developers to make changes to a data-tier application component, package it, and then pass it to DBAs for final deployment.
Including policies that capture the intent of the developers, as well as deployment requirements on the instances of SQL Server where DACs can be deployed.Data-Tier Application Upgrade Efficiencies<br />DACs enable DBAs to upgrade the schema of SQL Server databases and instances from SQL Server 2000, SQL Server 2005, and SQL Server 2008 to SQL Server 2008 R2. Furthermore, the DAC contains any server level objects that the database depends upon such as logins. To upgrade, users can point to a SQL Server 2000, SQL Server 2005, or SQL Server 2008 database, extract a DAC and create the corresponding DAC package file, and then deploy the DAC to a target instance of SQL Server 2008 R2. Then, data can be transferred from the source database to the target database by using SQL Server Integration Services, the bulk copy utility, or many other data migration techniques.<br />Figure 6: Upgrading to SQL Server 2008 R2 by extracting a DAC from SQL Server 2000 or SQL Server 2005 and then deploying the DAC package file to an instance of SQL Server 2008 or 2008 R2<br />It is very straightforward to extract a DAC. The whole process runs from a wizard in Management Studio and you only need to supply a name and path for the DAC.<br />Figure 7: The Introduction page of the Extract Data-tier Application Wizard<br />The DAC package file can now be deployed to a SQL Server 2008 R2 instance or handed off to a Developer to make changes in Visual Studio 2010 through a new project type called Data-Tier Application. Policy-Based Management is extended from SQL Server to Visual Studio 2010 to enable developers to define deployment policies within the DAC package. New deployment policies help ensure deployment requirements aren’t lost in translation from developer to DBA and help significantly accelerate deployments and upgrades.<br />Deploying a DAC file is straightforward in Management Studio. A wizard guides you through the whole process and you only need to the DAC file and the name of the new database.<br />With this process there is no need for DBAs to write scripts or configure large numbers of parameters. The whole process is very straightforward and reduces time spent performing upgrades and potential mistakes with scripts. For example, previously a DBA at a manufacturing company upgraded every database using backup and restore. This was effective for the databases, but did not transfer the server level objects such as logins and these needed to be transferred separately. It was quite common for mistakes to be made and the databases were not functional until troubleshooting had been performed and the problems resolved. Now using DACs the database and any server level dependencies are transferred making the process more straightforward for the DBA and error free.<br />Furthermore, integration across SQL Azure enables DBAs to deploy Data-tier Applications directly from SQL Server 2008 R2 to the cloud and likewise developers from Visual Studio 2010 to the cloud.<br />Conclusion<br />Familiar tools combined with new wizards help make setting up a SQL Server managed server group fast and easy. After managed server groups are set up, DBAs can easily assess capacity health and make decisions about consolidation to save money and better protect the health of their database environment. The introduction of the Data-tier Application introduces a single unit of deployment to accelerate consolidation and upgrade initiatives across the application lifecycle. Furthermore integration across SQL Azure enables seamless deployment of Data-Tier Applications on-premises or to the cloud for the ultimate in control and flexibility.<br />For more information:<br />http://www.microsoft.com/sqlserver/: SQL Server Web site<br />http://www.microsoft.com/sqlserver/2008/en/us/r2.aspx: SQL Server 2008 R2<br />http://technet.microsoft.com/en-us/sqlserver/: SQL Server TechCenter <br />http://msdn.microsoft.com/en-us/sqlserver/: SQL Server DevCenter <br />Did this paper help you? Please give us your feedback. Tell us on a scale of 1 (poor) to 5 (excellent), how would you rate this paper and why have you given it this rating? For example:<br />,[object Object]

Contenu connexe

Tendances

Windows server 2012_r2_evaluation_guide
Windows server 2012_r2_evaluation_guideWindows server 2012_r2_evaluation_guide
Windows server 2012_r2_evaluation_guideAndre Fortunato
 
SharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2CSharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2CMichael Noel
 
Sql server reporting services
Sql server reporting servicesSql server reporting services
Sql server reporting servicesssuser1eca7d
 
Session 2: SQL Server 2012 with Christian Malbeuf
Session 2: SQL Server 2012 with Christian MalbeufSession 2: SQL Server 2012 with Christian Malbeuf
Session 2: SQL Server 2012 with Christian MalbeufCTE Solutions Inc.
 
SQL Server Developer 70-433
SQL Server Developer 70-433SQL Server Developer 70-433
SQL Server Developer 70-433jasonyousef
 
SQL_Server_2016_Deeper_Insights_Across_Data_White_Paper
SQL_Server_2016_Deeper_Insights_Across_Data_White_PaperSQL_Server_2016_Deeper_Insights_Across_Data_White_Paper
SQL_Server_2016_Deeper_Insights_Across_Data_White_PaperIngrid Fernandez, PhD
 
How to Cure SharePoint Headaches with GSX - Monitor, Measure, Manage - From A...
How to Cure SharePoint Headaches with GSX - Monitor, Measure, Manage - From A...How to Cure SharePoint Headaches with GSX - Monitor, Measure, Manage - From A...
How to Cure SharePoint Headaches with GSX - Monitor, Measure, Manage - From A...David J Rosenthal
 
Document 742060.1
Document 742060.1Document 742060.1
Document 742060.1juniags
 
Sql Server 2008 Features
Sql Server 2008 FeaturesSql Server 2008 Features
Sql Server 2008 FeaturesParul Sharma
 
SQL Reporting Services
SQL Reporting ServicesSQL Reporting Services
SQL Reporting Servicesneha mittal
 
Sql server 2008 r2 analysis services overview whitepaper
Sql server 2008 r2 analysis services overview whitepaperSql server 2008 r2 analysis services overview whitepaper
Sql server 2008 r2 analysis services overview whitepaperKlaudiia Jacome
 
Ray flow release notes webconsole_ 1.9.0_0
Ray flow release notes webconsole_ 1.9.0_0Ray flow release notes webconsole_ 1.9.0_0
Ray flow release notes webconsole_ 1.9.0_0i4box Anon
 
Oracle database edition-12c
Oracle database edition-12cOracle database edition-12c
Oracle database edition-12cAsha BG
 
Implementing Mobile Reports in SQL Sserver 2016 Reporting Services
Implementing Mobile Reports in SQL Sserver 2016 Reporting ServicesImplementing Mobile Reports in SQL Sserver 2016 Reporting Services
Implementing Mobile Reports in SQL Sserver 2016 Reporting ServicesAntonios Chatzipavlis
 
Sql server club - performance management methodologies and enhancements in sq...
Sql server club - performance management methodologies and enhancements in sq...Sql server club - performance management methodologies and enhancements in sq...
Sql server club - performance management methodologies and enhancements in sq...Charley Hanania
 
NZSPC 2013 - Upgrading to SharePoint 2013
NZSPC 2013 - Upgrading to SharePoint 2013NZSPC 2013 - Upgrading to SharePoint 2013
NZSPC 2013 - Upgrading to SharePoint 2013Michael Noel
 
Introducing Microsoft SQL Server 2012
Introducing Microsoft SQL Server 2012Introducing Microsoft SQL Server 2012
Introducing Microsoft SQL Server 2012Intergen
 

Tendances (20)

Auditing Data Access in SQL Server
Auditing Data Access in SQL ServerAuditing Data Access in SQL Server
Auditing Data Access in SQL Server
 
Windows server 2012_r2_evaluation_guide
Windows server 2012_r2_evaluation_guideWindows server 2012_r2_evaluation_guide
Windows server 2012_r2_evaluation_guide
 
SharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2CSharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2C
 
Sql server reporting services
Sql server reporting servicesSql server reporting services
Sql server reporting services
 
Session 2: SQL Server 2012 with Christian Malbeuf
Session 2: SQL Server 2012 with Christian MalbeufSession 2: SQL Server 2012 with Christian Malbeuf
Session 2: SQL Server 2012 with Christian Malbeuf
 
SQL Server Developer 70-433
SQL Server Developer 70-433SQL Server Developer 70-433
SQL Server Developer 70-433
 
SQL_Server_2016_Deeper_Insights_Across_Data_White_Paper
SQL_Server_2016_Deeper_Insights_Across_Data_White_PaperSQL_Server_2016_Deeper_Insights_Across_Data_White_Paper
SQL_Server_2016_Deeper_Insights_Across_Data_White_Paper
 
How to Cure SharePoint Headaches with GSX - Monitor, Measure, Manage - From A...
How to Cure SharePoint Headaches with GSX - Monitor, Measure, Manage - From A...How to Cure SharePoint Headaches with GSX - Monitor, Measure, Manage - From A...
How to Cure SharePoint Headaches with GSX - Monitor, Measure, Manage - From A...
 
Document 742060.1
Document 742060.1Document 742060.1
Document 742060.1
 
Sql Server 2008 Features
Sql Server 2008 FeaturesSql Server 2008 Features
Sql Server 2008 Features
 
SQL Reporting Services
SQL Reporting ServicesSQL Reporting Services
SQL Reporting Services
 
Sql server 2008 r2 analysis services overview whitepaper
Sql server 2008 r2 analysis services overview whitepaperSql server 2008 r2 analysis services overview whitepaper
Sql server 2008 r2 analysis services overview whitepaper
 
Ray flow release notes webconsole_ 1.9.0_0
Ray flow release notes webconsole_ 1.9.0_0Ray flow release notes webconsole_ 1.9.0_0
Ray flow release notes webconsole_ 1.9.0_0
 
Oracle database edition-12c
Oracle database edition-12cOracle database edition-12c
Oracle database edition-12c
 
Ssrs 2008 R2 webinar
Ssrs 2008 R2   webinarSsrs 2008 R2   webinar
Ssrs 2008 R2 webinar
 
Implementing Mobile Reports in SQL Sserver 2016 Reporting Services
Implementing Mobile Reports in SQL Sserver 2016 Reporting ServicesImplementing Mobile Reports in SQL Sserver 2016 Reporting Services
Implementing Mobile Reports in SQL Sserver 2016 Reporting Services
 
Sql server club - performance management methodologies and enhancements in sq...
Sql server club - performance management methodologies and enhancements in sq...Sql server club - performance management methodologies and enhancements in sq...
Sql server club - performance management methodologies and enhancements in sq...
 
NZSPC 2013 - Upgrading to SharePoint 2013
NZSPC 2013 - Upgrading to SharePoint 2013NZSPC 2013 - Upgrading to SharePoint 2013
NZSPC 2013 - Upgrading to SharePoint 2013
 
Introducing Microsoft SQL Server 2012
Introducing Microsoft SQL Server 2012Introducing Microsoft SQL Server 2012
Introducing Microsoft SQL Server 2012
 
Integrating SSRS with SharePoint
Integrating SSRS with SharePointIntegrating SSRS with SharePoint
Integrating SSRS with SharePoint
 

Similaire à Application andmulti servermanagementdba-introwhitepaper

Sql Server 2008 Product Overview
Sql Server 2008 Product OverviewSql Server 2008 Product Overview
Sql Server 2008 Product OverviewIsmail Muhammad
 
Monitor and tune for performance
Monitor and tune for performanceMonitor and tune for performance
Monitor and tune for performanceSteve Xu
 
SQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTPSQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTPGovind S Yadav
 
Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2Eduardo Castro
 
Introduction to microsoft sql server 2008 r2
Introduction to microsoft sql server 2008 r2Introduction to microsoft sql server 2008 r2
Introduction to microsoft sql server 2008 r2Eduardo Castro
 
SQL Server R2 Sunumu
SQL Server R2 SunumuSQL Server R2 Sunumu
SQL Server R2 SunumuÇözümPARK
 
Sql business intelligence
Sql business intelligenceSql business intelligence
Sql business intelligenceSqlperfomance
 
Resume_Tushar_Kanti_DBA
Resume_Tushar_Kanti_DBAResume_Tushar_Kanti_DBA
Resume_Tushar_Kanti_DBATushar Kanti
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperKarthik Reddy
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperKarthik Reddy
 
Resume - Abhishek Gupt
Resume - Abhishek GuptResume - Abhishek Gupt
Resume - Abhishek Guptabhishek gupta
 
Sql server 2008_replication_technical_case_study
Sql server 2008_replication_technical_case_studySql server 2008_replication_technical_case_study
Sql server 2008_replication_technical_case_studyKlaudiia Jacome
 
Pysyvästi laadukasta masterdataa SmartMDM:n avulla
Pysyvästi laadukasta masterdataa SmartMDM:n avullaPysyvästi laadukasta masterdataa SmartMDM:n avulla
Pysyvästi laadukasta masterdataa SmartMDM:n avullaBilot
 
application-template-deployment-guide.pdf
application-template-deployment-guide.pdfapplication-template-deployment-guide.pdf
application-template-deployment-guide.pdfamazon4it
 
Sql server 2008 r2 security overviewfor admins
Sql server 2008 r2 security   overviewfor adminsSql server 2008 r2 security   overviewfor admins
Sql server 2008 r2 security overviewfor adminsKlaudiia Jacome
 
SQL Server Integration Services with Oracle Database 10g
SQL Server Integration Services with Oracle Database 10gSQL Server Integration Services with Oracle Database 10g
SQL Server Integration Services with Oracle Database 10gLeidy Alexandra
 

Similaire à Application andmulti servermanagementdba-introwhitepaper (20)

Sql Server 2008 Product Overview
Sql Server 2008 Product OverviewSql Server 2008 Product Overview
Sql Server 2008 Product Overview
 
project_real_wp
project_real_wpproject_real_wp
project_real_wp
 
Monitor and tune for performance
Monitor and tune for performanceMonitor and tune for performance
Monitor and tune for performance
 
SQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTPSQL SERVER 2008 R2 CTP
SQL SERVER 2008 R2 CTP
 
Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2
 
Introduction to microsoft sql server 2008 r2
Introduction to microsoft sql server 2008 r2Introduction to microsoft sql server 2008 r2
Introduction to microsoft sql server 2008 r2
 
SQL DBA
SQL DBASQL DBA
SQL DBA
 
SQL Server R2 Sunumu
SQL Server R2 SunumuSQL Server R2 Sunumu
SQL Server R2 Sunumu
 
Sql business intelligence
Sql business intelligenceSql business intelligence
Sql business intelligence
 
Resume_Tushar_Kanti_DBA
Resume_Tushar_Kanti_DBAResume_Tushar_Kanti_DBA
Resume_Tushar_Kanti_DBA
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net Developer
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net DeveloperActively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net Developer
 
Resume - Abhishek Gupt
Resume - Abhishek GuptResume - Abhishek Gupt
Resume - Abhishek Gupt
 
Sql server 2008_replication_technical_case_study
Sql server 2008_replication_technical_case_studySql server 2008_replication_technical_case_study
Sql server 2008_replication_technical_case_study
 
Ruchika Goswami_DBA
Ruchika Goswami_DBARuchika Goswami_DBA
Ruchika Goswami_DBA
 
Resume
ResumeResume
Resume
 
Pysyvästi laadukasta masterdataa SmartMDM:n avulla
Pysyvästi laadukasta masterdataa SmartMDM:n avullaPysyvästi laadukasta masterdataa SmartMDM:n avulla
Pysyvästi laadukasta masterdataa SmartMDM:n avulla
 
application-template-deployment-guide.pdf
application-template-deployment-guide.pdfapplication-template-deployment-guide.pdf
application-template-deployment-guide.pdf
 
Sql server 2008 r2 security overviewfor admins
Sql server 2008 r2 security   overviewfor adminsSql server 2008 r2 security   overviewfor admins
Sql server 2008 r2 security overviewfor admins
 
SQL Server Integration Services with Oracle Database 10g
SQL Server Integration Services with Oracle Database 10gSQL Server Integration Services with Oracle Database 10g
SQL Server Integration Services with Oracle Database 10g
 

Plus de Klaudiia Jacome

Aoutsourcing para capitulo 7
Aoutsourcing para capitulo 7Aoutsourcing para capitulo 7
Aoutsourcing para capitulo 7Klaudiia Jacome
 
Applicationandmulti instances
Applicationandmulti instancesApplicationandmulti instances
Applicationandmulti instancesKlaudiia Jacome
 
Sql server2008 r2_mds_datasheet
Sql server2008 r2_mds_datasheetSql server2008 r2_mds_datasheet
Sql server2008 r2_mds_datasheetKlaudiia Jacome
 
Microsoft sql server 2008 r2 business intelligence
Microsoft sql server 2008 r2 business intelligenceMicrosoft sql server 2008 r2 business intelligence
Microsoft sql server 2008 r2 business intelligenceKlaudiia Jacome
 
Introduction to master data services
Introduction to master data servicesIntroduction to master data services
Introduction to master data servicesKlaudiia 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
 
Sql server 2008 business intelligence tdm deck
Sql server 2008 business intelligence tdm deckSql server 2008 business intelligence tdm deck
Sql server 2008 business intelligence tdm deckKlaudiia Jacome
 
Microsoft sql server 2008 r2 business intelligence
Microsoft sql server 2008 r2 business intelligenceMicrosoft sql server 2008 r2 business intelligence
Microsoft sql server 2008 r2 business intelligenceKlaudiia Jacome
 

Plus de Klaudiia Jacome (20)

Aoutsourcing para capitulo 7
Aoutsourcing para capitulo 7Aoutsourcing para capitulo 7
Aoutsourcing para capitulo 7
 
Si las cosas van mal
Si las cosas van malSi las cosas van mal
Si las cosas van mal
 
Analysis services
Analysis  servicesAnalysis  services
Analysis services
 
Enterprise security
Enterprise securityEnterprise security
Enterprise security
 
Performance
PerformancePerformance
Performance
 
Performance
PerformancePerformance
Performance
 
Enterprise security
Enterprise securityEnterprise security
Enterprise security
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Managemen tools
Managemen toolsManagemen tools
Managemen tools
 
Managemen tolos
Managemen tolosManagemen tolos
Managemen tolos
 
Datos espaciales
Datos espacialesDatos espaciales
Datos espaciales
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Avances analticos
Avances analticosAvances analticos
Avances analticos
 
Applicationandmulti instances
Applicationandmulti instancesApplicationandmulti instances
Applicationandmulti instances
 
Sql server2008 r2_mds_datasheet
Sql server2008 r2_mds_datasheetSql server2008 r2_mds_datasheet
Sql server2008 r2_mds_datasheet
 
Microsoft sql server 2008 r2 business intelligence
Microsoft sql server 2008 r2 business intelligenceMicrosoft sql server 2008 r2 business intelligence
Microsoft sql server 2008 r2 business intelligence
 
Introduction to master data services
Introduction to master data servicesIntroduction to master data services
Introduction to master data services
 
Sql server2008 r2_bi_datasheet_final
Sql server2008 r2_bi_datasheet_finalSql server2008 r2_bi_datasheet_final
Sql server2008 r2_bi_datasheet_final
 
Sql server 2008 business intelligence tdm deck
Sql server 2008 business intelligence tdm deckSql server 2008 business intelligence tdm deck
Sql server 2008 business intelligence tdm deck
 
Microsoft sql server 2008 r2 business intelligence
Microsoft sql server 2008 r2 business intelligenceMicrosoft sql server 2008 r2 business intelligence
Microsoft sql server 2008 r2 business intelligence
 

Dernier

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
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
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
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
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
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
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
 
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
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 

Dernier (20)

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
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
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
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
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
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
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?
 
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
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
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
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 

Application andmulti servermanagementdba-introwhitepaper

  • 1.
  • 2. CPU resources of the computer that hosts the SQL Server instance are overutilized.
  • 3. The instance contains data or log files with overutilized storage space.
  • 4.
  • 5. CPU resources of the computer that hosts the SQL Server instance are underutilized.
  • 6. The instance contains data or log files with underutilized storage space.
  • 7.
  • 8. The SQL Server instance type must be Database Engine.
  • 9. The SQL Server Control Point Utility must operate within a single Windows domain, or domains with two-way trust relationships.
  • 10. The SQL Server service accounts on the Control Point and all managed instances of SQL Server must have read permission to Users in Active Directory.
  • 11. On Windows Server 2003, the SQL Server Agent service account must be a member of Performance Monitor User group.
  • 12. We recommend that the UCP is hosted by a case-sensitive instance of SQL Server.
  • 13.
  • 14. Automating the lifecycle of the data-tier by enabling developers to make changes to a data-tier application component, package it, and then pass it to DBAs for final deployment.
  • 15.
  • 16. Are you rating it low due to poor examples, fuzzy screen shots, or unclear writing?This feedback will help us improve the quality of white papers we release. <br />Send feedback.<br />