Tagged Questions

3
votes
4answers
138 views

Talk to data warehouse-style tables with ActiveRecord?

As my Rails app matures, it's becoming increasingly apparent that it has a strong data warehouse flavour, lacking only a facts table to make everything explicit. On top of that, I …
2
votes
3answers
82 views

MDX performance vs. T-SQL

I have a database containing tables with more than 600 million records and a set of stored procedures that make complex search operations on the database. The performance of the st …
2
votes
3answers
178 views

Oracle data warehouse design - fact table acting as a dimension?

THANKS: Both answers here are very helpful, but I could only pick one. I really appreciate the advice! our datawarehouse will be used more for workflow reports than traditional …
1
vote
3answers
60 views

How to improve performance of non-scalar aggregations on denormalized tables

Suppose we have a denormalized table with about 80 columns, and grows at the rate of ~10 million rows (about 5GB) per month. We currently have 3 1/2 years of data (~400M rows, ~20 …
1
vote
4answers
76 views

best way to statistically detect anomalies in data

Hi, our webapp collects huge amount of data about user actions, network business, database load, etc etc etc All data is stored in warehouses and we have quite a lot of interesti …
0
votes
3answers
101 views

database design suggestion needed

I need to design a table for daily sales of pharmaceutical products. There are hundreds of types of products available {Name, code}. Thousands of sales-persons are employed to se …
0
votes
0answers
30 views

Non-relational database modeling tool?

Hey guys, please recommend some tools you have used succesfully on DW, DataMart, BI an non-relational modeling. Example for automatic creation of snow-flake Schemas, dimensions and …
0
votes
1answer
56 views

Linked Measure Groups and Local Dimensions

Mulling over something I've been reading up on. According to Chris Webb, A linked measure group can only be used with dimensions from the same database as the source meas …
0
votes
2answers
80 views

What are the alternatives to SQL Server Analysis Services?

Are there any alternatives to SQL Server Analysis Services on the Windows x64 platform? I'm vaguely curious, because I haven't heard of any (though admittedly I haven't looked ver …
0
votes
2answers
168 views

In SQL Server CDC with SSIS, which data should be stored for windowing (LSN or Date)?

I have implemented delta detection while loading data warehouse from transaction systems using an identity column or date-time column in source transaction tables. When data needs …
0
votes
2answers
80 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
1answer
241 views

Programmatically add and connect Data Flow components in SSIS in C#

Hi. Is there a high quality sample code for Data Flow Components in SSIS? I specifically need the following: OLE DB Source Derive Column Transformation Flat File Destination. …
0
votes
4answers
307 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
3answers
36 views

Odd Update Behavior

In a part of my data warehousing stored procedures, i have a procedure that compares old project data to new project data (old data is in a table, new in temp table) and updates th …
0
votes
2answers
163 views

PDF Data source in Informatica

How does Informatica handle unstructured data sources like PDF. If a tabular report is stored as a PDF, can we read it out from PDF as a tabular data (like a data table in .net)?

1 2 next
15 30 50 per page