Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
13answers
4k views

What do you use as a good alternative to Team System?

I would like to gauge what solutions other people put in place to get Team System functionality. We all know that Team System can be pricey for some of us. I know they offer a small team edition ...
17
votes
6answers
2k views

Is there somewhere I can search for available webservices?

I'm wondering if there is a website that collects (and hopefully updates) information on available web services. Edit: Thanks for all the info; many good answers. I can only accept 1 as the ...
5
votes
3answers
6k views

Where I can download sample database which can be used as data warehouse?

Where I can download sample database which can be used for data warehouse creation? It should't be sample from Microsoft (Northwind etc.). Thanks in advance EDIT: Sorry for not clarifying my ...
3
votes
3answers
323 views

Storing and reloading large multidimensional data sets in Python

I'm going to be running a large number of simulations producing a large amount of data that needs to be stored and accessed again later. Output data from my simulation program is written to text files ...
2
votes
6answers
326 views

difference between rm and mp3 formats

rm files are comparitively much smaller in size. how do they compare quality-wise? for a songs warehouse application, is it advisable to convert all mp3 to rm before archiving to save storage space?
2
votes
7answers
458 views

Data Warehouse - business hours

I'm working on a Data Warehouse which, in the end, will require me to create reports based on business hours. Currently, my time dimension is granular to the hour. I'm wondering if I should be ...
1
vote
1answer
119 views

Data mart vs cubes

I've got confused with warehousing process... I'm in a process of building a data mart but the part I don't really understand is related to cubes. I've read some tutorials about SSAS but I don't see ...
1
vote
1answer
43 views

Warehouse - one dimension for multiple dates?

This is example of simple warehouse: http://en.wikipedia.org/wiki/File:Snowflake-schema-example.png If in Fact_Sales there is still Date2_ID, Date3_ID would these two dates be related with the same ...
1
vote
2answers
55 views

Warehouse: Store (and count) non-fact records?

How to store records that don't contain any fact? For example, let's say that a shop wants to count how many people have entered inside a store (and that they take info on every person that goes ...
1
vote
2answers
74 views

DateTime as part of PK in FACT Table for warehouses

Ok so I know generally its not good idea to have a DateTime column as your PK, however for my situation I believe it makes more sense than having a suggogate key in the Fact Table. The reasons are... ...
1
vote
1answer
313 views

OWB mapping hangs or takes too long - possible lock?problem with indexes or fks?

I'm new to Oracle Warehouse Builder 11gR2, but already not loving it! I'm using it in a VM with 2GB RAM and on XP 32bits. I have 9 mappings from flat files to target, from source relational BD to ...
1
vote
1answer
231 views

TFS 2010 warehouse job never leaves the running state

I am at my wit's end here after spending most of this week tearing my hair out and swearing at TFS so I hope someone can help :) We have recently migrated to TFS 2010 using the MSF For Agile process ...
0
votes
0answers
40 views

Data collection terminal (scanner with laser) with Android platform

Is there a device similar to PA600 but with Android platform instead of Windows Mobile? I know you could "scan" the barcode with a camera on your android smart phone but that seems a bit more slow ...
0
votes
1answer
51 views

Too many key combinations - It has to re-hash the data

We are building a warehouse using SSIS. I am doing an aggregation and I received the following message The Aggregate transformation has encountered 2000037 key combinations. It has to re-hash data ...
0
votes
1answer
16 views

Warehouse - snowflaking

Sales_fact: Product_ID (FK) Price Dim_Product: Product_ID Product_Key Description Problem I am facing with is what to do in case when I have products which can be in multiple categories. Should I ...
0
votes
0answers
43 views

Using index or hashcode in slow changing dimension

I have a dimension on a warehouse hosted on mysql server with 4 text columns with 1200 bytes of length (100 bytes each one encoded in utf-8), this size is bigger than maximum alowed by mysql ...
0
votes
0answers
47 views

Does anyone know how to properly install Warehouseapp in a Webfaction share?

Warehouseapp or Warehouse SVN is an SVN repository management developed in RoR. https://github.com/entp/warehouse But I can't seem to be able to find any good tutorials on how to install this ...
0
votes
1answer
103 views

Kettle Combination lookup step with dynamic key fields (Dimension field / Field in stream)

Pentaho Kettle I need to dynamically set "Dimension field" and "Field in stream" fields in Combination lookup step of a transformation by using environment variables, it should be something like ...
0
votes
0answers
212 views

TFS - Cannot process Full Analysis Database Sync

It seems I can't sync the analysis database with the warehouse. I'm getting error TF255040 - Install SQL Reporting Services or at a minimum SQL Client Connectivity Tools on the Application Tier to ...
0
votes
1answer
201 views

Data modelling tools for Mac?

Can someone recommend me some data modelling, data warehouse tool for Mac?
0
votes
1answer
202 views

Can 2 Cubes in a Data Warehouse be directly compared against each other?

Is there a way to compare all information (aggregates, down to the detail level) between two OLAP cubes? For example, say I wanted to compare one cube created to work with sql server 2000 to that same ...
0
votes
2answers
322 views

Large scale ETL string lookups performance issues

I have an ETL process performance problem. I have a table with 4+ billion rows in it. Structure is: id bigint identity(1,1) raw_url varchar(2000) not null md5hash char(32) not null ...
-1
votes
1answer
193 views

Warehouse system

I work for an ecommerce company, and we're gearing up to make some updates to our warehouse system. During a meeting we were asked if there are any viable solutions available that could be integrated ...
-1
votes
1answer
164 views

How to decide which BI tool is suitable in a particular scenario, SSAS or OBIEE?

For a large Data Base which one is better in performance. which one will give data very fast on MDX query execution.
-2
votes
1answer
61 views

access barcode scanners output? [closed]

I need to use a wireless barcode scanner to scan a barcode and send the data to the application located on a computer and then the computer processes the data given. but I don't know how should I ...