Tagged Questions
4
votes
1answer
1k views
ETL: extracting from 200 tables - SSIS data flow or custom T-SQL?
Based on my analysis, a complete dimensional model for our data warehouse will require extraction from over 200 source tables. Some of these tables will be extracted as part of an incremental load and ...
0
votes
2answers
115 views
SQL Server 2005 replication for a data warehouse
We are trying to implement some kind of Data Warehouse at my current employer.
Most of our data is in a SQL Server 2005, but we might also integrate some Access databases and some databases in a SQL ...
1
vote
1answer
806 views
How to move data from Primary Data File to other data file without destroying replication
I have one Database which is replicated using transactional replication. Now, I want do spare some data of that database to another partition, because my server running out of disk space.
I was ...
3
votes
2answers
385 views
Combining retail sales and payment OLAP cubes
I'm using SQL Server 2005 Standard Edition Analysis Services (SSAS). I'm trying to build cubes from a retail OLTP database that can answer these kinds of questions:
List down all products that were ...