0
votes
2answers
20 views
Question on storing an xml document in a text document within a publish / subscribe architecture
I was having a discussion at work today with some colleagues who are a ways down the path of architecting a new application. Other applications in the company will want to react t …
0
votes
2answers
25 views
User-defined ranking / analytic functions in SQL Server 2008
I'm planning a data warehouse migration to SQL Server 2008, and trying to think of ways to replicate the LAG, LEAD, FIRST_VALUE and LAST_VALUE analytic functions from Oracle in SQL …
1
vote
1answer
48 views
Datawarehouse duplicate dimension rows
We're starting to load up a datawarehouse with data from event logs. We have a normal star schema where a row in the fact table represents one event. Our dimension tables are a t …
0
votes
2answers
12 views
SSAS - Custom Total
I'm trying to create a cube where the total is taken from an attribute on the fact and not calculated as an aggregate of the children in SSAS 2005. For example
Assume I have 10 s …
2
votes
6answers
223 views
Free data warehousing systems--specifically, for data storage
I am building out some reporting stuff for our website (a decent sized site that gets several million pageviews a day), and am wondering if there are any good free/open source data …
0
votes
1answer
115 views
Where can I find a real dataset anywhere online that I could try doing a data warehouse cube with?
I am studying data warehouses and I have to do one final project for my studies.
I am thinking about doing a cube for a data warehouse. Where can I find a real dataset anywhere on …
1
vote
1answer
75 views
Fact Constellation Schema
Hi All,
I made a fact constellation schema with 2 fact tables and 16 dimension tables with 4 common dimension tables. One of the dimension table needs to be normalized because dat …
0
votes
0answers
27 views
Tool To Read SQL query and aggregate data relationships & fields.
I'm looking for a tool that can read multiple SQL queries and aggregate the data dependencies an relationships.
For example if I have 20 queries that start with "Select * from e …
0
votes
4answers
77 views
Business Intelligence [closed]
How to Develop skills in Microsoft Business Intelligence and become Architect?
where to start? Any example for good books,tips,video's,websites..etc.,
0
votes
4answers
301 views
Structure within staging area of data warehouse
Hi.
We are working on a datawarehouse for a bank and have pretty much followed the standard Kimball model of staging tables, a star schema and an ETL to pull the data through the …
0
votes
4answers
81 views
How to handle a fact table with more than 16 keys in ms sql server
I have a fact table that has 17 keys. Normally I have been designating the primary key as all of my dimensional keys. MS SQL server 2008 has a limitation of 16 columns in a prima …
0
votes
2answers
78 views
Data warehouse reporting questions
Hi all.
I've just begun diving into data warehousing and I have one question that I just can't seem to figure out.
I have a business which has ten stores, each with a certain empl …
0
votes
3answers
133 views
Help with database schema for 50+GB DB
Hi all,
I have a task to store large amount of gps data and some extra info in database and to access it for reporting and some other non frequent tasks.
When I recieve a mess …
3
votes
3answers
862 views
Typical Kimball Star-schema Data Warehouse - Model Views Feasible? and How to Code Gen
I have a data warehouse containing typical star schemas, and a whole bunch of code which does stuff like this (obviously a lot bigger, but this is illustrative):
SELECT cdim.x
…
0
votes
5answers
66 views
Matching only one specific row in a JOIN where many exist
(Advantage Database Server) I have a table of service providers that, for auditing purposes, are never deleted. They have a start date and end date; in the case of changes like nam …
