![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| SQL Server 2005 Books Online |
#3
| |||
| |||
|
|
If you're using AS 2005, a Server Time Dimension can be created, without a separate time table: http://msdn2.microsoft.com/en-us/library/ms174832.aspx SQL Server 2005 Books Online Defining a Server Time Dimension A time dimension in Microsoft SQL Server 2005 Analysis Services (SSAS) can be based either on a table in a data source view or on a date range. A time dimension that is based on a table is really no different from any other standard dimension. Its attributes are bound to columns of a dimension table just like any other standard dimension. In contrast, a range-based time dimension is typically used when there is no separate time table to define time periods. Attributes of a range-based time dimension have time-attribute bindings, which define the attributes according to specified time periods such as Years, Months, Weeks, or Days. Because the data for a range-based time dimension is created and stored on the server instead of coming from any table in the data source, a range-based time dimension is called a server time dimension. ... - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
#4
| |||
| |||
|
| microsoft.public.sqlserver.datawarehouse > Date/Time Dimension Table |
![]() |
| Thread Tools | |
| Display Modes | |
| |