dbTalk Databases Forums  

time dimension in ssas2000 vs ssas2005

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss time dimension in ssas2000 vs ssas2005 in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Marco
 
Posts: n/a

Default time dimension in ssas2000 vs ssas2005 - 09-04-2006 , 02:37 PM






Hi,

In ssas2000 you are able to make a dimension with hierarchies based on
a date field in the facttable: Year > Month > Date

In ssas2005 this feature/wizard is not available anymore.

What is the best way to have the same result?

I did migrate an existing ssas2000 olap cube to ssas2005 and see that
the problem is solved by adding calculated fields in the UDM views for
all hierachies.

Is this the best way ?

Regards, Marco
www.gmsbv.nl


Reply With Quote
  #2  
Old   
Jeje
 
Posts: n/a

Default Re: time dimension in ssas2000 vs ssas2005 - 09-04-2006 , 06:20 PM






AS2005 has a time generator system
you can create a dimension and the equivalent database table in some
clicks...

right click on "Dimansions" then "New Dimensions"
select "build dimension without data source" and you have a date template.


"Marco" <olap (AT) gmsbv (DOT) nl> wrote

Quote:
Hi,

In ssas2000 you are able to make a dimension with hierarchies based on
a date field in the facttable: Year > Month > Date

In ssas2005 this feature/wizard is not available anymore.

What is the best way to have the same result?

I did migrate an existing ssas2000 olap cube to ssas2005 and see that
the problem is solved by adding calculated fields in the UDM views for
all hierachies.

Is this the best way ?

Regards, Marco
www.gmsbv.nl




Reply With Quote
  #3  
Old   
Darren Gosbell
 
Posts: n/a

Default Re: time dimension in ssas2000 vs ssas2005 - 09-05-2006 , 06:21 AM



Probably the closest thing to the AS2k setup would be to use a "server
time dimension" http://msdn2.microsoft.com/en-us/library/ms174832.aspx

Although I generally tend to setup my own table for the time dimension.

Views over the fact table would "work", but SSAS would have to do
multiple "SELECT DISTINCT..." queries over the fact table in order to
build the time dimension which would not be very efficient.

--
Regards
Darren Gosbell - SQL Server MVP
Blog: http://www.geekswithblogs.net/darrengosbell

In article <1157398677.465102.87830 (AT) m79g2000cwm (DOT) googlegroups.com>,
olap (AT) gmsbv (DOT) nl says...
Quote:
Hi,

In ssas2000 you are able to make a dimension with hierarchies based on
a date field in the facttable: Year > Month > Date

In ssas2005 this feature/wizard is not available anymore.

What is the best way to have the same result?

I did migrate an existing ssas2000 olap cube to ssas2005 and see that
the problem is solved by adding calculated fields in the UDM views for
all hierachies.

Is this the best way ?

Regards, Marco
www.gmsbv.nl




Reply With Quote
  #4  
Old   
Akshai Mirchandani [MS]
 
Posts: n/a

Default Re: time dimension in ssas2000 vs ssas2005 - 09-05-2006 , 06:57 PM



Don't use views over the fact table -- they are slow and incomplete (if you
have no sales for a date in the fact table then that date wouldn't show up
in the time dimension). If necessary you can use the dimension wizard to
actually create a new time table (using the same information as the server
time dimension) and build the dimension from that...

Thanks,
Akshai
--
Try out the MSDN Forums for Analysis Services at:
http://forums.microsoft.com/MSDN/Sho...ID=83&SiteID=1

This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

"Darren Gosbell" <jam (AT) newsgroups (DOT) nospam> wrote

Quote:
Probably the closest thing to the AS2k setup would be to use a "server
time dimension" http://msdn2.microsoft.com/en-us/library/ms174832.aspx

Although I generally tend to setup my own table for the time dimension.

Views over the fact table would "work", but SSAS would have to do
multiple "SELECT DISTINCT..." queries over the fact table in order to
build the time dimension which would not be very efficient.

--
Regards
Darren Gosbell - SQL Server MVP
Blog: http://www.geekswithblogs.net/darrengosbell

In article <1157398677.465102.87830 (AT) m79g2000cwm (DOT) googlegroups.com>,
olap (AT) gmsbv (DOT) nl says...
Hi,

In ssas2000 you are able to make a dimension with hierarchies based on
a date field in the facttable: Year > Month > Date

In ssas2005 this feature/wizard is not available anymore.

What is the best way to have the same result?

I did migrate an existing ssas2000 olap cube to ssas2005 and see that
the problem is solved by adding calculated fields in the UDM views for
all hierachies.

Is this the best way ?

Regards, Marco
www.gmsbv.nl






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.