SQL,OLAP,following,section,lists,some,commonl
Quick Search for:  in language:    
SQL,OLAP,following,section,lists,some,commonl
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
SQL Stats

 Code: 25,568 lines
 Jobs: 420 postings

 
Sponsored by:

 

You are in:

 
Login



Latest Code Ticker for SQL.
Job to script all Jobs
By Srdjan Josipovic on 6/19


Enumerate SQL Servers using SQLDMO and T-SQL
By Srdjan Josipovic on 6/19


Count Colums
By Usman Farhat on 6/19


Easy travel SQL logins
By Zoltan Tamas, Toth on 6/17


Build a sequence via derived tables
By Michael S. Trachtenberg on 6/15


Click here to see a screenshot of this code!Creating Grids
By Lewis Moten on 6/15

(Screen Shot)

Renumbering identity columns V2.0 in one stored procedure
By Zoltan Tamas, Toth on 6/6


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 
   

MS SQL Server 7.0 OLAP Services FAQ

Print
Email
 

Submitted on: 7/31/2000 3:29:04 AM
By: Vasilis Ioannidis 
Level: Beginner
User Rating: By 3 Users
Compatibility:SQL Server 7.0

Users have accessed this article 14173 times.
 
 
     The following section lists some of the commonly asked questions and answers about SQL Server 7.0 OLAP Services.

 
 
Terms of Agreement:   
By using this article, you agree to the following terms...   
1) You may use this article in your own programs (and may compile it into a program and distribute it in compiled format for langauges that allow it) freely and with no charge.   
2) You MAY NOT redistribute this article (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this article from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the article or article's description.
Q. When should I consider implementing OLAP Services?

A. Basically, any business process that requires you t analyze (roll up, drill down, and so on) transactional data across a variety of categories is an excellent application of OLAP technology. Loosely speaking, any time you have created an Excel pivot table, you have started to explore the OLAP technology.

Q. What is the difference between relational and multidimensional databases?

A. The primary difference between a relational database and a multidimensional database is semantics. The true differentiation is the manner in which data is represented, and not the underlying technology. Relational databases tend to represent data in a flat, two dimensional manner, whereas multidimensional databases have the capability to reprsent data across many dimensions.

It is important to note that the underlying technology between the two kinds of databases does not have to be different. It is possible to create a multidimensional database using SQL Server 7.0. This is a complex task, requiring sophisticated database schemas, such as star schemas, but it can be done. Likewise, it would be possible to create a standard two-dimensional relational database using OLAP Services by creating cubes with only two dimensions.

Q. How do I translate my transactional data into an effective multidimensional database?

A. In OLAP Services, the multidimensional database is based in a data source; typically this data source is the database that holds your transactional data. In order to create the multidimensional database, you must translate your data. Translating this relational data into an effective multidimensional database requires careful thought and a true understanding of the base data and how your users need to analyze data.

Basically, the translation involves choosing the appropriate tables and columns within those tables to represent the dimensions and measures of your cube. As is the case with most thing, this is often easier said than done. The trick to effectively translating your data is to truly understand the underlying data. In most cases, it is necessary to have many people involved in designing the cubes that make up the multidimensional database.

Q. Can I analyze data that is calculated from my source data such as net profit?

A. Yes, OLAP Services supports calculated members. A calculated member is essentially a measure that does not have a value explicitly stored in the underlying fact table but whose value can be derived from other values that are explicitly stored in the fact table. Once you have defined a calculated member, it appears as any other measure within the cube and its source is invisible to the user.

This FAQ is taken from "Microsoft SQL Server 7.0 DBA Survival Guide" by SAMS.


Other 3 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this article(in the Beginner category)?
(The article with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
12/6/2001 9:46:34 PM:Marge Lewek
Is it recommended to install OLAP Services on it's own server?? If I use my OLTP as the source of my analysis, where does the transformed database get created? and how can I calculate how much space the transformed database will use?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this article has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular article, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | SQL Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.