SlideShare ist ein Scribd-Unternehmen logo
1 von 12
Analysis Services Overview<br />White Paper<br />Published: December 2007<br />Summary: Microsoft SQL Server 2008 R2 Analysis Services builds on the value delivered with the significant investments in Analysis Services 2005 around scalability, advanced analytics and Microsoft Office interoperability. Through substantially improved performance and scalability, and developer productivity you can build enterprise scale Online Analytical Processing (OLAP) solutions The Unified Dimensional Model consolidates data access and provides a wide range of analytical capabilities while deep integration with Microsoft Office and an open, embeddable architecture, allows you to reach every user with familiar tools and drives actionable insight to users across the enterprise.<br />.<br />Contents<br /> TOC  quot;
1-2quot;
 Introduction PAGEREF _Toc205574691  1<br />Build Enterprise-Scale Solutions PAGEREF _Toc205574692  1<br />High Developer Productivity PAGEREF _Toc205574693  1<br />Scalable Infrastructure PAGEREF _Toc205574694  3<br />Superior Performance PAGEREF _Toc205574695  4<br />Extend Solutions with Comprehensive Analytics PAGEREF _Toc205574696  5<br />Unified Dimensional Model PAGEREF _Toc205574697  5<br />Central Manageability of Key Enterprise Metrics PAGEREF _Toc205574698  5<br />Predictive Analysis PAGEREF _Toc205574699  5<br />Drive Actionable Insight through Familiar Tools PAGEREF _Toc205574700  6<br />Optimized Office Interoperability PAGEREF _Toc205574701  6<br />Rich Partner Extensibility PAGEREF _Toc205574702  8<br />Open Embeddable Architecture PAGEREF _Toc205574703  8<br />Conclusion PAGEREF _Toc205574704  9<br />Introduction<br />Analytical solutions are quickly becoming mission critical for many organizations. This has lead to an explosion of data stored in these systems and a need to support larger, faster solutions that can be created and developed quickly and effectively.<br />Build Enterprise-Scale Solutions<br />Microsoft SQL Server 2008 R2 Analysis Services is designed to provide exceptional performance and scales to support applications with millions of records and thousands of users. Innovative, consolidated tools help improve developer productivity and result in better design and faster implementation.<br />High Developer Productivity<br />Developers typically have to learn and use multiple tools to build and deploy a solution.  With Analysis Services however, developers can use the SQL Server Business Intelligence Development Studio (BIDS) throughout the entire development cycle from the start of the project through development to deployment. Because Business Intelligence Development Studio is based on the Visual Studio development environment, it is fully integrated with the Visual Studio Team System; which provides design, development, collaboration, optimization, and testing resources. This provides an environment where developers can work faster and more effectively within an integrated, intuitive environment. Furthermore, to even further enhance productivity BIDS also offers sophisticated Business Intelligence Wizards. A set of easy to use wizards will help even the most novice user in modeling some of the more complex business intelligence problems making the developments of BI projects more accessible to a larger number of people and organizations. <br />Inefficiencies in the design occurring in the early development phase often waste large amounts of development time because work that developers have already completed based on the incorrect design needs to be re-done when design mistakes have been rectified. SQL Server 2008 R2 Analysis Services introduces a set of new, innovative Best Practice Design Alerts that provide automatic notification of potential design issues early in the development process, which reduces wasted time caused by design mistakes and facilitates a faster development process. Figure 1 shows an alert on the Time dimension and Calendar hierarchy. As you can see from Figure 1, the alerts highlight problem areas. However, they do not in any way affect functionality as the alerts can simply be ignored or dismissed individually, or globally.<br />Figure 1<br />In addition to real time alerts, you can scan your solution design for all alerts. Figure 2 shows the current alerts on a design.<br />Figure 2<br />SQL Server 2008 R2 Analysis Services further increases developer productivity with new, enhanced cube, dimension, and attribute designers. Figure 3 shows the new Attribute Relationships designer.<br />Figure 3<br />Scalable Infrastructure<br />Analysis Services can scale to support databases of many terabytes in size with many thousands of users. To support many users, avoid contention, and reduce costs you can scale out an Analysis Services solution. Scaling out an Analysis Services solution  typically adds processing and storage overhead to store and synchronize several versions of the data, but SQL Server 2008 R2 Analysis Services can share one read-only Analysis Services database between several Analysis Services servers completely removing this overhead.<br />Real time resource monitoring becomes essential as systems scale in both size and number of users. SQL Server 2008 R2 Analysis Services provides Dynamic Management Views similar to those available to the database engine. These provide real time enterprise system information for monitoring, analysis, and performance tuning.<br />As databases increase in size, the time and cost of maintaining backups increases correspondingly. Very often backup time increases exponentially when working with OLAP databases once the databases reach certain sizes, but with SQL Server 2008 R2 Analysis Services a new backup storage subsystem results in backup times that increase linearly with database size. This removes limitations on backup size and therefore removes limitations on database size.<br />As databases become larger, the information that a user requires can be harder to find. Perspectives provide a filtered view of the UDM giving all of the advantages of data marts while eliminating redundant storage, reducing processing costs, eliminating the synchronization requirement between data marts and removing data consistency and integrity issues caused by storing multiple copies of the same data.<br />With increasing globalization, solutions need to be presented to a worldwide audience. Data is typically the same for the whole world, but metadata such as cube, measures, dimension names and levels, and Key Performance Indicators (KPI’s) will differ for each language required. Translations provide the ability to create different metadata values for each language and globally scale your solution. Financial information will also need to be localized to present results in the correct currency. Offering powerful translation capabilities and automatic currency conversions Analysis Services provides localized analytical data to users in their own language.<br />Superior Performance<br />Analysis Services cubes are multidimensional structures that enable fast access to high volumes of pre-aggregated data, empowering end users to gain insight into relevant business data at the speed of thought. Analysis Services stores its data in a highly optimized and compressed format called Multidimensional OLAP (MOLAP). It also allows the flexibility of storing the data (in part or completely) in a relational database as Relational OLAP (ROLAP) or in a hybrid mode called Hybrid OLAP (HOLAP). MOLAP provides significantly better performance than ROLAP and HOLAP.<br />Multidimensional data is inherently sparse by nature. For example, you do not buy every product in every branch of a retailer on every day. SQL Server, unlike most OLAP systems, does not store these NULL values, resulting in a significant reduction in database size, protection from data explosion, and a resulting performance improvement. Many OLAP systems waste a substantial portion of query processing time in aggregating data from cells with NULL values that will subsequently yield NULL results. SQL Server 2008 R2 Analysis Services uses a technique called Block Computation that exploits cube sparsity to improve query performance by focusing only on the non-NULL data. This can improve query performance by orders of magnitude and therefore allow a finer granularity of analysis.<br />Another area where SQL Server delivers superior performance is attribute-based hierarchies. Typically, databases contain hierarchies that share common attributes. In most OLAP systems, these common attributes must be duplicated for each hierarchy, but SQL Server provides attribute-based hierarchies that avoid the need for any duplication and improve performance and scalability.<br />Writeback is a core functionality in Analysis Services that allows the user to modify cell values. It is commonly used in planning, budgeting, and forecasting applications. Previous versions of Analysis Services required writeback data to be stored in ROLAP format. SQL Server 2008 R2 Analysis Services allows writeback data to be stored in MOLAP format resulting in significantly better performance for query and writeback operations.<br />Proactive caching provides MOLAP performance with real time analytics. This is achieved by keeping an up-to-date copy of data organized for high-speed access using the UDM structure as its foundation. This prevents users from overloading the relational database by providing a high performance, transparent, synchronized aggregate cache.<br />Extend Solutions with Comprehensive Analytics<br />When thinking of OLAP most people think of a storage and aggregation engine. This is also valid for Analysis Services. However, Analysis Services takes the analytical platform to a new level offering more advanced features than those traditionally related to OLAP. This enables organizations to accommodate multiple analytical needs within one solution offering so much more than a traditional OLAP platform. In this effort, the Unified Dimensional Model (UDM) plays a central role, providing extensive analytical capabilities.<br />Unified Dimensional Model<br />The UDM was a new concept for Analysis Services that was introduced with the release of SQL Server 2005. The UDM provides an intermediate logical layer between the physical relational database used as the data source and the proprietary cube and dimension structures that are used to resolve user queries. In this way, you can think of the UDM as the centerpiece of the OLAP solution. However, as mentioned above the concept of the UDM impacts multiple aspects of the Analysis Services solution. One of the key benefits of the UDM is the ability to combine the flexibility and richness of the traditional relational reporting model with the powerful analytics and superior performance of the classic OLAP model. In addition, a wide range of advanced business intelligence capabilities have been included in the model to provide best of breed relational and OLAP analysis and to further allow organizations to easily extend solutions leveraging the unique Key Performance Indicator Framework as well as the sophisticated predictive analytic capabilities that are all delivered through one approach: The UDM.<br />Central Manageability of Key Enterprise Metrics<br />In SQL Server 2008 R2 Analysis Services enterprise wide Key Performance Indicators (KPI’s) can be centrally stored and managed. This provides a central repository for users to access key enterprise metrics through a variety of applications including Microsoft Office PerformancePoint Server 2007, Microsoft Office Excel 2007, Microsoft Office SharePoint Services 2007, and Microsoft SQL Server Reporting Services.<br />Predictive Analysis<br />Traditional data analysis looks at historical data and quickly returns results based on this data. However, many questions asked by business users cannot be answered by this sort of analysis as they are not looking for the results of what has happened, but instead they are looking for predictions of what might happen. The ability to predict future trends is potentially one of the most important factors in the success of any organization, but it is not as simple as extending a trend line. Members need to be grouped to create clusters that behave in a similar way; contributing factors need to be assessed to measure their effect on a particular result; interdependencies need to be identified.<br />Data mining algorithms in Analysis Services provide this predictive analysis and SQL Server 2008 R2 Analysis Services improves the data mining algorithms to enable analysis that is more extensive.<br />Microsoft SQL Server Data Mining Add-Ins for Office 2007<br />The Data Mining Add-Ins for Office 2007 is a set of easy to use data mining capabilities that allows you to access data mining functionality from within Office 2007, thus enabling predictive analysis at every desktop. Being able to harness the highly sophisticated data mining algorithms of Microsoft SQL Server 2008 R2 Analysis Services within the familiar environment of Office, business users can easily gain valuable insight into complex sets of data with just a few mouse clicks. Designed with the end users in mind, the Data Mining Add-Ins for Office 2007 empowers end users to perform advanced analysis directly in Microsoft Excel and Microsoft Visio.<br />There are three individual components:<br />Data Mining Client for Excel enables you to create and manage an entire Analysis Services data mining project from within Excel 2007. <br />Table Analysis Tools for Excel enables you to use the powerful Analysis Services data mining capabilities to analyze data stored in Excel spreadsheets. <br />Data Mining Templates for Visio enables you to render decision trees, regression trees, cluster diagrams, and dependency nets in Visio diagrams.<br />Drive Actionable Insight through Familiar Tools<br />Powerful analytical solutions provide no business benefit if the information is not easily accessible by all users. SQL Server 2008 R2 Analysis Services goes beyond business users and provides analytical information to everyone in the organization using the familiar tools in Microsoft Office. Further client interfaces can be developed using the open architecture of SQL Server 2008 R2 Analysis Services and developers can take advantage of the extensibility of the product to expand its functionality.<br />Optimized Office Interoperability<br />The 2007 Microsoft Office system provides optimized interoperability with SQL Server 2008 R2 Analysis Services. Information is provided on the desktop through familiar tools to extend the reach of your analytical information. For example, Excel 2007 is a fully functional, rich Analysis Services client, while Microsoft Office PerformancePoint Server 2007 Analytics provides a thin Analysis Services client. The following 2007 Office system components provide Analysis Services interoperability:<br />Microsoft Office Excel<br />Excel 2007 is a fully functional Analysis Services client. Excel 2007 provides functionality in the following areas:<br />Excel provides access to data stored in Analysis Services OLAP cubes. Excel provides pivot tables that present multidimensional data to the user and allow the user to slice and dice the data. The server performs the processing, and the results are cached on both the server and the client to enhance performance.<br />Excel brings Analysis Services features and analytical capabilities such as KPIs, calculated members, named sets, actions and translations to users.<br />Excel can use the Data Mining Add-Ins for Office 2007 to provide rich predictive and statistical analysis to end users.<br />Excel can add automatic analysis features, such as highlighting exceptions where data seems to differ from patterns in other areas of the table or data range, forecast future values based on current trends, analyze what if scenarios, and determine what needs to change to meet a specific goal.<br />Reporting Services can create reports from Analysis Services data and render them as Excel spreadsheets to increase availability to end users.<br />Figure 4 shows the Excel PivotTable being used for client access Analysis Services data.<br />Figure 4<br />Microsoft Office Word<br />Reporting Services can create reports from Analysis Services data and render them as Microsoft Office Word documents to increase availability to end users. These reports can then be edited directly in Microsoft Office Word.<br />Microsoft Office Visio<br />You can use Microsoft Office Visio to annotate, enhance, and present data mining graphical views. With SQL Server 2008 R2 and Visio 2007, you can:<br />Render decision trees, regression trees, cluster diagrams, and dependency nets.<br />Save data mining models as Visio documents embedded into other Office documents, or saved as a Web page.<br />Microsoft Office SharePoint Server 2007<br />A comprehensive collaboration, publishing, and dashboard solution that you can use as a centerpiece for providing one central location for placing all your enterprise-wide Analysis Services data, so that everyone in your organization can view and interact with relevant and timely analytical views, reports and KPIs.<br />Microsoft Office PerformancePoint Server 2007<br />An integrated performance management application that employees can use to monitor, analyze, and plan business activities based on the data provided by SQL Server 2008 R2 Analysis Services. Office PerformancePoint Server 2007 provides scorecards, dashboards, management reporting, analytics, planning, budgeting, forecasting, and consolidation functionality to provide extensive performance management capabilities.<br />Rich Partner Extensibility<br />SQL Server 2008 R2 provides an open architecture allowing developers to build solutions on top of Analysis Services and extend its functionality. Analysis Services includes stored procedures to provide straightforward access to Analysis Services functionality to external programming languages. Stored procedures provide cross-language exception handling, versioning and deployment support.<br />Data mining represents any form of statistical analysis and, as this field is constantly evolving, new data mining algorithms could make an analytical system obsolete. Analysis Services supports plug-in algorithms to extend data mining capabilities and allow the addition of new data mining algorithms by third parties or in-house developers.<br />Open Embeddable Architecture<br />Many organizations will require a customized client interface or they will need to consume the Analysis Services data in another service or application.<br />Analysis Services has long supported OLE DB for OLAP, ADOMD, and ADOMD.Net, but this is extended by SQL Server 2008 R2 Analysis Services to expose data using the XML for Analysis (XML/A) standard. Each Analysis Services server is now a provider of web services and, as such, this makes it straightforward to integrate analytical data into modern applications.<br />Conclusion<br />Microsoft SQL Server 2008 R2 Analysis Services builds on a strong foundation of analytical tools to provide a truly enterprise scale solution. Performance and scalability are substantially improved with faster processing, improved large database backups, and new monitoring functionality. Data is more available to users by combining data marts into a UDM and centralizing access and manageability of key enterprise metrics. Analytical capabilities are extended with the predictive abilities of an enhance data mining toolset.<br />Access to data is not sufficient to drive this information into the business. Users need familiar tools and application developers need to be able to integrate the data into their applications. Analysis Services provides optimized Office interoperability to provide a familiar interface and an open, embeddable architecture to allow developers to integrate the data.<br />For more information:<br />http://www.microsoft.com/sql/<br />Please give us your feedback:<br />Did this paper help you? 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 />Are you giving it a high rating because it has good examples, excellent screenshots, clear writing, or another reason? <br />Are you giving it a low rating because it has poor examples, fuzzy screenshots, unclear writing?<br />This feedback will help us improve the quality of white papers we release. Send feedback.<br />
Sql server 2008 r2 analysis services overview whitepaper
Sql server 2008 r2 analysis services overview whitepaper
Sql server 2008 r2 analysis services overview whitepaper
Sql server 2008 r2 analysis services overview whitepaper
Sql server 2008 r2 analysis services overview whitepaper
Sql server 2008 r2 analysis services overview whitepaper
Sql server 2008 r2 analysis services overview whitepaper
Sql server 2008 r2 analysis services overview whitepaper
Sql server 2008 r2 analysis services overview whitepaper
Sql server 2008 r2 analysis services overview whitepaper
Sql server 2008 r2 analysis services overview whitepaper

Weitere Àhnliche Inhalte

Was ist angesagt?

Microsoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
Microsoft SQL Server - Reduce Your Cost and Improve your Agility PresentationMicrosoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
Microsoft SQL Server - Reduce Your Cost and Improve your Agility PresentationMicrosoft Private Cloud
 
Sql server 2012_parallel_data_warehouse_breakthrough_platform_white_paper
Sql server 2012_parallel_data_warehouse_breakthrough_platform_white_paperSql server 2012_parallel_data_warehouse_breakthrough_platform_white_paper
Sql server 2012_parallel_data_warehouse_breakthrough_platform_white_paperWendy Frodyma
 
KeyAchivementsMimecast
KeyAchivementsMimecastKeyAchivementsMimecast
KeyAchivementsMimecastVera Ekimenko
 
Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...
Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...
Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...Microsoft Private Cloud
 
Professional Portfolio
Professional PortfolioProfessional Portfolio
Professional PortfolioMoniqueO Opris
 
Microsoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations Datasheet
Microsoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations DatasheetMicrosoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations Datasheet
Microsoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations DatasheetMicrosoft Private Cloud
 
Sql business intelligence
Sql business intelligenceSql business intelligence
Sql business intelligenceSqlperfomance
 
Power BI new workspace experience in power bi
Power BI  new workspace experience in power biPower BI  new workspace experience in power bi
Power BI new workspace experience in power biAmit Kumar ☁
 
Effective Integration of SAP MDM & BODS
Effective Integration of SAP MDM & BODSEffective Integration of SAP MDM & BODS
Effective Integration of SAP MDM & BODSNavneetGiria
 
Introduction to MSBI
Introduction to MSBIIntroduction to MSBI
Introduction to MSBIEdureka!
 
Make Your Decisions Smarter With Msbi
Make Your Decisions Smarter With MsbiMake Your Decisions Smarter With Msbi
Make Your Decisions Smarter With MsbiEdureka!
 
New features of sql server 2016 bi features
New features of sql server 2016 bi featuresNew features of sql server 2016 bi features
New features of sql server 2016 bi featuresChris Testa-O'Neill
 
Microsoft Reporting Dashboarding and visual Analytics January 2016
Microsoft Reporting Dashboarding and visual Analytics January 2016Microsoft Reporting Dashboarding and visual Analytics January 2016
Microsoft Reporting Dashboarding and visual Analytics January 2016DesignMind
 
plug-into-cloud-wp-12c-1896100
plug-into-cloud-wp-12c-1896100plug-into-cloud-wp-12c-1896100
plug-into-cloud-wp-12c-1896100Prithvi Rajkumar
 
SQL Server Reporting Services (SSRS) 101
 SQL Server Reporting Services (SSRS) 101 SQL Server Reporting Services (SSRS) 101
SQL Server Reporting Services (SSRS) 101Sparkhound Inc.
 

Was ist angesagt? (19)

Microsoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
Microsoft SQL Server - Reduce Your Cost and Improve your Agility PresentationMicrosoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
Microsoft SQL Server - Reduce Your Cost and Improve your Agility Presentation
 
SAP BODS 4.2
SAP BODS 4.2 SAP BODS 4.2
SAP BODS 4.2
 
Sql server 2012_parallel_data_warehouse_breakthrough_platform_white_paper
Sql server 2012_parallel_data_warehouse_breakthrough_platform_white_paperSql server 2012_parallel_data_warehouse_breakthrough_platform_white_paper
Sql server 2012_parallel_data_warehouse_breakthrough_platform_white_paper
 
KeyAchivementsMimecast
KeyAchivementsMimecastKeyAchivementsMimecast
KeyAchivementsMimecast
 
Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...
Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...
Microsoft SQL Server 2008 - Ten Reasons to Choose Microsoft SQL Server 2008 R...
 
Professional Portfolio
Professional PortfolioProfessional Portfolio
Professional Portfolio
 
Microsoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations Datasheet
Microsoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations DatasheetMicrosoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations Datasheet
Microsoft SQL Server 2008 R2 - Enterprise for Mid Market Organizations Datasheet
 
Sql business intelligence
Sql business intelligenceSql business intelligence
Sql business intelligence
 
Power BI new workspace experience in power bi
Power BI  new workspace experience in power biPower BI  new workspace experience in power bi
Power BI new workspace experience in power bi
 
Effective Integration of SAP MDM & BODS
Effective Integration of SAP MDM & BODSEffective Integration of SAP MDM & BODS
Effective Integration of SAP MDM & BODS
 
Introduction to MSBI
Introduction to MSBIIntroduction to MSBI
Introduction to MSBI
 
Make Your Decisions Smarter With Msbi
Make Your Decisions Smarter With MsbiMake Your Decisions Smarter With Msbi
Make Your Decisions Smarter With Msbi
 
DWMH Projects
DWMH ProjectsDWMH Projects
DWMH Projects
 
New features of sql server 2016 bi features
New features of sql server 2016 bi featuresNew features of sql server 2016 bi features
New features of sql server 2016 bi features
 
Microsoft Reporting Dashboarding and visual Analytics January 2016
Microsoft Reporting Dashboarding and visual Analytics January 2016Microsoft Reporting Dashboarding and visual Analytics January 2016
Microsoft Reporting Dashboarding and visual Analytics January 2016
 
plug-into-cloud-wp-12c-1896100
plug-into-cloud-wp-12c-1896100plug-into-cloud-wp-12c-1896100
plug-into-cloud-wp-12c-1896100
 
Spreadsheet server
Spreadsheet serverSpreadsheet server
Spreadsheet server
 
SQL Server Reporting Services (SSRS) 101
 SQL Server Reporting Services (SSRS) 101 SQL Server Reporting Services (SSRS) 101
SQL Server Reporting Services (SSRS) 101
 
Ibm info sphere datastage tutorial part 1 architecture examples
Ibm info sphere datastage tutorial part 1  architecture examplesIbm info sphere datastage tutorial part 1  architecture examples
Ibm info sphere datastage tutorial part 1 architecture examples
 

Ähnlich wie Sql server 2008 r2 analysis services overview whitepaper

Sql server analysis_services_datasheet
Sql server analysis_services_datasheetSql server analysis_services_datasheet
Sql server analysis_services_datasheetPuneet Jha
 
Sql Server 2012 Datasheet
Sql Server 2012 DatasheetSql Server 2012 Datasheet
Sql Server 2012 DatasheetMILL5
 
AnalysisServices
AnalysisServicesAnalysisServices
AnalysisServiceswebuploader
 
Qubole on AWS - White paper
Qubole on AWS - White paper Qubole on AWS - White paper
Qubole on AWS - White paper Vasu S
 
REPORT ON (1)
REPORT ON (1)REPORT ON (1)
REPORT ON (1)Ankit Karwa
 
Whats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 CwWhats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 CwEduardo Castro
 
Why Should you choose SQL Server 2019 ?
Why Should you choose SQL Server 2019 ?Why Should you choose SQL Server 2019 ?
Why Should you choose SQL Server 2019 ?SoftwareDeals
 
Bi Dw Presentation
Bi Dw PresentationBi Dw Presentation
Bi Dw Presentationvickyc
 
Azure SQL Database
Azure SQL DatabaseAzure SQL Database
Azure SQL DatabasePalash Debnath
 
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 server 2008 r2 data mining whitepaper overview
Sql server 2008 r2 data mining whitepaper overviewSql server 2008 r2 data mining whitepaper overview
Sql server 2008 r2 data mining whitepaper overviewKlaudiia Jacome
 
What is SQL Server 2019 Standard Edition
What is SQL Server 2019 Standard EditionWhat is SQL Server 2019 Standard Edition
What is SQL Server 2019 Standard EditionSoftwareDeals
 
Enabling SQL Access to Data Lakes
Enabling SQL Access to Data LakesEnabling SQL Access to Data Lakes
Enabling SQL Access to Data LakesVasu S
 
WP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRoberts
WP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRobertsWP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRoberts
WP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRobertsJane Roberts
 
What Every Client Should Do On Their Oracle SOA Projects (article)
What Every Client Should Do On Their Oracle SOA Projects (article)What Every Client Should Do On Their Oracle SOA Projects (article)
What Every Client Should Do On Their Oracle SOA Projects (article)Revelation Technologies
 
Microsoft Sql Server 2016 Is Now Live
Microsoft Sql Server 2016 Is Now LiveMicrosoft Sql Server 2016 Is Now Live
Microsoft Sql Server 2016 Is Now LiveAmber Moore
 
Why does Microsoft care about NoSQL, SQL and Polyglot Persistence?
Why does Microsoft care about NoSQL, SQL and Polyglot Persistence?Why does Microsoft care about NoSQL, SQL and Polyglot Persistence?
Why does Microsoft care about NoSQL, SQL and Polyglot Persistence?brianlangbecker
 
Oracle and its related technologies
Oracle and its related technologiesOracle and its related technologies
Oracle and its related technologiesanup4704
 
Oracle and its related technologies
Oracle and its related technologiesOracle and its related technologies
Oracle and its related technologiesanup4704
 
Comprehensive Guide for Microsoft Fabric to Master Data Analytics
Comprehensive Guide for Microsoft Fabric to Master Data AnalyticsComprehensive Guide for Microsoft Fabric to Master Data Analytics
Comprehensive Guide for Microsoft Fabric to Master Data AnalyticsSparity1
 

Ähnlich wie Sql server 2008 r2 analysis services overview whitepaper (20)

Sql server analysis_services_datasheet
Sql server analysis_services_datasheetSql server analysis_services_datasheet
Sql server analysis_services_datasheet
 
Sql Server 2012 Datasheet
Sql Server 2012 DatasheetSql Server 2012 Datasheet
Sql Server 2012 Datasheet
 
AnalysisServices
AnalysisServicesAnalysisServices
AnalysisServices
 
Qubole on AWS - White paper
Qubole on AWS - White paper Qubole on AWS - White paper
Qubole on AWS - White paper
 
REPORT ON (1)
REPORT ON (1)REPORT ON (1)
REPORT ON (1)
 
Whats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 CwWhats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 Cw
 
Why Should you choose SQL Server 2019 ?
Why Should you choose SQL Server 2019 ?Why Should you choose SQL Server 2019 ?
Why Should you choose SQL Server 2019 ?
 
Bi Dw Presentation
Bi Dw PresentationBi Dw Presentation
Bi Dw Presentation
 
Azure SQL Database
Azure SQL DatabaseAzure SQL Database
Azure SQL Database
 
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 server 2008 r2 data mining whitepaper overview
Sql server 2008 r2 data mining whitepaper overviewSql server 2008 r2 data mining whitepaper overview
Sql server 2008 r2 data mining whitepaper overview
 
What is SQL Server 2019 Standard Edition
What is SQL Server 2019 Standard EditionWhat is SQL Server 2019 Standard Edition
What is SQL Server 2019 Standard Edition
 
Enabling SQL Access to Data Lakes
Enabling SQL Access to Data LakesEnabling SQL Access to Data Lakes
Enabling SQL Access to Data Lakes
 
WP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRoberts
WP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRobertsWP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRoberts
WP_Impetus_2016_Guide_to_Modernize_Your_Enterprise_Data_Warehouse_JRoberts
 
What Every Client Should Do On Their Oracle SOA Projects (article)
What Every Client Should Do On Their Oracle SOA Projects (article)What Every Client Should Do On Their Oracle SOA Projects (article)
What Every Client Should Do On Their Oracle SOA Projects (article)
 
Microsoft Sql Server 2016 Is Now Live
Microsoft Sql Server 2016 Is Now LiveMicrosoft Sql Server 2016 Is Now Live
Microsoft Sql Server 2016 Is Now Live
 
Why does Microsoft care about NoSQL, SQL and Polyglot Persistence?
Why does Microsoft care about NoSQL, SQL and Polyglot Persistence?Why does Microsoft care about NoSQL, SQL and Polyglot Persistence?
Why does Microsoft care about NoSQL, SQL and Polyglot Persistence?
 
Oracle and its related technologies
Oracle and its related technologiesOracle and its related technologies
Oracle and its related technologies
 
Oracle and its related technologies
Oracle and its related technologiesOracle and its related technologies
Oracle and its related technologies
 
Comprehensive Guide for Microsoft Fabric to Master Data Analytics
Comprehensive Guide for Microsoft Fabric to Master Data AnalyticsComprehensive Guide for Microsoft Fabric to Master Data Analytics
Comprehensive Guide for Microsoft Fabric to Master Data Analytics
 

Mehr von Klaudiia Jacome

Aoutsourcing para capitulo 7
Aoutsourcing para capitulo 7Aoutsourcing para capitulo 7
Aoutsourcing para capitulo 7Klaudiia Jacome
 
Si las cosas van mal
Si las cosas van malSi las cosas van mal
Si las cosas van malKlaudiia Jacome
 
Enterprise security
Enterprise securityEnterprise security
Enterprise securityKlaudiia Jacome
 
Enterprise security
Enterprise securityEnterprise security
Enterprise securityKlaudiia 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
 

Mehr von 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
 

KĂŒrzlich hochgeladen

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 

KĂŒrzlich hochgeladen (20)

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 

Sql server 2008 r2 analysis services overview whitepaper

  • 1. Analysis Services Overview<br />White Paper<br />Published: December 2007<br />Summary: Microsoft SQL Server 2008 R2 Analysis Services builds on the value delivered with the significant investments in Analysis Services 2005 around scalability, advanced analytics and Microsoft Office interoperability. Through substantially improved performance and scalability, and developer productivity you can build enterprise scale Online Analytical Processing (OLAP) solutions The Unified Dimensional Model consolidates data access and provides a wide range of analytical capabilities while deep integration with Microsoft Office and an open, embeddable architecture, allows you to reach every user with familiar tools and drives actionable insight to users across the enterprise.<br />.<br />Contents<br /> TOC quot; 1-2quot; Introduction PAGEREF _Toc205574691 1<br />Build Enterprise-Scale Solutions PAGEREF _Toc205574692 1<br />High Developer Productivity PAGEREF _Toc205574693 1<br />Scalable Infrastructure PAGEREF _Toc205574694 3<br />Superior Performance PAGEREF _Toc205574695 4<br />Extend Solutions with Comprehensive Analytics PAGEREF _Toc205574696 5<br />Unified Dimensional Model PAGEREF _Toc205574697 5<br />Central Manageability of Key Enterprise Metrics PAGEREF _Toc205574698 5<br />Predictive Analysis PAGEREF _Toc205574699 5<br />Drive Actionable Insight through Familiar Tools PAGEREF _Toc205574700 6<br />Optimized Office Interoperability PAGEREF _Toc205574701 6<br />Rich Partner Extensibility PAGEREF _Toc205574702 8<br />Open Embeddable Architecture PAGEREF _Toc205574703 8<br />Conclusion PAGEREF _Toc205574704 9<br />Introduction<br />Analytical solutions are quickly becoming mission critical for many organizations. This has lead to an explosion of data stored in these systems and a need to support larger, faster solutions that can be created and developed quickly and effectively.<br />Build Enterprise-Scale Solutions<br />Microsoft SQL Server 2008 R2 Analysis Services is designed to provide exceptional performance and scales to support applications with millions of records and thousands of users. Innovative, consolidated tools help improve developer productivity and result in better design and faster implementation.<br />High Developer Productivity<br />Developers typically have to learn and use multiple tools to build and deploy a solution. With Analysis Services however, developers can use the SQL Server Business Intelligence Development Studio (BIDS) throughout the entire development cycle from the start of the project through development to deployment. Because Business Intelligence Development Studio is based on the Visual Studio development environment, it is fully integrated with the Visual Studio Team System; which provides design, development, collaboration, optimization, and testing resources. This provides an environment where developers can work faster and more effectively within an integrated, intuitive environment. Furthermore, to even further enhance productivity BIDS also offers sophisticated Business Intelligence Wizards. A set of easy to use wizards will help even the most novice user in modeling some of the more complex business intelligence problems making the developments of BI projects more accessible to a larger number of people and organizations. <br />Inefficiencies in the design occurring in the early development phase often waste large amounts of development time because work that developers have already completed based on the incorrect design needs to be re-done when design mistakes have been rectified. SQL Server 2008 R2 Analysis Services introduces a set of new, innovative Best Practice Design Alerts that provide automatic notification of potential design issues early in the development process, which reduces wasted time caused by design mistakes and facilitates a faster development process. Figure 1 shows an alert on the Time dimension and Calendar hierarchy. As you can see from Figure 1, the alerts highlight problem areas. However, they do not in any way affect functionality as the alerts can simply be ignored or dismissed individually, or globally.<br />Figure 1<br />In addition to real time alerts, you can scan your solution design for all alerts. Figure 2 shows the current alerts on a design.<br />Figure 2<br />SQL Server 2008 R2 Analysis Services further increases developer productivity with new, enhanced cube, dimension, and attribute designers. Figure 3 shows the new Attribute Relationships designer.<br />Figure 3<br />Scalable Infrastructure<br />Analysis Services can scale to support databases of many terabytes in size with many thousands of users. To support many users, avoid contention, and reduce costs you can scale out an Analysis Services solution. Scaling out an Analysis Services solution typically adds processing and storage overhead to store and synchronize several versions of the data, but SQL Server 2008 R2 Analysis Services can share one read-only Analysis Services database between several Analysis Services servers completely removing this overhead.<br />Real time resource monitoring becomes essential as systems scale in both size and number of users. SQL Server 2008 R2 Analysis Services provides Dynamic Management Views similar to those available to the database engine. These provide real time enterprise system information for monitoring, analysis, and performance tuning.<br />As databases increase in size, the time and cost of maintaining backups increases correspondingly. Very often backup time increases exponentially when working with OLAP databases once the databases reach certain sizes, but with SQL Server 2008 R2 Analysis Services a new backup storage subsystem results in backup times that increase linearly with database size. This removes limitations on backup size and therefore removes limitations on database size.<br />As databases become larger, the information that a user requires can be harder to find. Perspectives provide a filtered view of the UDM giving all of the advantages of data marts while eliminating redundant storage, reducing processing costs, eliminating the synchronization requirement between data marts and removing data consistency and integrity issues caused by storing multiple copies of the same data.<br />With increasing globalization, solutions need to be presented to a worldwide audience. Data is typically the same for the whole world, but metadata such as cube, measures, dimension names and levels, and Key Performance Indicators (KPI’s) will differ for each language required. Translations provide the ability to create different metadata values for each language and globally scale your solution. Financial information will also need to be localized to present results in the correct currency. Offering powerful translation capabilities and automatic currency conversions Analysis Services provides localized analytical data to users in their own language.<br />Superior Performance<br />Analysis Services cubes are multidimensional structures that enable fast access to high volumes of pre-aggregated data, empowering end users to gain insight into relevant business data at the speed of thought. Analysis Services stores its data in a highly optimized and compressed format called Multidimensional OLAP (MOLAP). It also allows the flexibility of storing the data (in part or completely) in a relational database as Relational OLAP (ROLAP) or in a hybrid mode called Hybrid OLAP (HOLAP). MOLAP provides significantly better performance than ROLAP and HOLAP.<br />Multidimensional data is inherently sparse by nature. For example, you do not buy every product in every branch of a retailer on every day. SQL Server, unlike most OLAP systems, does not store these NULL values, resulting in a significant reduction in database size, protection from data explosion, and a resulting performance improvement. Many OLAP systems waste a substantial portion of query processing time in aggregating data from cells with NULL values that will subsequently yield NULL results. SQL Server 2008 R2 Analysis Services uses a technique called Block Computation that exploits cube sparsity to improve query performance by focusing only on the non-NULL data. This can improve query performance by orders of magnitude and therefore allow a finer granularity of analysis.<br />Another area where SQL Server delivers superior performance is attribute-based hierarchies. Typically, databases contain hierarchies that share common attributes. In most OLAP systems, these common attributes must be duplicated for each hierarchy, but SQL Server provides attribute-based hierarchies that avoid the need for any duplication and improve performance and scalability.<br />Writeback is a core functionality in Analysis Services that allows the user to modify cell values. It is commonly used in planning, budgeting, and forecasting applications. Previous versions of Analysis Services required writeback data to be stored in ROLAP format. SQL Server 2008 R2 Analysis Services allows writeback data to be stored in MOLAP format resulting in significantly better performance for query and writeback operations.<br />Proactive caching provides MOLAP performance with real time analytics. This is achieved by keeping an up-to-date copy of data organized for high-speed access using the UDM structure as its foundation. This prevents users from overloading the relational database by providing a high performance, transparent, synchronized aggregate cache.<br />Extend Solutions with Comprehensive Analytics<br />When thinking of OLAP most people think of a storage and aggregation engine. This is also valid for Analysis Services. However, Analysis Services takes the analytical platform to a new level offering more advanced features than those traditionally related to OLAP. This enables organizations to accommodate multiple analytical needs within one solution offering so much more than a traditional OLAP platform. In this effort, the Unified Dimensional Model (UDM) plays a central role, providing extensive analytical capabilities.<br />Unified Dimensional Model<br />The UDM was a new concept for Analysis Services that was introduced with the release of SQL Server 2005. The UDM provides an intermediate logical layer between the physical relational database used as the data source and the proprietary cube and dimension structures that are used to resolve user queries. In this way, you can think of the UDM as the centerpiece of the OLAP solution. However, as mentioned above the concept of the UDM impacts multiple aspects of the Analysis Services solution. One of the key benefits of the UDM is the ability to combine the flexibility and richness of the traditional relational reporting model with the powerful analytics and superior performance of the classic OLAP model. In addition, a wide range of advanced business intelligence capabilities have been included in the model to provide best of breed relational and OLAP analysis and to further allow organizations to easily extend solutions leveraging the unique Key Performance Indicator Framework as well as the sophisticated predictive analytic capabilities that are all delivered through one approach: The UDM.<br />Central Manageability of Key Enterprise Metrics<br />In SQL Server 2008 R2 Analysis Services enterprise wide Key Performance Indicators (KPI’s) can be centrally stored and managed. This provides a central repository for users to access key enterprise metrics through a variety of applications including Microsoft Office PerformancePoint Server 2007, Microsoft Office Excel 2007, Microsoft Office SharePoint Services 2007, and Microsoft SQL Server Reporting Services.<br />Predictive Analysis<br />Traditional data analysis looks at historical data and quickly returns results based on this data. However, many questions asked by business users cannot be answered by this sort of analysis as they are not looking for the results of what has happened, but instead they are looking for predictions of what might happen. The ability to predict future trends is potentially one of the most important factors in the success of any organization, but it is not as simple as extending a trend line. Members need to be grouped to create clusters that behave in a similar way; contributing factors need to be assessed to measure their effect on a particular result; interdependencies need to be identified.<br />Data mining algorithms in Analysis Services provide this predictive analysis and SQL Server 2008 R2 Analysis Services improves the data mining algorithms to enable analysis that is more extensive.<br />Microsoft SQL Server Data Mining Add-Ins for Office 2007<br />The Data Mining Add-Ins for Office 2007 is a set of easy to use data mining capabilities that allows you to access data mining functionality from within Office 2007, thus enabling predictive analysis at every desktop. Being able to harness the highly sophisticated data mining algorithms of Microsoft SQL Server 2008 R2 Analysis Services within the familiar environment of Office, business users can easily gain valuable insight into complex sets of data with just a few mouse clicks. Designed with the end users in mind, the Data Mining Add-Ins for Office 2007 empowers end users to perform advanced analysis directly in Microsoft Excel and Microsoft Visio.<br />There are three individual components:<br />Data Mining Client for Excel enables you to create and manage an entire Analysis Services data mining project from within Excel 2007. <br />Table Analysis Tools for Excel enables you to use the powerful Analysis Services data mining capabilities to analyze data stored in Excel spreadsheets. <br />Data Mining Templates for Visio enables you to render decision trees, regression trees, cluster diagrams, and dependency nets in Visio diagrams.<br />Drive Actionable Insight through Familiar Tools<br />Powerful analytical solutions provide no business benefit if the information is not easily accessible by all users. SQL Server 2008 R2 Analysis Services goes beyond business users and provides analytical information to everyone in the organization using the familiar tools in Microsoft Office. Further client interfaces can be developed using the open architecture of SQL Server 2008 R2 Analysis Services and developers can take advantage of the extensibility of the product to expand its functionality.<br />Optimized Office Interoperability<br />The 2007 Microsoft Office system provides optimized interoperability with SQL Server 2008 R2 Analysis Services. Information is provided on the desktop through familiar tools to extend the reach of your analytical information. For example, Excel 2007 is a fully functional, rich Analysis Services client, while Microsoft Office PerformancePoint Server 2007 Analytics provides a thin Analysis Services client. The following 2007 Office system components provide Analysis Services interoperability:<br />Microsoft Office Excel<br />Excel 2007 is a fully functional Analysis Services client. Excel 2007 provides functionality in the following areas:<br />Excel provides access to data stored in Analysis Services OLAP cubes. Excel provides pivot tables that present multidimensional data to the user and allow the user to slice and dice the data. The server performs the processing, and the results are cached on both the server and the client to enhance performance.<br />Excel brings Analysis Services features and analytical capabilities such as KPIs, calculated members, named sets, actions and translations to users.<br />Excel can use the Data Mining Add-Ins for Office 2007 to provide rich predictive and statistical analysis to end users.<br />Excel can add automatic analysis features, such as highlighting exceptions where data seems to differ from patterns in other areas of the table or data range, forecast future values based on current trends, analyze what if scenarios, and determine what needs to change to meet a specific goal.<br />Reporting Services can create reports from Analysis Services data and render them as Excel spreadsheets to increase availability to end users.<br />Figure 4 shows the Excel PivotTable being used for client access Analysis Services data.<br />Figure 4<br />Microsoft Office Word<br />Reporting Services can create reports from Analysis Services data and render them as Microsoft Office Word documents to increase availability to end users. These reports can then be edited directly in Microsoft Office Word.<br />Microsoft Office Visio<br />You can use Microsoft Office Visio to annotate, enhance, and present data mining graphical views. With SQL Server 2008 R2 and Visio 2007, you can:<br />Render decision trees, regression trees, cluster diagrams, and dependency nets.<br />Save data mining models as Visio documents embedded into other Office documents, or saved as a Web page.<br />Microsoft Office SharePoint Server 2007<br />A comprehensive collaboration, publishing, and dashboard solution that you can use as a centerpiece for providing one central location for placing all your enterprise-wide Analysis Services data, so that everyone in your organization can view and interact with relevant and timely analytical views, reports and KPIs.<br />Microsoft Office PerformancePoint Server 2007<br />An integrated performance management application that employees can use to monitor, analyze, and plan business activities based on the data provided by SQL Server 2008 R2 Analysis Services. Office PerformancePoint Server 2007 provides scorecards, dashboards, management reporting, analytics, planning, budgeting, forecasting, and consolidation functionality to provide extensive performance management capabilities.<br />Rich Partner Extensibility<br />SQL Server 2008 R2 provides an open architecture allowing developers to build solutions on top of Analysis Services and extend its functionality. Analysis Services includes stored procedures to provide straightforward access to Analysis Services functionality to external programming languages. Stored procedures provide cross-language exception handling, versioning and deployment support.<br />Data mining represents any form of statistical analysis and, as this field is constantly evolving, new data mining algorithms could make an analytical system obsolete. Analysis Services supports plug-in algorithms to extend data mining capabilities and allow the addition of new data mining algorithms by third parties or in-house developers.<br />Open Embeddable Architecture<br />Many organizations will require a customized client interface or they will need to consume the Analysis Services data in another service or application.<br />Analysis Services has long supported OLE DB for OLAP, ADOMD, and ADOMD.Net, but this is extended by SQL Server 2008 R2 Analysis Services to expose data using the XML for Analysis (XML/A) standard. Each Analysis Services server is now a provider of web services and, as such, this makes it straightforward to integrate analytical data into modern applications.<br />Conclusion<br />Microsoft SQL Server 2008 R2 Analysis Services builds on a strong foundation of analytical tools to provide a truly enterprise scale solution. Performance and scalability are substantially improved with faster processing, improved large database backups, and new monitoring functionality. Data is more available to users by combining data marts into a UDM and centralizing access and manageability of key enterprise metrics. Analytical capabilities are extended with the predictive abilities of an enhance data mining toolset.<br />Access to data is not sufficient to drive this information into the business. Users need familiar tools and application developers need to be able to integrate the data into their applications. Analysis Services provides optimized Office interoperability to provide a familiar interface and an open, embeddable architecture to allow developers to integrate the data.<br />For more information:<br />http://www.microsoft.com/sql/<br />Please give us your feedback:<br />Did this paper help you? 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 />Are you giving it a high rating because it has good examples, excellent screenshots, clear writing, or another reason? <br />Are you giving it a low rating because it has poor examples, fuzzy screenshots, unclear writing?<br />This feedback will help us improve the quality of white papers we release. Send feedback.<br />