Archived Months
January 2003
March 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server data warehouse > march 2004

Filter by week: 1 2 3 4 5

Dimensional Model
Posted by athermian NO[at]SPAM yahoo.com at 3/31/2004 5:15:55 AM
I am in the process of designing a Booking, Billing and Backlog datamart. My backend is going to be SQL Server 2K. Data source is Baan ERP system. The transaction level I have to populate the datamart is at sales order line level. My problem is that the data model I have come up with is more...more >>


Problem with date dimension
Posted by Learner at 3/29/2004 6:40:30 PM
One of my tables contains the transaction dates. So based on this table I tried to create a Time dimension (using the first option - I think it's called single table or something in the Wizard of Analysis Manager).... I select everything else correctly and selected the Year, Quarter, Mont...more >>

Fact table design
Posted by shache at 3/29/2004 11:31:07 AM
I am creating the data model for an insurance related datawarehouse, I have 3 types of Claims that we want to report on health, dental and drug. Some of the data the user needs will be in all 3 but others will be in only one or two of the fact tables My question is should these 3 types of claims...more >>

Analysis Services upgrade to Enterprise Edition
Posted by Wade Gaubert at 3/29/2004 7:23:14 AM
I was running SQL 2000 Standard with the Analysis Services repository in a SQL database. I upgraded SQL to Enterprise. When a user tried to create a partitioned cube he got: user-defined partitions are available only if you install Analysis Services SQL Server 2000 Enterprise Edition ...more >>

Can a single table be used for cube?
Posted by Learner at 3/26/2004 8:13:42 PM
Hi, Maybe a silly question since I am new to SW/OLAP/etc. etc. I was wondering that if I have a single table having all the things that can be used as 'measures' PLUS all the possible information about dimensions in the same table. Basically this would end up with a highly un-normalized...more >>

Cube throws an error while browsing
Posted by Lakshman at 3/26/2004 11:36:58 AM
Hi, One of cubes when browsed through proclarity showed nothing. To debug the same, I browsed through analysis services and the values were "#ERR". There was no change to the structure of the cube. The cube processing log shows that the cube was refreshed successfully. I then ...more >>

Unable to browse dimension data - Unspecified Error
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 3/26/2004 6:58:04 AM
I installed SQL Server and MS Analysis Svcs on my PC but I have a problem while trying to browse data. Can somebody tell me if I have did something wrong??? ...more >>

importing data
Posted by rejurajeev at 3/25/2004 3:28:18 AM
how to import data into sqlserver2000 from oracle 7.please give me a solution...more >>



Total number of Columns or Column size on SQL 2000?
Posted by Dchat at 3/24/2004 8:35:40 AM
Does anyone know the Total number of Columns or Column size on SQL 2000?...more >>

What is a data mart?
Posted by Learner at 3/23/2004 5:22:19 PM
Hi, Definitely a silly question for the experts here :) What exactly is a Data Mart? Is it more like a fact table and the associated dimension tables or is it the same thing as a cube or??? I'll appreciate your guidance and if you can also recommend a couple of URLs from where I can UNDE...more >>

parallel processing hangs with CXPACKET wait type
Posted by slirwin NO[at]SPAM bigfoot.com at 3/23/2004 2:25:26 PM
I am doing performance tuning on a data warehouse load process that executes a series of stored procedures to migrate data from one database to another. The processing is an elephant that takes 4 days, and I am currently focusing on indexing. I have a procedure within this load process that is...more >>

Dimension Creation Problem
Posted by Jason Fischer at 3/22/2004 10:56:08 AM
I am currently developing data warehouse design documentation for our company as our first step in creating a data warehouse. During the design I ran into an issue: Our users want to answer this question: "What are our Export sales? Now that is a tricky question and I'll explain why...Export s...more >>

Automate Cube Processing
Posted by Imran at 3/21/2004 9:16:08 PM
Hello, Can some one tell me how i could automatically refresh the cube when the DW is updated, I know its possible through DTS, can someone refer me to a site which gives step by step details on how i could accompalish this? Regards Imran...more >>

Basic Question on SQL SELECT Performance
Posted by Joseph Geretz at 3/21/2004 3:10:10 PM
Hi, I hope this is an appropriate group to ask a question about basic SQL SELECT performance. I'm creating a VIEW which draws together two tables; T_ONE and T_MANY. Basically, the VIEW creates a LEFT JOIN from T_ONE to T_MANY so that the Ad Hoc SQL submitted from the software is simply a SELE...more >>

Cube Refresh
Posted by Imran at 3/19/2004 1:27:15 AM
Hi, I hope someone can clarify this to me. I have DW Database which is the for a OLAP Database I created in AS. I have created cube with the necessary fact tables and the dimensions. my question is whenever the Data in the DW is updated, do u need to manually refresh the cubes so th...more >>

microsoft reporting services
Posted by btbajirao NO[at]SPAM yahoo.com at 3/18/2004 7:30:14 AM
Hi, In Microsoft Abalysis Manager one can browse the cube data by right clicking the cube and drag and drop columns to view data. Can the same be achieved with reporting services. Thanks in advance Bajirao...more >>

Can I create OLAP Cubes without a staging area?
Posted by ajayz90 NO[at]SPAM hotmail.com at 3/17/2004 5:56:07 AM
I have de normalised tables in the source for use in a star schema.However the grain of the facts that I may need are different from that in the source also the source database has got denormalised database which has data according to the three diferent companies where the data is generated.... ...more >>

Backups
Posted by spt at 3/17/2004 3:58:29 AM
How do you backup a SQL database so the logs are commited to the database file? Will a backup using Veritas Backup Exec do it for us or do I need to use SQL to backup the product? Thanks, Scott...more >>

reorg PK clustered index in VLDB
Posted by didi at 3/16/2004 1:20:03 AM
My data warehouse is now 4 years old and the size is about 600 GB od data. We had only data insert no update in this duration. PKs are all clustered indexes and in chronological order. Some of tables are as large as 100 GB. I wanted to check if the PKs are in good figure and ran DBCC show...more >>

Trying again: Introduction to warehousing?
Posted by Ian Boyd at 3/15/2004 8:46:40 PM
i asked a year ago, but didn't get any real answer. i would like links to an introduction to warehousing. It sounds like a useful and interesting idea - but it's like pulling teeth to get an explanation of what it is. This means, you can't use terms like "warehouse", "dimension", "cardina...more >>

What type of patters can i extract from a students dataset
Posted by smen at 3/15/2004 5:16:10 PM
Dear all, I’m a student whose doing extensive research on data warehousing and data mining. With me, is a full dataset of students’ record from a local university. Information’s which is in the dataset consists of students subjects, grades, personal information, library information, to hoste...more >>

performance slow down at a regurlar basis...
Posted by Jéjé at 3/15/2004 1:33:06 PM
Hi, I've a strange behavior on my server. The response time is good after a reboot of the computer, but, after a long work on it (half day or a day) The performance slow down, so I reboot the server to recover my performance. Why? How to diagnostic this problem? Thanks. Jerome. ...more >>

Seeing MDX Generated From Pivot Table
Posted by brian p at 3/15/2004 7:11:06 AM
Hi! I want to write some MDX queries that pull the same data I'm retriving into an excel pivot table that is hitting my cube. Up front, I'm pretty sure this is not doable, but need to ask anyway. I want some way of hooking into the MSOLAP provider to see the MDX that's generated and sent to ana...more >>

confused!!....cube or data mart?
Posted by jrock at 3/14/2004 10:41:05 PM
hi ppl... i'm a final year student in information systems and a new comer in the field of data mining. i'm developing the application using VB 6.0 for the front end and i'm using SQL server 2000 : Analysis services for the back end. taking customer transactions, my aim is to predict customer buying...more >>

Problem with Replication
Posted by Atley at 3/13/2004 4:33:34 PM
I keep getting an error when I try to set up a merge replication... Cannot insert duplicate key row in object 'TRDFIL' with unique index 'ITRDFIL0'. (Source: CMTSQL2 (Data source); Error number: 2601) I can't seem to figure out how to prevent this from happening, any ideas on what is not co...more >>

SQL Server Community Survey
Posted by MS SQL Survey Admin at 3/12/2004 12:31:12 PM
This very important online survey will give you the opportunity to provide feedback on the availability of SQL Server information and peer support in the SQL Server communities. This will help Microsoft and its community partners to better understand customer needs and how to improve your experienc...more >>

SP/FN help with Strings
Posted by Tom at 3/11/2004 6:10:19 AM
Hi all SQL gurus, I know I am with some real expert brains now! I am here seeking some help... I have a log table with one of its columns holding multiple values with a comma deilimiter. The data looks like LOG_TEXT --------------- MS WinNT5.0 (Professional),Check Point FW-1,73,Networ...more >>

limit years from cube?
Posted by JJ at 3/9/2004 3:22:31 PM
I have 10 years in my time dimension but I only want to display 5 of those years in certain cube. How would I limit the number of years from a dimension? ...more >>

Web sites to get Currency rates for OLAP cubes exchange rates computation
Posted by simonlenn NO[at]SPAM yahoo.com at 3/9/2004 4:01:16 AM
Can you please let me know which is the best site to get the Currency exchange rates from. Can DTS automatically download currency exchange rates from any of these sites into the data warehouse. Thanks Simon...more >>

Newbee Table question
Posted by Ian Pendlebury at 3/9/2004 2:28:14 AM
I am an MS Access developer who is writing his first SQL Server app. In MsAccess we have the AutoNumber data type to give records a unique sequential value. There doesn't appear to be an equivalent type in SQL Server. I am adding records from a ASP.Net web page. What would be the conve...more >>

Analysis Services and Reporting Services
Posted by imarchenko at 3/8/2004 5:49:43 PM
Hello ! I am currently evaluating ability of Reporting Services (RS) to work with output of MDX queries. RS looks very appealing when working with relational output. But working with multidimensional output is somewhat cumbersome. I haven't found any examples so f...more >>

HELP!! Can't display calculated member in Excel PivotTable
Posted by xhuey at 3/8/2004 2:06:08 AM
I have created a few calculated members under one dimension (meaning the parent dimension is not Measures, but other dimensions). It can be showed in the Analysis Manager, but cannot be displayed in MS Excel PivotTable (MS Office 2k, xp, even 2003). Is there any solution to display the calculated me...more >>

SQL Statement Problem
Posted by Atley at 3/5/2004 2:26:06 PM
Sorry for the wide posting, but i really need some help and I posted somethind a few hours ago and have heard nothing, so i thought that I would try reacing more developers... I am trying to get a date range from the first of whatever month is previous to the current one to exactly one year pr...more >>

Discussion: How to determine a Fact Table algorithmically
Posted by Girish at 3/3/2004 4:35:37 PM
I dont know the difference between OLAP and the datawarehouse newsgroups, and i really dont know how many ppl frequent both the groups together - but Im posting this topic here in hopes that it may start a discussion. I apologies for any inconvenience. Thks. =) ------------------------------...more >>

Dimensions and Fact tables
Posted by Stephen at 3/3/2004 2:19:28 PM
If you have two fact tables that share a dimension is it better to duplicate the dimension by adding a copy of it to the warehouse or should you share the single dimension between the fact tables? ...more >>

Modelling Time Span with OLAP tools
Posted by Break It at 3/3/2004 4:01:06 AM
This is more of a design question. I am trying to create a fact table for time spans. For example an order might go through the following status of Created, In-Progress, Delivered. The time span between any 2 states could range from minutes to days to months. I want to be able to see the current sta...more >>

64-bit performance vs 32-bit performance
Posted by greedo at 3/2/2004 6:10:48 PM
Hi Does anybody know of any official documents comparing 64-bit SQL Server performance against 32-bit on a similar hardware platform? Apologies for any cross posting that may have occurred only I need answer ASAP. Ideally I need OLAP & OLTP benchmarks. Regards. ...more >>

Is it possible?
Posted by Calvin Lai at 3/2/2004 12:51:15 PM
Hi all, Say I have a table w/ a IDENTITY field as PK. Is it possible to change the IDENTITY SEED of that filed programmatically thru SQL script or any other method? Thanks for any input. Calvin ...more >>

Clarifications on DW
Posted by Imran at 3/1/2004 6:54:54 PM
Hi, hope someone could help me out with these issues I have. (1)when u do an extraction from the source database table to the destination database table using DTS, does dts copy only the data that is not available in the destination table or does it Reload the entire sets of rows in ...more >>


DevelopmentNow Blog