Analyzing Patent Data in Dell Quickstart Data Warehouse Appliance Using Toad Business Intelligence Suite

Size: px
Start display at page:

Download "Analyzing Patent Data in Dell Quickstart Data Warehouse Appliance Using Toad Business Intelligence Suite"

Transcription

1 Analyzing Patent Data in Dell Quickstart Data Warehouse Appliance Using Toad Business Intelligence Suite A Dell technical white paper by Mayura Deshmukh and Umesh Sunnapu

2 This document is for informational purposes only and may contain typographical errors and technical inaccuracies. The content is provided as is, without express or implied warranties of any kind Dell Inc. All rights reserved. Dell and its affiliates cannot be responsible for errors or omissions in typography or photography. Dell, the Dell logo, Boomi, and PowerEdge are trademarks of Dell Inc. Intel and Xeon are registered trademarks of Intel Corporation in the U.S. and other countries. Microsoft, Windows, SQL Server, Excel, and Windows Server are either trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. Other trademarks and trade names may be used in this document to refer to either the entities claiming the marks and names or their products. Dell disclaims proprietary interest in the marks and names of others. April 2013 Rev 1.0 ii

3 Contents Introduction... 5 Looking at Real World USPTO Patent Data... 6 Toad BI Suite Overview... 6 Connecting to Data Sources... 6 Filtering Data and Creating Views/Snapshots... 8 Toad Intelligence Central Toad Decision Point More Analysis of the USPTO Patent Data for Conclusion iii

4 Figures Figure 1: Data Visualization Using Toad BI Suite... 5 Figure 2: Toad Data Point: Navigation Manager... 7 Figure 3: Toad Data Point: Object Explorer... 7 Figure 4: Toad Data Point: Connection Properties for Toad Intelligence Central... 8 Figure 5: Toad Data Point: Query Builder... 9 Figure 6: Toad Data Point: Query Builder with Where Condition Figure 7: Toad Data Point: Query Builder with Query Figure 8: Toad Data Point: Query Builder with Results Figure 9: Toad Data Point: Publish Result as Snapshot to Intelligence Central Figure 10: Toad Data Point: Access to Snapshot Figure 11: Toad Data Point: Successfully Published Snapshot to Intelligence Central Figure 12: Toad Intelligence Central Admin Console Figure 13: Toad Decision Point: Add Dataset Figure 14: Toad Decision Point: Finding the top 10 Patent Producing Companies for Figure 15: Toad Decision Point: Top 10 Aggregation Figure 16: Toad Decision Point: Top 10 Patent Producing Companies for Figure 17: Toad Decision Point: Chart View Figure 18: Toad Decision Point: Chart View for Top 10 Patent Producing Companies for Figure 19: Toad Decision Point: Chart View for Top 10 Patent Producing Companies for Figure 20: Top Patent Categories for a Given Company for 2012 (Dell) Figure 21: Maximum Time Before a Patent is Awarded for 2012 Per Patent Type Figure 22: List of 10 Patents for 2012 Which Took Maximum Time to be Awarded Figure 23: Average Time for the Patent to be Awarded Figure 24: Top 10 Patent Authors for Figure 25: Types of Patents Most Filled in Figure 26: Patents Awarded for Each Type Every Month per Quarter for Figure 27: Duplicate Records iv

5 Introduction Processes such as business intelligence, data analysis, and data mining help organizations get more insights into their data. Using such tools, business users can get answers to questions critical to their business and business executives can make more informed and better decisions to guide their businesses. For very small businesses, maintaining and analyzing the data using Microsoft Excel would work. However, a growing organization needs a more evolved solution. Dell provides an end-to-end solution that addresses the business intelligence (BI) requirements of a growing organization. Dell Quickstart Data Warehouse Appliance (QSDW) is a bundled data warehousing solution that includes all the hardware (Dell 12G server), software (Windows Server 2008 R2 SP1, SQL 2012, Boomi for ETL, Toad BI Suite for Analytics) and implementation services required for BI. The Business Intelligence on Dell Quickstart Data Warehouse Appliance Using Toad Business Intelligence Suite white paper discusses the hardware architecture, QSDW, and installing and integrating all the components within the Toad BI Suite software. This white paper discusses how to analyze real world patent data that is stored in the QSDW using Toad BI Suite. It describes the process to build reports using Toad BI Suite: Toad Decision point, Toad Data point, and Toad Intelligence Central. Figure 1: Data Visualization Using Toad BI Suite 5

6 Looking at Real World USPTO Patent Data To validate the Dell end-to-end BI solution, we simulated building a data warehouse and business intelligence solution. The dataset used for the project simulation is patent data. This dataset was chosen because it is very complex in terms of various formats, duplicate records, inaccuracies, and so on, and accurately reflects a real time scenario. The patent data is also publically available. This white paper will exemplify how to find the list of top ten organizations that had the most patents granted for the year To know more about the project and read more about the process of extracting, cleansing, inserting patent data, see The Dell Business Intelligence Project Using USPTO Data. Toad BI Suite Overview Toad BI Suite enables you to find and extract meaningful patterns and useful information from the data warehouse, and also provides tools to simplify data management and administration. It consists of three products: Toad Intelligence Central, Toad Data Point, and Toad Decision Point. To understand what role each of the Toad BI Suite components play and how the integration between each component can be performed, see Business Intelligence on Dell Quickstart Data Warehouse Appliance Using Toad Business Intelligence Suite. Toad Data Point Modeling tools are used to build various views or snapshots. Smaller datasets are easier to work with, so only the required data is selected, filters are applied, and the results are published to Intelligence Central as snapshots or views. These snapshots or views are shared with the business users, who work on the datasets to build reports, charts, and find patterns. The following sections describe how to build views or snapshots, publish them to Intelligence Central, and then build reports or charts using these snapshots in Decision Point. Toad Data Point Toad Data Point provides various data modeling tools for data analysts. It also includes visualization tools and cleansing tools. This paper explores few of the basic tools required to create the report for Top 10 patent producing companies for Connecting to Data Sources To create a connection to the data warehouse to access patent data and to create a connection to Intelligence Central to publish the snapshots created in Toad Data Point, see Business Intelligence on Dell Quickstart Data Warehouse Appliance Using Toad Business Intelligence Suite. The connections will be visible in the Navigation Manager as shown in Figure 2. 6

7 Figure 2: Toad Data Point: Navigation Manager Click on the database name to see all the tables, views, indexes in the Object Explorer as shown in Figure 3. Figure 3: Toad Data Point: Object Explorer 7

8 Note: For version 3.3 of Data Point, an error occurs when publishing a snapshot to Intelligence Central if the SQL Server ODBC driver is entered. So this field is left blank as shown in Figure 4. Figure 4: Toad Data Point: Connection Properties for Toad Intelligence Central Filtering Data and Creating Views/Snapshots 1. Right click on each table under the database and select the Query Builder option. This option adds the selected table into a separate window. Note: You can add multiple tables to Query Builder if the data filtering is to be done across multiple tables. 2. To find the Top 10 patent producing organizations for 2012, add Application, Inventor and Mapping tables to Query Builder. Application table contains all data related to the granted patent. Inventor table contains all data related to the inventor and the company the inventor works for. 8

9 Note: For version 3.3 of Data Point, Application is a considered a keyword and an error occurs when publishing data from the Application table to Intelligence Central. A view called Patent_App was built to be used in the query. You also have an error if there is any [ in the query. 3. Select the necessary columns as shown in Figure 5. Smaller datasets are easier to work with. So the dataset is aggregated and only the required data is selected after applying all required filters. Figure 5: Toad Data Point: Query Builder 4. Figure 6 shows the where condition for the Orgname field in the inventor table. Rows which do not have Organization name are removed from the result set. Query is automatically generated in the Query tab as shown in Figure 7. 9

10 Figure 6: Toad Data Point: Query Builder with Where Condition Figure 7: Toad Data Point: Query Builder with Query 10

11 5. Click on (Execute SQL). The results are displayed in the result tab. 6. Right-click on the results page, select Send To Publish option to save the results to Toad Intelligence Central. Figure 8: Toad Data Point: Query Builder with Results 7. For destination, select Intelligence Central connection. 8. Enter the credentials for the data source and select object type as Snapshot. See Figure 9. Note: It is necessary to have a connection established between Toad Data Point and Toad Intelligence Central to publish the results as a snapshot. 11

12 Figure 9: Toad Data Point: Publish Result as Snapshot to Intelligence Central 9. On the sharing link, you can set the security of the snapshot by selecting different options such as share this data with any user/selected users or keep this data private as shown in Figure 10. These snapshots or views are shared with the end users, who will be working on the dataset to build repots, charts, find patterns. Note: Users must already be created in Toad Intelligence Central. 12

13 Figure 10: Toad Data Point: Access to Snapshot 10. Click the Apply on the Sharing Settings screen and then the Publish button to publish Snapshot to Intelligence Central as shown in Figure 11. Figure 11: Toad Data Point: Successfully Published Snapshot to Intelligence Central Toad Intelligence Central Published snapshots can be viewed in Toad Data Point: Object Explorer by selecting the Intelligence Central data source in the Navigation Manager or by logging on the Administrator Console of Toad Intelligence Central. See Figure

14 Figure 12: Toad Intelligence Central Admin Console Toad Decision Point 1. Connect to the Toad Intelligence Central using Toad Decision Point and import the snapshot created previously. For more details on how to create a connection, see Dell end-to-end business intelligence solution using Toad BI suite and Quickstart Data Warehouse Appliance. 2. Import the dataset using the Add Data link as shown in Figure For finding the top 10 companies, select the ApplicationId which gives the number of patents and the organization name. 14

15 Figure 13: Toad Decision Point: Add Dataset 4. Drag and drop the column OrgName and NumberofPatents in the work area of the Dimensional Data Viewer. 5. You can apply filters or merge the dataset with other datasets using the Add Step link. You can also group data using the Dimensional Data view and look at the details of data in Tabular view. 6. To filter and just display the top 10 patent producing companies, right click on the Orgname and select Filter Dialog as shown in Figure 14. The filter Dialog box is displayed. 15

16 Figure 14: Toad Decision Point: Finding the top 10 Patent Producing Companies for Navigate to the Aggregation tab of the Filter Dialog Box. Select Top 10 as shown in Figure 15. Figure 15: Toad Decision Point: Top 10 Aggregation 16

17 Figure 16: Toad Decision Point: Top 10 Patent Producing Companies for 2012 Figure 17: Toad Decision Point: Chart View 17

18 Figure 18: Toad Decision Point: Chart View for Top 10 Patent Producing Companies for 2012 More Analysis of the USPTO Patent Data for 2012 Using the process described in the previous sections, different aspects of the data were examined to derive useful information and patterns. You can create rollups and easily drill down into the data. Toad Decision Point allows you to copy graphs to your presentations, export the reports in excel or publish them to Intelligence Central to share them with other users. Below are some of the sample reports and charts that were built using Toad Decision Point. 18

19 Figure 19: Toad Decision Point: Chart View for Top 10 Patent Producing Companies for 2012 Figure 20: Top Patent Categories for a Given Company for 2012 (Dell) 19

20 Figure 21: Maximum Time Before a Patent is Awarded for 2012 Per Patent Type Figure 22: List of 10 Patents for 2012 Which Took Maximum Time to be Awarded Patents Days taken to grant patent Plasmids for transforming plant cells 9937 Genetically transformed plants 9827 Monitoring system for a ship's radiated noise 9311 Flight control of missiles 9125 Optical sensing arrangements 9007 Method for amplification and detection of RNA sequences 8362 Polynucleotides comprising intercalating entities 7379 Semiclosed Brayton cycle power system with direct combustion heat transfer Cloned DNA sequences hybridizable with genomic RNA of lymphadenopathy associated virus (LAV) Ligation amplification of nucleic acid sequences

21 Figure 23: Average Time for the Patent to be Awarded 21

22 Figure 24: Top 10 Patent Authors for 2012 Figure 25: Types of Patents Most Filled in

23 Figure 26: Patents Awarded for Each Type Every Month per Quarter for 2012 Figure 27: Duplicate Records Duplicates from the data are removed by a SQL procedure but while building the reports we realized there are more scenarios to be considered for cleansing. As shown in Figure 27, for some patents the Inventor has Middle initial added in the Name whereas for some patents it is just the first name and last name. Even though it is the same inventor, two different records are created in the inventor table and are treated as two different inventors. Similarly, we observed duplicate records for company names. For example, Dell Products L.P., Dell Products, LP, Dell Products, Inc, and so on refers to the same company. 23

24 Conclusion Quickstart Data Warehouse along with Toad BI Suite provides a flexible, high performing platform to enable both data provisioners and data analysts to collaborate around data and visualizations in a secure and controlled environment. It allows consumers within the organization to gain insight into their business more quickly, and to make more informed decisions. For more information on Quickstart Data Warehouse Appliance, see For more information on Toad BI Suite, see 24

Business Intelligence on Dell Quickstart Data Warehouse Appliance Using Toad Business Intelligence Suite

Business Intelligence on Dell Quickstart Data Warehouse Appliance Using Toad Business Intelligence Suite Business Intelligence on Dell Quickstart Data Warehouse Appliance Using Toad Business Intelligence Suite This Dell technical white paper explains how to connect Toad Business Intelligence Suite to Quickstart

More information

Using Dell Repository Manager to Find Newer Updates from the Dell Online Repository

Using Dell Repository Manager to Find Newer Updates from the Dell Online Repository Using Dell Repository Manager to Find Newer Updates from the Dell Online Repository Author: Jared Swan This document is for informational purposes only and may contain typographical errors and technical

More information

Configuring Alert Actions in OpenManage Essentials

Configuring Alert Actions in OpenManage Essentials Configuring Alert Actions in OpenManage Essentials This Dell technical white paper explains how to configure various alert actions in order to monitor the data center remotely. OME Engineering Team This

More information

Using Dell Repository Manager to Update Your Local Repository

Using Dell Repository Manager to Update Your Local Repository Using Dell Repository Manager to Update Your Local Repository A Dell Technical White Paper Dell Inc. Dell Repository Manager Team i THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN

More information

Accelerating storage performance in the PowerEdge FX2 converged architecture modular chassis

Accelerating storage performance in the PowerEdge FX2 converged architecture modular chassis Accelerating storage performance in the PowerEdge FX2 converged architecture modular chassis This white paper highlights the impressive storage performance of the PowerEdge FD332 storage node in the FX2

More information

Dell IT Assistant Migration To OpenManage Essentials

Dell IT Assistant Migration To OpenManage Essentials Dell IT Assistant Migration To OpenManage Essentials This Dell technical white paper provides step-by-step instructions for migrating from Dell IT Assistant to Dell OpenManage Essentials. Ranveer Singh

More information

Toad Data Point - Professional Edition

Toad Data Point - Professional Edition Toad Data Point Version 3.6 New in This Release Thursday, October 23, 2014 Contents Toad Data Point - Professional Edition Toad Data Point - Base and Professional Editions Idea Pond Toad Data Point - Professional

More information

MicroStrategy Desktop Quick Start Guide

MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop Quick Start Guide Version: 10.4 10.4, December 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. Trademark Information The following are either trademarks or

More information

Dell Server Migration Utility (SMU)

Dell Server Migration Utility (SMU) Using SMU to simplify migration to a boot from SAN architecture Aaron Prince, Technical Marketing Dell Virtualization Solutions This document is for informational purposes only and may contain typographical

More information

Dell OpenManage Cluster Configurator on Dell PowerEdge VRTX

Dell OpenManage Cluster Configurator on Dell PowerEdge VRTX Dell OpenManage Cluster Configurator on Dell PowerEdge VRTX This document provides an overview of the benefits and advantages of the Dell OpenManage Cluster Configurator when used with the PowerEdge VRTX

More information

Using Dell Repository Manager to Create a Deployment Media (Bootable ISO) to Perform Systems Updates

Using Dell Repository Manager to Create a Deployment Media (Bootable ISO) to Perform Systems Updates Using Dell Repository Manager to Create a Deployment Media (Bootable ISO) to Perform Systems This Dell Technical White Paper addresses how to leverage configuration scripts while updating Dell servers.

More information

Cable Routing Procedures for Dell PowerEdge FX2/FX2s Systems

Cable Routing Procedures for Dell PowerEdge FX2/FX2s Systems Cable Routing Procedures for Dell PowerEdge FX2/FX2s Systems This Dell Technical White Paper explains the best practices for routing and securing the cables exiting the back of the FX2/FX2s systems. Rail

More information

Installing Dell OpenManage Essentials

Installing Dell OpenManage Essentials This technical white paper describes how to install OpenManage Essentials. Pavan Kumar Manoj Poonia Jayachandran Thalakkal Kunhani Enterprise Product Group This document is for informational purposes only

More information

Understanding Discovery and Inventory of Dell Devices

Understanding Discovery and Inventory of Dell Devices Understanding Discovery and Inventory of Dell Devices R Rajiv Nair Ashish Suyal Dell Product Group Enterprise This document is for informational purposes only and may contain typographical errors and technical

More information

Managing and Monitoring a Virtualization Environment Using OpenManage Essentials

Managing and Monitoring a Virtualization Environment Using OpenManage Essentials Managing and Monitoring a Virtualization Environment Using OpenManage Essentials This Dell Technical White Paper explains how to manage and monitor a virtualization environment which includes VMware ESXi,

More information

Installing Dell OpenManage Essentials

Installing Dell OpenManage Essentials This technical white paper describes how to install OpenManage Essentials. OME Engineering Team This document is for informational purposes only and may contain typographical errors and technical inaccuracies.

More information

MicroStrategy Desktop Quick Start Guide

MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop Quick Start Guide Version: 10.4 10.4, June 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. If you have not executed a written or electronic agreement with

More information

Toad Data Point - Professional Edition. The Toad Data Point Professional edition includes the following new features and enhancements.

Toad Data Point - Professional Edition. The Toad Data Point Professional edition includes the following new features and enhancements. Toad Data Point 4.2 New in This Release Thursday, April 13, 2017 Contents Toad Data Point Professional Edition Toad Data Point - Base and Professional Editions Toad Data Point - Professional Edition The

More information

MOC 20463C: Implementing a Data Warehouse with Microsoft SQL Server

MOC 20463C: Implementing a Data Warehouse with Microsoft SQL Server MOC 20463C: Implementing a Data Warehouse with Microsoft SQL Server Course Overview This course provides students with the knowledge and skills to implement a data warehouse with Microsoft SQL Server.

More information

Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays

Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays This whitepaper describes Dell Microsoft SQL Server Fast Track reference architecture configurations

More information

Consolidating OLTP Workloads on Dell PowerEdge R th generation Servers

Consolidating OLTP Workloads on Dell PowerEdge R th generation Servers Consolidating OLTP Workloads on Dell PowerEdge R720 12 th generation Servers B Balamurugan Phani MV Dell Database Solutions Engineering March 2012 This document is for informational purposes only and may

More information

Discovering Features in the idrac Remote Services API

Discovering Features in the idrac Remote Services API Discovering Features in the idrac Remote Services API A Dell technical white paper. Chris A. Poblete Khachatur Papanyan Enterprise Product Group This document is for informational purposes only and may

More information

Lifecycle Controller Part Replacement

Lifecycle Controller Part Replacement This Dell Technical White Paper provides information on the Lifecycle Controller Part Replacement feature on Dell Power Edge servers. Authors Sundar Dasar Texas Roemer This document is for informational

More information

Lifecycle Controller Platform Update in Dell PowerEdge 1 2 th Generation Servers

Lifecycle Controller Platform Update in Dell PowerEdge 1 2 th Generation Servers Lifecycle Controller Platform Update in Dell PowerEdge 1 2 th Generation Servers This Dell Technical White Paper provides detailed information about the capabilities of Lifecycle Controller to perform

More information

Cable Routing Procedures for Dell PowerEdge T320 & T420 Systems

Cable Routing Procedures for Dell PowerEdge T320 & T420 Systems Cable Routing Procedures for Dell PowerEdge T320 & T420 Systems This Dell Technical White Paper explains the best practices for routing and securing the cables exiting the back of the T320 & T420 systems.

More information

Dell OpenManage Power Center s Power Policies for 12 th -Generation Servers

Dell OpenManage Power Center s Power Policies for 12 th -Generation Servers Dell OpenManage Power Center s Power Policies for 12 th -Generation Servers This Dell white paper describes the advantages of using the Dell OpenManage Power Center to set power policies in a data center.

More information

Lifecycle Controller Part Replacement

Lifecycle Controller Part Replacement This Dell Technical White Paper provides information on the Lifecycle Controller Part Replacement feature on Dell Power Edge servers. Authors Sundar Dasar Texas Roemer This document is for informational

More information

Dell SupportAssist: Security Considerations

Dell SupportAssist: Security Considerations Dell SupportAssist: Security Considerations This Dell Technical FAQ document provides details on how SupportAssist maintains data security and privacy, and also defines the network configurations required

More information

Call: SAS BI Course Content:35-40hours

Call: SAS BI Course Content:35-40hours SAS BI Course Content:35-40hours Course Outline SAS Data Integration Studio 4.2 Introduction * to SAS DIS Studio Features of SAS DIS Studio Tasks performed by SAS DIS Studio Navigation to SAS DIS Studio

More information

MicroStrategy Evaluation Edition Quick Start Guide

MicroStrategy Evaluation Edition Quick Start Guide MicroStrategy Evaluation Edition Quick Start Guide Version: 10.9 10.9, September 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. Trademark Information The following are either trademarks

More information

Oracle Utilities Analytics for Oracle Utilities Extractors and Schema and Oracle Utilities Analytics Dashboards

Oracle Utilities Analytics for Oracle Utilities Extractors and Schema and Oracle Utilities Analytics Dashboards Oracle Utilities Analytics for Oracle Utilities Extractors and Schema and Oracle Utilities Analytics Dashboards User s Guide Release 2.5.0 E48997-01 December 2013 Oracle Utilities Analytics for Oracle

More information

Scheduled Automatic Search using Dell Repository Manager

Scheduled Automatic Search using Dell Repository Manager Scheduled Automatic Search using Dell Repository Manager A Dell Technical White Paper Dell, Inc. Dell Repository Manager Team THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Dell Microsoft Business Intelligence and Data Warehousing Reference Configuration Performance Results Phase III

Dell Microsoft Business Intelligence and Data Warehousing Reference Configuration Performance Results Phase III [ White Paper Dell Microsoft Business Intelligence and Data Warehousing Reference Configuration Performance Results Phase III Performance of Microsoft SQL Server 2008 BI and D/W Solutions on Dell PowerEdge

More information

Recently Updated Dumps from PassLeader with VCE and PDF (Question 1 - Question 15)

Recently Updated Dumps from PassLeader with VCE and PDF (Question 1 - Question 15) Recently Updated 70-467 Dumps from PassLeader with VCE and PDF (Question 1 - Question 15) Valid 70-467 Dumps shared by PassLeader for Helping Passing 70-467 Exam! PassLeader now offer the newest 70-467

More information

Course Outline. Writing Reports with Report Builder and SSRS Level 1 Course 55123: 2 days Instructor Led. About this course

Course Outline. Writing Reports with Report Builder and SSRS Level 1 Course 55123: 2 days Instructor Led. About this course About this course Writing Reports with Report Builder and SSRS Level 1 Course 55123: 2 days Instructor Led In this 2-day course, students will continue their learning on the foundations of report writing

More information

SAP HANA Data Warehousing Foundation Data Distribution Optimizer / Data Life Cycle Manager DWF SP03

SAP HANA Data Warehousing Foundation Data Distribution Optimizer / Data Life Cycle Manager DWF SP03 SAP HANA Data Warehousing Foundation Data Distribution Optimizer / Data Life Cycle Manager DWF SP03 February, 2016 This is the current state of planning and may be changed by SAP at any time. Disclaimer

More information

Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000

Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000 Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000 This whitepaper describes the Dell Microsoft SQL Server Fast Track reference architecture configuration

More information

Using Dell Repository Manager with Dell OpenManage Essentials

Using Dell Repository Manager with Dell OpenManage Essentials Using Dell Repository Manager with Dell OpenManage Essentials Dell, Inc. Dell Repository Manager Team AVS Sashi Kiran December 2013 A Dell Technical White Paper Revisions Date December 2013 Description

More information

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 SAP BusinessObjects Live Office User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

MicroStrategy Analytics Desktop

MicroStrategy Analytics Desktop MicroStrategy Analytics Desktop Quick Start Guide MicroStrategy Analytics Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT.

More information

Dell Management Console Best Practices

Dell Management Console Best Practices Dell Management Console Best Practices Dell Technical White Paper Dell Product Group - Enterprise THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL

More information

SAP Financial Consolidation 10.1, starter kit for IFRS, SP7

SAP Financial Consolidation 10.1, starter kit for IFRS, SP7 SAP Financial Consolidation 10.1, starter kit for IFRS, SP7 Installation guide Copyright 2018 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

SAS Report Viewer 8.2 Documentation

SAS Report Viewer 8.2 Documentation SAS Report Viewer 8.2 Documentation About SAS Report Viewer SAS Report Viewer (the report viewer) enables users who are not report designers to view a report using a web browser. To open a report in the

More information

Patch Management using Dell Management Console v1.0

Patch Management using Dell Management Console v1.0 Patch Management using Dell Management Console v1.0 Dell Technical White Paper By Abhijit Pathak Dell Product Group - Enterprise Revision History Version Date Description Author(s) 1.0 13 April 2009 First

More information

Cost and Performance benefits of Dell Compellent Automated Tiered Storage for Oracle OLAP Workloads

Cost and Performance benefits of Dell Compellent Automated Tiered Storage for Oracle OLAP Workloads Cost and Performance benefits of Dell Compellent Automated Tiered Storage for Oracle OLAP This Dell technical white paper discusses performance and cost benefits achieved with Dell Compellent Automated

More information

Advanced Reporting in the Online Report Designer Administration Guide

Advanced Reporting in the Online Report Designer Administration Guide SuccessFactors HCM Suite November 2014 Release Version: 1.0 - December 5, 2014 CUSTOMER Advanced Reporting in the Online Report Designer Administration Guide Content 1 Change History....3 2 Overview....4

More information

Using Dell Repository Manager to Manage Your Repositories Efficiently

Using Dell Repository Manager to Manage Your Repositories Efficiently Using Dell Repository Manager to Manage Your Repositories Efficiently A Dell Technical White Paper Dell Inc. Dell Repository Manager Team i THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY

More information

Performance and Energy Efficiency of the 14 th Generation Dell PowerEdge Servers

Performance and Energy Efficiency of the 14 th Generation Dell PowerEdge Servers Performance and Energy Efficiency of the 14 th Generation Dell PowerEdge Servers This white paper details the performance improvements of Dell PowerEdge servers with the Intel Xeon Processor Scalable CPU

More information

Dell OpenManage Essentials v1.1 Supporting Dell Client Devices

Dell OpenManage Essentials v1.1 Supporting Dell Client Devices Dell OpenManage Essentials v1.1 Supporting Dell Client Devices This Dell technical white paper provides the required information about Dell client devices (OptiPlex, Precision, Latitude) support in OpenManage

More information

Cable Routing Procedures for Dell PowerEdge R630 Systems

Cable Routing Procedures for Dell PowerEdge R630 Systems Cable Routing Procedures for Dell PowerEdge R630 Systems This Dell Technical White Paper explains the best practices for routing and securing the cables exiting the back of the R630 systems. Rail Solutions

More information

Display No Data Content for RAVE visualizations used in IBM Cognos Report Studio

Display No Data Content for RAVE visualizations used in IBM Cognos Report Studio Tip or Technique Display No Data Content for RAVE visualizations used in IBM Cognos Product(s): IBM Cognos 10.2.2 Area of Interest: Reporting 2 Display No Data Content for RAVE visualizations used in IBM

More information

for Power Energy and

for Power Energy and Engineered for Power Management: Dell PowerEdge Servers Are Designed to Help Save Energy and Reduce Costs ABSTRACT Keeping up with the rising cost of energy is one of the greatest challenges facing IT

More information

MicroStrategy Desktop

MicroStrategy Desktop MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from

More information

Dell Microsoft Reference Configuration Performance Results

Dell Microsoft Reference Configuration Performance Results White Paper Dell Microsoft Reference Configuration Performance Results Performance of Microsoft SQL Server 2005 Business Intelligence and Data Warehousing Solutions on Dell PowerEdge Servers and Dell PowerVault

More information

Version 4 Release 1. IBM i2 Enterprise Insight Analysis Data Model White Paper IBM

Version 4 Release 1. IBM i2 Enterprise Insight Analysis Data Model White Paper IBM Version 4 Release 1 IBM i2 Enterprise Insight Analysis Data Model White Paper IBM Note Before using this information and the product it supports, read the information in Notices on page 11. This edition

More information

Dell OpenManage Essentials v2.0 Support for Dell Client Devices

Dell OpenManage Essentials v2.0 Support for Dell Client Devices Dell OpenManage Essentials v2.0 Support for Dell Client Devices This Dell technical white paper provides the required information about Dell client devices (OptiPlex, Precision, Latitude, and Venue 11

More information

Sage General Ledger User's Guide. May 2017

Sage General Ledger User's Guide. May 2017 Sage 300 2018 General Ledger User's Guide May 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service

More information

Tivoli Management Solution for Microsoft SQL. Statistics Builder. Version 1.1

Tivoli Management Solution for Microsoft SQL. Statistics Builder. Version 1.1 Tivoli Management Solution for Microsoft SQL Statistics Builder Version 1.1 Tivoli Management Solution for Microsoft SQL Statistics Builder Version 1.1 Tivoli Management Solution for Microsoft SQL Copyright

More information

Lifecycle Controller with Dell Repository Manager

Lifecycle Controller with Dell Repository Manager Lifecycle Controller with Dell Repository Manager Dell, Inc. Dell Repository Manager Team Chandrasekhar G Dell Engineering October 2013 A Dell Technical White Paper Revisions Date October 2013 Description

More information

Project and Portfolio Management Center

Project and Portfolio Management Center Project and Portfolio Management Center Software Version: 9.42 Getting Started Go to HELP CENTER ONLINE http://admhelp.microfocus.com/ppm/ Document Release Date: September 2017 Software Release Date: September

More information

A Comparative Study of Microsoft Exchange 2010 on Dell PowerEdge R720xd with Exchange 2007 on Dell PowerEdge R510

A Comparative Study of Microsoft Exchange 2010 on Dell PowerEdge R720xd with Exchange 2007 on Dell PowerEdge R510 A Comparative Study of Microsoft Exchange 2010 on Dell PowerEdge R720xd with Exchange 2007 on Dell PowerEdge R510 Incentives for migrating to Exchange 2010 on Dell PowerEdge R720xd Global Solutions Engineering

More information

Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN

Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN Paper RIV05 Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN ABSTRACT The SAS Business Intelligence platform provides a wide variety of reporting

More information

Concur Messaging: Reports

Concur Messaging: Reports Concur Messaging: Reports User Guide Proprietary Statement This document and any attached materials (including videos or other media) contain Concur Technologies, Inc. ( Concur ) proprietary information

More information

Dell SonicWALL SonicOS 5.9 Upgrade Guide

Dell SonicWALL SonicOS 5.9 Upgrade Guide Dell SonicWALL Upgrade Guide April, 2015 This provides instructions for upgrading your Dell SonicWALL network security appliance to from a previous release. This guide also provides information about importing

More information

Applying Update 13 for Sage SalesLogix Version Version Developed by Sage SalesLogix User Assistance

Applying Update 13 for Sage SalesLogix Version Version Developed by Sage SalesLogix User Assistance Version 7.5.4.13 Developed by Sage SalesLogix User Assistance Documentation Comments Copyright Address This documentation was developed by Sage SalesLogix User Assistance. For content revisions, questions,

More information

Quest Unified Communications Analytics 8.5. User Guide

Quest Unified Communications Analytics 8.5. User Guide Quest Unified Communications Analytics 8.5 User Guide 2018 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Using Xcelsius 2008 with SAP NetWeaver BW

Using Xcelsius 2008 with SAP NetWeaver BW Using Xcelsius 2008 with SAP NetWeaver BW Applies to: Xcelsius 2008 Enterprise Service Pack 02 (and higher) SAP NetWeaver BW 7.0 Enhancement package 01 Service Pack 05 (and higher) Summary In this short

More information

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1

Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform 4.1 Support Package 1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this

More information

My Locations help guide

My Locations help guide IHS CONNECT My Locations help guide MARCH 2016 User Guide connect.ihs.com Contact us: Customer Care OVERVIEW The My Locations feature lets you upload the places of interest to you onto Connect. You can

More information

Introducing Rational ClearQuest

Introducing Rational ClearQuest Introducing Rational ClearQuest support@rational.com http://www.rational.com IMPORTANT NOTICE COPYRIGHT NOTICE ClearQuest, copyright 1997-1999 Rational Software Corporation. All rights reserved. THIS DOCUMENT

More information

TOAD TIPS & TRICKS. Written by Jeff Podlasek, Toad DB2 product manager, Quest

TOAD TIPS & TRICKS. Written by Jeff Podlasek, Toad DB2 product manager, Quest TOAD TIPS & TRICKS Written by Jeff Podlasek, Toad DB2 product manager, Quest Abstract Want to get the most from Toad? This technical brief will walk you through some of its most useful features. You ll

More information

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Solutions for Small & Medium Environments Virtualization Solutions Engineering Ryan Weldon and Tom Harrington THIS WHITE PAPER

More information

BW305H. Query Design and Analysis with SAP Business Warehouse Powered by SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

BW305H. Query Design and Analysis with SAP Business Warehouse Powered by SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) BW305H Query Design and Analysis with SAP Business Warehouse Powered by SAP HANA. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate

More information

Index A, B, C. Rank() function, steps, 199 Cloud services, 2 Comma-separated value (CSV), 27

Index A, B, C. Rank() function, steps, 199 Cloud services, 2 Comma-separated value (CSV), 27 Index A, B, C Calculations, Power Query distinct customers code implementations, 205 duplicate date and customer, 204 group by dialog configuration, 204 objective, 202 output, 205 Query Editor toolbar,

More information

OLAP Introduction and Overview

OLAP Introduction and Overview 1 CHAPTER 1 OLAP Introduction and Overview What Is OLAP? 1 Data Storage and Access 1 Benefits of OLAP 2 What Is a Cube? 2 Understanding the Cube Structure 3 What Is SAS OLAP Server? 3 About Cube Metadata

More information

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2

Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Widgets for SAP BusinessObjects Business Intelligence Platform User Guide SAP BusinessObjects Business Intelligence platform 4.1 Support Package 2 Copyright 2013 SAP AG or an SAP affiliate company. All

More information

Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value

Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value KNOWLEDGENT INSIGHTS volume 1 no. 5 October 7, 2011 Xcelerated Business Insights (xbi): Going beyond business intelligence to drive information value Today s growing commercial, operational and regulatory

More information

BW Workspaces Data Cleansing during Flat File Upload

BW Workspaces Data Cleansing during Flat File Upload BW Workspaces Data Cleansing during Flat File Upload TABLE OF CONTENTS INTRODUCTION INTO THE TOPIC BW WORKSPACE... 3 HISTORY OF THE FILE UPLOAD... 3 NEW DATA CLEANSING FUNCTIONALITY... 3 Transfer File...

More information

Analytic Workspace Manager and Oracle OLAP 10g. An Oracle White Paper November 2004

Analytic Workspace Manager and Oracle OLAP 10g. An Oracle White Paper November 2004 Analytic Workspace Manager and Oracle OLAP 10g An Oracle White Paper November 2004 Analytic Workspace Manager and Oracle OLAP 10g Introduction... 3 Oracle Database Incorporates OLAP... 4 Oracle Business

More information

Analytics: Server Architect (Siebel 7.7)

Analytics: Server Architect (Siebel 7.7) Analytics: Server Architect (Siebel 7.7) Student Guide June 2005 Part # 10PO2-ASAS-07710 D44608GC10 Edition 1.0 D44917 Copyright 2005, 2006, Oracle. All rights reserved. Disclaimer This document contains

More information

Changing default password of root user for idrac9 by using Dell EMC License Manager

Changing default password of root user for idrac9 by using Dell EMC License Manager Changing default password of root user for idrac9 by using Dell EMC License Manager This technical white paper describes how to change the default password of root user on Dell EMC idrac9. Dell EMC Engineering

More information

Sage 500 ERP Business Intelligence

Sage 500 ERP Business Intelligence Sage 500 ERP Business Intelligence Getting Started Guide Sage 500 Intelligence (7.4) Getting Started Guide The software described in this document is protected by copyright, And may not be copied on any

More information

A Case Study Building Financial Report and Dashboard Using OBIEE Part I

A Case Study Building Financial Report and Dashboard Using OBIEE Part I A Case Study Building Financial Report and Dashboard Using OBIEE Part I This is a 1 st document in the series of building financial reports and dashboard taking Essbase as Data Source. This document briefs

More information

Crestron XiO Cloud Service

Crestron XiO Cloud Service Crestron XiO Cloud Service User Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers and Crestron Service Providers (CSPs) under a limited non-exclusive,

More information

1Z0-526

1Z0-526 1Z0-526 Passing Score: 800 Time Limit: 4 min Exam A QUESTION 1 ABC's Database administrator has divided its region table into several tables so that the west region is in one table and all the other regions

More information

10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012

10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012 10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012 Course Overview This course provides students with the knowledge and skills to empower information workers through self-service

More information

BUSINESS DEVELOPMENT SUITE. EXPERIENCE MANAGEMENT USER GUIDE a Hubbard One Product

BUSINESS DEVELOPMENT SUITE. EXPERIENCE MANAGEMENT USER GUIDE a Hubbard One Product BUSINESS DEVELOPMENT SUITE EXPERIENCE MANAGEMENT USER GUIDE a Hubbard One Product NOTICES Copyright Copyright 2011: Thomson Reuters. All Rights Reserved. Proprietary and Confidential information of Thomson

More information

MiVoice Office Call Reporter Quick Reference Guide APRIL 2017 DOCUMENT RELEASE 5.0 QUICK REFERENCE GUIDE

MiVoice Office Call Reporter Quick Reference Guide APRIL 2017 DOCUMENT RELEASE 5.0 QUICK REFERENCE GUIDE MiVoice Office Call Reporter Quick Reference Guide APRIL 2017 DOCUMENT RELEASE 5.0 QUICK REFERENCE GUIDE Quick Reference Guide NOTICE The information contained in this document is believed to be accurate

More information

EnterpriseTrack Reporting Data Model Configuration Guide Version 17

EnterpriseTrack Reporting Data Model Configuration Guide Version 17 EnterpriseTrack EnterpriseTrack Reporting Data Model Configuration Guide Version 17 October 2018 Contents About This Guide... 5 Configuring EnterpriseTrack for Reporting... 7 Enabling the Reporting Data

More information

SAP HANA Authorization (HA2)

SAP HANA Authorization (HA2) SAP HANA 1.0 SP5 June 2013 English SAP HANA Authorization (HA2) Building Block Configuration Guide SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2013 SAP AG or an SAP affiliate company.

More information

Writing Reports with Report Designer and SSRS 2014 Level 1

Writing Reports with Report Designer and SSRS 2014 Level 1 Writing Reports with Report Designer and SSRS 2014 Level 1 Duration- 2days About this course In this 2-day course, students are introduced to the foundations of report writing with Microsoft SQL Server

More information

Handbook for the Process Discovery

Handbook for the Process Discovery Interstage Business Process Manager Analytics V12.1 Handbook for the Process Discovery Solaris J2S0-0435-01ENZ0(00) April 2013 About this Manual This section explains summary, chapter overview, abbreviations,

More information

Quest Unified Communications Analytics Resource Kit

Quest Unified Communications Analytics Resource Kit Quest Unified Communications Analytics 8.4.2 Resource Kit 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this

More information

Griffin Training Manual Grif-WebI Introduction (For Analysts)

Griffin Training Manual Grif-WebI Introduction (For Analysts) Griffin Training Manual Grif-WebI Introduction (For Analysts) Alumni Relations and Development The University of Chicago Table of Contents Chapter 1: Defining WebIntelligence... 1 Chapter 2: Working with

More information

Dell TM KM714 Wireless Keyboard and Mouse. Owner's Manual

Dell TM KM714 Wireless Keyboard and Mouse. Owner's Manual Dell TM KM714 Wireless Keyboard and Mouse Owner's Manual Information in this document is subject to change without notice. 2015 Dell Inc. All rights reserved. Reproduction of these materials in any manner

More information

Sage 300 ERP Financial Reporter User's Guide

Sage 300 ERP Financial Reporter User's Guide Sage 300 ERP 2012 Financial Reporter User's Guide This is a publication of Sage Software, Inc. Version 2012 Copyright 2013. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product

More information

Introduction to BW Workspaces and its usage with SAP BusinessObjects BI Tools

Introduction to BW Workspaces and its usage with SAP BusinessObjects BI Tools Introduction to BW Workspaces and its usage with SAP BusinessObjects BI Tools Applies to: SAP NetWeaver Business Warehouse 7.3, powered by SAP HANA or SAP BW Accelerator (BWA) SAP BusinessObjects BI 4.1

More information

Oracle Enterprise Performance Reporting Cloud. What s New in the November Update (16.11)

Oracle Enterprise Performance Reporting Cloud. What s New in the November Update (16.11) Oracle Enterprise Performance Reporting Cloud What s New in the November Update (16.11) November 2016 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE ENTERPRISE PERFORMANCE REPORTING CLOUD, NOVEMBER UPDATE...

More information

SUU Supporting the DUP Dependency

SUU Supporting the DUP Dependency SUU Supporting the DUP Dependency Server Update Utility (SUU) is a tool for updating Dell servers, which is now enhanced to identify and apply the depdencies during the updates. Dell Update Packages (DUP)s

More information

OSR Composer 3.7 User Guide. Updated:

OSR Composer 3.7 User Guide. Updated: OSR Composer 3.7 User Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents Introduction... 1 Who should read this manual... 1 What s included in this manual...

More information