all groups > sql server data warehouse > january 2006
How can I do dateadd(month, -1, <date here>) in MDX
Posted by K. Brooks at 1/31/2006 5:06:44 PM
I have a report date dimension, that is one level with no "ALL" level. One
you open the cube, it defaults to the most recent report date. For some new
calculations, I would like to build some calc mems that will get some data
one month past as well. So if I am looking at my current actives,... more >>
What is a template string in the context of MembersWithDataCaption
Posted by Marc Mertens at 1/31/2006 3:19:44 PM
Hello,
I'm learning to use SSAS and tries to play with DataMembers in
parent child dimensions. I see the effect of NonLeafDataHidden/Visible,
but specifying a string for MembersWithDataCaption does not seem to has
any effect. The documentation says that the value of this Attribute
Pro... more >>
DTS migration to Oracle
Posted by Filipe Ganhão at 1/27/2006 12:00:00 AM
Hi!
Do you know any tool ou method to help the migration of an entire DW
repository in SQL Server 2000 to Oracle? And I mean the Dtata Transformation
Services too... I think it is veru difficult to migrate DTS to DML in
Oracle, but who knows there is some tool that transforms DTSs into PL/S... more >>
sql Insertion Speed
Posted by speedwave at 1/27/2006 12:00:00 AM
I have tens of thosands of records needed to be insert to SQLserver on each
query.
My experience is that each 10 thansands records needs 7 sec.
Is there any method to increase the speed?
(I am writing ASP.NET + SQLserver application)
... more >>
Zero Values
Posted by thecoolguy NO[at]SPAM gmail.com at 1/26/2006 1:33:03 PM
I am building a fact table containing 6 measures. For about 90% of the
rows, 3-4 measures will be zero. What is the best data type to use for
the measures?
... more >>
Ad-Hoc Reporting on DW with many Slowly Changing Type 2 Dimensions
Posted by Bruce at 1/26/2006 7:09:09 AM
A requirement of our DW project is that we store Dimensional changes,
and it appears the SCD Type 2 method sounds best for that.... But say
you have 30+ Dimension tables, all SCD T2. Another requirement is the
users can do Ad-Hoc reporting, where they could potentially join many
of those Dimens... more >>
MDX Filtering help!!
Posted by Luis.Andrei.Cobo at 1/23/2006 7:08:21 AM
Heres my scenario:
I have a dimension which has levels. For example, I have this:
7ZZZZ
70ZZZ
71ZZZ
72ZZZ
73ZZZ
And I need to make a calculated cell which will zero out all the
decendants of 7ZZZZ EXCEPT for 73ZZZ, using the calculated cell
builder. There doesn't seem to be,... more >>
topic on lookup transformation
Posted by srinivas at 1/23/2006 12:06:10 AM
hi,
this is srinu.
my questions r 1) what is lookup transformation and in which situation
we use ?
2) what is difference between static and
dynamic?
i am awating for your earlier rely.
bye,
srinu
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ow to simplify what i'm doing (AS the solution?)
Posted by rsphere NO[at]SPAM gmail.com at 1/21/2006 7:27:15 AM
i need to do create reports that perform queries where the results are
percentages of total count divided by counts based on different
subquery where values.
a la ...
select 100 * (totalCount/ (select count where columnA value is x) as
partialCount1) as perc1,
100 * (totalCount/ (select co... more >>
Comparing datetime fields results in slow query performance
Posted by chairleg NO[at]SPAM gmail.com at 1/18/2006 1:40:49 AM
Hi,
I am currently deduping a data warehouse containing around 3 million
records. Most of my dedupe scripts run in 3 or 4 minutes but the
scripts which compare datetime fields take up to 3 hours. I have a
non-clustered index on the date column. Can anybody offer any advice on
how I might impr... more >>
Having trouble sorting numerical data from SQL analysis cube
Posted by Andy S. at 1/16/2006 6:08:05 PM
I've built a cube with a numerical dimension in SQL 2000 analysis
services. When I add that dimension as a column, it sorts as follows
1
10
100
2
20
instead of
1
2
10
20
100
I've tried doing a sort in Excel 2003 and 2000, even setting the type as
Number. In Analysis servi... more >>
Which Model? Relational Or Multidimentional Model?
Posted by Maryam Arshi via SQLMonster.com at 1/14/2006 11:15:36 AM
Hi, i Studied Both Relational and Multidimentional model for Data Warehousing,
but i don't know which is the best to do? can u Please Guide me?
Thx
--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-data-warehouse/200601/1... more >>
USERS
Posted by Kalyan at 1/13/2006 1:15:03 PM
Is there anyway to find how many users connected to cube
thanks
Kalyan
... more >>
Solve Order for Calculated Members
Posted by Wayan Pitt at 1/11/2006 4:49:47 PM
Dear All,
Hope anyone can give me ideas on how to solve this problem.
I have a cube with some calculated measures. The application that access
this cube uses query-scope calculated member, for example to get the the
cancer incidence rate per 100,000 in 3 counties, the query would be:
WITH M... more >>
Granularity Manager
Posted by Maryam Arshi via SQLMonster.com at 1/10/2006 11:21:55 AM
ANy body can Introduce me a White Paper about Granularity Manager, or A tool
for this Purpose?
--
Message posted via http://www.sqlmonster.com... more >>
Optimizer not using Indexed View
Posted by Atholl at 1/10/2006 5:00:03 AM
Hi All
We are having problem on indexed views when we try to join to more than one
table that is not part of the original indexed view in a query. Has anybody
seen a similar problem?
Thanks
Atholl
See SQL examples below:
--New Indexed View - fact table grouped by three columns, no j... more >>
Cube processing but not showing data
Posted by Brian Madden at 1/9/2006 6:28:51 AM
Hi all,
SQL 2005 SP3, AS 2000
I have a cube that is processing but is not showing any data when I browse
the data. The fact and dimension tables have data and there are no null measures
or fields in any of the tables involved. It will process without any problems.
Has anyone come across th... more >>
MDX queries
Posted by maxzsim via SQLMonster.com at 1/9/2006 6:11:45 AM
Hi ,
I am planning to do datawarehousing and develop some cubes but i am not too
sure of how to use MDX queries .
Where can i get help on MDX queries ?
appreciate ur advise
tks & rdgs
--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-da... more >>
Locking while updating
Posted by niel at 1/5/2006 4:58:54 PM
We are currently using VB to create order numbers. Each user requests an
order number as and when required. The problem is that the next in the
sequence seems to be allocated on the odd occasion to more than one user.
This being due to the requests coming at almost the same time but not as yet... more >>
Should I use a composite Primary Key
Posted by mkobaly at 1/5/2006 11:52:03 AM
Currently we have 5 systems that I am copying data from into my
datawarehouse. The table structures are all identical in that each system has
a primary key on uniqueID (int, identity) When replicating the data into my
datawarehouse I am attaching a systemID (int) that uniquely identifies where... more >>
DBMS For Datawarehousing
Posted by Maryam Arshi via SQLMonster.com at 1/4/2006 7:09:26 AM
Hi, which DMBS Do u Prefer For a DW?
--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-data-warehouse/200601/1... more >>
database for datawarehouse
Posted by marta at 1/2/2006 6:29:48 AM
Hi,
I'm doing a course in datawarehousing. I need some dataset to make a
project. Does anyone know where in net can I find datasets appropriate
to create datawarehouse?
Thanks all
... more >>
|