As you may know, there have been major changes made between AS 2000 and
AS 2005, including in the front-end developer interface. So starting
with a knowledge of AS 2000 can be a mized blessing, since you can't
assume that there is a direct equivalent to each feature in Analysis
Manager. There will be some learning curve, but the AS 2005 tutorials
should walk you through the new features
If you don't wish to use your own time dimension table, how about the
server time dimension option:
http://msdn2.microsoft.com/en-us/lib...S,SQL.90).aspx
Quote:
|
Creating a 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.
...
As far as filters on cube schema source tables, a Data Source View lets
you substitute Named Queries for tables, allowing appropriate filtering
to be incorporated:
http://msdn2.microsoft.com/en-us/lib...S,SQL.90).aspx
Quote:
|
Creating Named Queries in a Data Source View (SSAS)
|
You can use the Create Named Query dialog box in Data Source View
Designer to add a named query to a data source view. A named query is a
SQL expression represented as a table.
In a named query, you can specify an SQL expression to select rows and
columns returned from one or more tables in one or more data sources. A
named query is like any other table in a data source view with rows and
relationships, except that the named query is based on an expression.
The expression appears and behaves as a table in the data source view.
When you create a named query, you specify a name, the SQL query
returning the columns and data for the table, and optionally, a
description of the named query. The SQL expression can refer to other
tables in the data source view.
...
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com ***