Cargando…

MDX solutions with Microsoft SQL Server Analysis Services 2005 and Hyperion Essbase /

Serving as both a tutorial and a reference guide to the MDX (Multidimensional Expressions) query language, this book shows data warehouse developers what they need to know to build effective multidimensional data warehouses.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Otros Autores: Spofford, George, 1965-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, IN : Wiley Pub., 2006.
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocm64560584
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 060307s2006 inu o 000 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d OCLCQ  |d YDXCP  |d OCLCG  |d OCLCQ  |d TEFOD  |d MERUC  |d UMI  |d CEF  |d E7B  |d NRU  |d OCLCQ  |d IDEBK  |d OCLCQ  |d DEBSZ  |d UAB  |d N15  |d B24X7  |d REDDC  |d OCLCQ  |d OCLCO  |d OCLCF  |d OCLCQ  |d UKDOC  |d OCLCQ  |d TEFOD  |d OCLCQ  |d COO  |d OCLCQ  |d OCLCO  |d BRF  |d EYM  |d VT2  |d OCLCO  |d OCLCQ  |d D6H 
019 |a 70002782  |a 151205943  |a 156932006  |a 441749469  |a 606037175  |a 635505693  |a 647809797  |a 1044224628  |a 1060197392  |a 1153008208  |a 1179820118  |a 1194781663  |a 1206281035  |a 1331423775 
020 |a 0470007338  |q (electronic bk.) 
020 |a 9780470007334  |q (electronic bk.) 
020 |a 0471748080 
020 |a 9780471748083 
029 1 |a AU@  |b 000053225906 
029 1 |a DEBSZ  |b 355419246 
029 1 |a DEBSZ  |b 396079253 
029 1 |a HEBIS  |b 291491073 
035 |a (OCoLC)64560584  |z (OCoLC)70002782  |z (OCoLC)151205943  |z (OCoLC)156932006  |z (OCoLC)441749469  |z (OCoLC)606037175  |z (OCoLC)635505693  |z (OCoLC)647809797  |z (OCoLC)1044224628  |z (OCoLC)1060197392  |z (OCoLC)1153008208  |z (OCoLC)1179820118  |z (OCoLC)1194781663  |z (OCoLC)1206281035  |z (OCoLC)1331423775 
037 |b OverDrive, Inc.  |n http://www.overdrive.com 
037 |a 67393A07-7333-421D-AA64-BF8AA1A3B4F2  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.9.C55  |b S756 2006eb 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
082 0 4 |a 005.13/3  |2 22 
049 |a UAMI 
245 0 0 |a MDX solutions with Microsoft SQL Server Analysis Services 2005 and Hyperion Essbase /  |c George Spofford [and others]. 
250 |a 2nd ed. 
260 |a Indianapolis, IN :  |b Wiley Pub.,  |c 2006. 
300 |a 1 online resource (1 volume) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
505 0 |a Cover About the Authors Credits Contents Acknowledgments Introduction Overview of the Book and Technology How This Book Is Organized What s Not in This Book Who Should Read This Book Tools You Will Need What s on the Web Site Summary Chapter 1 A First Introduction to MDX What Is MDX? Query Basics Axis Framework: Names and Numbering Case Sensitivity and Layout Simple MDX Construction Removing Empty Slices from Query Results Comments in MDX The MDX Data Model: Tuples and Sets More Basic Vocabulary Querying for Member Properties Querying Cell Properties Client Result Data Layout Summary Chapter 2 Introduction to MDX Calculated Members and Named Sets Dimensional Calculations As Calculated Members Calculated Member Scopes Basic Calculation Functions Additional Functions Introduction to Named Sets Summary Chapter 3 Common Calculations and Selections in MDX Metadata Referencing Functions in MDX Many Kinds of Ratios, Averages, Percentages, and Allocations Percent Contribution (Simple Ratios between Levels in a Hierarchy) Basic Allocations Averages Time-Based References and Time-Series Calculations Using LastPeriods() to Select Time Ranges Based on a Target Member Different Aggregations along Different Dimensions (Semi-Additive Measures Using MDX) Using Member Properties in MDX Expressions (Calculations and Sorting) Handling Boundary Conditions (Members out of Range, Division by Zero, and More) Summary Chapter 4 MDX Query Context and Execution Cell Context and Resolution Order in Queries Modifying the Cube Context in AS2005 Nondata: Invalid Numbers, NULLs, and Invalid Members Precedence of Cell Properties in Calculations Cube Context in Actions Cube Context in KPIs Visibility of Definitions between Global, Session, and Query-Specific Calculations in Analysis Services 2005 Summary Chapter 5 Named Sets and Set Aliases Named Sets: Scopes and Context Common Uses for Named Sets Set Aliases Summary Chapter 6 Sorting and Ranking in MDX The Function Building Blocks Classic Top-N Selections Getting the Fewest/Most Tuples to Reach a Threshold Retrieving the Top N Percent of Tuples Putting Members/Tuples in Dimension Order (Ancestors First or Last) Reversing a Set Summary Chapter 7 Advanced MDX Application Topics Arranging Parents/Ancestors after Children, Not Before Returning the Subtree under a Member and the Ancestors of That Member Along with the Member Using Generate() to Turn Tuple Operations into Set Operations Calculating Dates/Date Arithmetic Defining Ratios against the Members Selected on Rows/Columns/Axes, Instead of against a Specific Dimension Report-Based Totals-to-Parent, Percentage Contribution to Report Totals Hierarchical Sorting That Skips Levels in the Hierarchy Sorting a Single Set on Multiple Criteria Multiple Layers or Dimensions of Sorting Pareto Analysis and Cumulative Sums Returning the Top-Selling Product (or Top-Selling Month or Other Most-Significant Name) As a Measure Most Recent Event for a Set of Selected Members How Long Did It Take to Accumulate This Many? (Building a Set That Sums Backward or Forward in Time) Aggregating by Multiplication (Product Instead of Sum) Including All Tuples with Tied Ranking in Sets Time Analysis Utility Dimensions A Sample Analysis Summary Chapter 8 Using the Attribute Data Model of Microsoft Analysis Services The Unified Dimensional Model (UDM) Dimensions Cubes The Calculation Model in UDM Defining Security on UDM Summary Chapter 9 Using Attribute Dimensions and Member Properties in Hyperion Essbase UDAs and Attributes Retrieving UDAs and Attribute Values on Query Axes Using UDA and Attribute Values in Calculations Selecting Base Dimension Members Based on UDA and Attribute Values Connecting Base Members to the Attribute Hierarchy with IN Summary Chapter 10 Extending MDX through External Functions Using Stored Procedures with MDX ADOMD Server objects AMO .NET Management Stored Procedures Perfor. 
520 |a Serving as both a tutorial and a reference guide to the MDX (Multidimensional Expressions) query language, this book shows data warehouse developers what they need to know to build effective multidimensional data warehouses. 
588 0 |a Print version record. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a SQL server. 
630 0 7 |a SQL server.  |2 blmlsh 
630 0 7 |a SQL server.  |2 fast  |0 (OCoLC)fst01376937 
650 0 |a MDX (Computer program language) 
650 0 |a Client/server computing. 
650 0 |a OLAP technology. 
650 6 |a MDX (Langage de programmation) 
650 6 |a Architecture client-serveur (Informatique) 
650 6 |a OLAP, Technologie. 
650 7 |a COMPUTERS  |x Programming Languages  |x CÄ  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a Client/server computing.  |2 fast  |0 (OCoLC)fst00864205 
650 7 |a MDX (Computer program language)  |2 fast  |0 (OCoLC)fst01004511 
650 7 |a OLAP technology.  |2 fast  |0 (OCoLC)fst01042593 
700 1 |a Spofford, George,  |d 1965- 
700 1 |a Spofford, George,  |d 1965-  |t MDX solutions with Microsoft SQL Server Analysis Services. 
776 0 8 |i Print version:  |t MDX solutions with Microsoft SQL Server Analysis Services 2005 and Hyperion Essbase.  |b 2nd ed.  |d Indianapolis, IN : Wiley Pub., 2006  |z 0471748080  |w (DLC) 2005032778  |w (OCoLC)62322283 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780471748083/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a 123Library  |b 123L  |n 10214 
938 |a Books 24x7  |b B247  |n bks00018450 
938 |a ebrary  |b EBRY  |n ebr10308154 
938 |a EBSCOhost  |b EBSC  |n 149897 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 34961 
938 |a YBP Library Services  |b YANK  |n 2400154 
994 |a 92  |b IZTAP