| Thread | Last Post | Replies |
|
| Creating a database with link | 30 Mar 2006 16:36 GMT | 2 |
I am trying to figure out the best way to design a database that links to external information like freedb.org and amazon, ect. I have created the tables of the information I am looking for, but am wondering if I have to create a table to link to those places to import the ...
|
| Storing attendace - design question | 17 Mar 2006 08:02 GMT | 2 |
I'm new to database design and I have a design question that I hope I can get some ffedback on. I want to setup a table structure to accomplish the following scenario: The goal is to create a tracking system for tracking attendance in meetings
|
| Best practices for reporting: Replicated servers + data warehouse server?? | 15 Mar 2006 15:57 GMT | 9 |
Good afternoon, Lately there has been discussion of what the best practice would be for enterprise reporting needs. Specifically, we currently have online OLTP servers for our business apps, as well as a data warehouse server.
|
| Problems loading data from Oracle | 15 Mar 2006 14:56 GMT | 1 |
I'm having a bad time with Oracle and Analysis Services 2005. We are migrating a Cube from AS2000 wich uses Oracle as Data Source. The installation is clean. The machine haves only SQL Server 2005 installed, with instances for Database Engine and Analysis Services, and client ...
|
| Need an expert advice | 13 Mar 2006 10:44 GMT | 3 |
we have a legacy database on a UNIX box for our production system (OLTP). This is the only database used for both OLTP and custom reporting. The database is now hugh and reporting is very limited as well as slow processing. When certain reports are run the users have latency in ...
|
| Calculated Member | 11 Mar 2006 12:40 GMT | 1 |
I am using AS 2000 and would like to create a calculated member that shows a calculated value back to a particular month regardless of year. Here is an example. I am looking at data for the month of July, 2005 and I want my calculated
|
| error migrating olap db from analysis server (SQL Server 2000) | 11 Mar 2006 12:35 GMT | 1 |
Hi there, I try to migrate olap db to Analysis Services 2005, and error shows : Error Messages 6164 Errors in the OLAP storage engine: The attribute key cannot be found: Table: dbo_Dim_Proper, Column: Kode_x0020_Proper, Value: 1632001. Errors in
|
| general question about handling times and calendars | 11 Mar 2006 12:28 GMT | 1 |
Looking for some suggestions to implement time and calendar data within a DWH. I've done a fair bit of investigating best practices for implementing time as a dimension within a DWH, but none of them talk about breaking time down
|
| using Max on analysis manager | 09 Mar 2006 00:08 GMT | 3 |
I would like to use the max function on cacluated Member. IS there way to do this?
|
| Foreign Keys in Fact Table - performance help | 08 Mar 2006 20:04 GMT | 3 |
We are still fairly new to data-warehousing. We have a fact table that has a fk to the dimension table... and the lookup translation is too SLOW... We are currently using t-sql and stored procedures for our ETL work. We open a cursor to read the source (stage table) and do basic ...
|
| DTS Network Traffic | 06 Mar 2006 18:00 GMT | 2 |
Hi, I am trying to confirm a hypothesis on the Network traffic that a certain DTS will generate, my environment is configured as follows: Server A: SQL Server Instance to act as source
|
| Data Sliles or Filter or seperate Fact Tables for ourCube Partitio | 04 Mar 2006 01:04 GMT | 1 |
we have cubes partitioned on the time dimension. The majority of data that comes in if for the last 4 days or so. The new data is loaded into a seperate fact table, and loaded into a partition. This partition is then merged into the current month partition.
|
| Whats in a cube? | 03 Mar 2006 23:26 GMT | 1 |
I know that I define what makes up a cube. I know that I point Analysis Services to a data source. But when I create a cube, is it actually making a copy of that data source defined by my dimensions and measures? Or is it just creating meta data with my definitions?
|
| Suggestion for Handling Very Large Tables (SQL 2000) | 02 Mar 2006 20:53 GMT | 7 |
I just learned today that a project I'm working on has a couple of very large tables that need, somehow, to be optimized for searching. One table has roughly 7 million rows, and another, its relative, has over 16 million. At present, client applications only insert into these ...
|
| Syntax help. | 01 Mar 2006 10:55 GMT | 1 |
Im a total newbie to Analysis Services and MDX, so please bear with me. This code works: IIF(Ancestor([Product].CurrentMember,[Product].[Category]).Name = "Bread","Bring","Don't Bring")
|