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 > june 2004

How to find Rank(return Top 3 Country)
Posted by K.Senthil Kumar at 6/29/2004 8:39:01 PM
Hi All, These are the records I've in my table. I need to return top 3 countries (rank) by Sales. Record Date Country Sales 1 01.01.04 AU 80% 2 01.01.04 IN ...more >>


Dimension Editor - Order By property
Posted by Imrahn Gamildien at 6/29/2004 10:59:36 AM
Hello I have the "Order By" property set to "Name". By default this is in ascending order. But I need to sort in descending order. How can I change this? Thanks Imrahn ...more >>

Data warehouse data refresh/update
Posted by Ben at 6/28/2004 2:43:01 AM
Hello, Im a member of a team planning a data warehousing project. We have multiple data sources which are aggregated in a staging area. This is then denormalised and imported into the datawarehouse database. I am looking at ideas for incremental data refresh, rather than a drop and re-import o...more >>

storing images in the table
Posted by pramod at 6/23/2004 4:53:23 AM
Can anyone put some light on the various ways of storing large numbers of a imges into a huge relational database table. I would be thankfull if i could know the most effective way of doing it without slowing down the server as well as its resources....more >>

Indexes..
Posted by Ralph Krausse at 6/22/2004 1:50:11 PM
I have a database with 1 table and 4 fields. No relational link with anything or other databases. I add about 20 records per second and periodically query for information. My question, should I create an index for this table? If so why? If so why? I thought a index would make sense if it was rel...more >>

OLAP, MDX, and Crystal Reports
Posted by Maria at 6/22/2004 2:48:39 AM
Hello all I'm new to all the technologies above and so really need some help as I am solely in charge of building a Warehouse solution that uses all of the above!! I have created a cube in OLAP that based on Usage statistics of our website; so each UserName is assigned to a CompanyID, ...more >>

Scorecard accelerator. How the score value is calculated?
Posted by Jéjé at 6/21/2004 4:11:58 PM
Hi, I want to know what is the rule behind the score calculated value in the scorecard accelerator application. I've a satisfaction value (which is a %) of 80%; my target is 85% Score = 75%???? any idea? thanks, Jerome. ...more >>

Yukon Analysis Services Dimension Member Limit
Posted by Michael Schmidt-Gahabka at 6/17/2004 1:52:53 PM
Hi, for Analysis Services 2000 the dimension members for a parent is limited to 64.000 members. Does anybody know what the limit for Yukon is? Michael ...more >>



Retrieivng external database data based on dates
Posted by matt powell at 6/16/2004 1:23:11 PM
Hi. Please help - I'm quite new to this game! I am trying to copy data from a database on one site (live database) to a database on another site (data warehouse) - obviously the size of my tables is growing all the time, as is the amount of databases i'm transferring from. What I want to...more >>

get a value from a measure
Posted by () at 6/16/2004 3:28:16 AM
I want to create a new calculated member in a virtul cube. I have a dimension Time with 3 levels Year Month and Day and a Measure ValSal. I want to get a value from the measure ValSal on day 2004/05/25, but i don't know how? With this value i want to fill the calculated member. ...more >>

Basic MDX question
Posted by Zach Wells at 6/15/2004 4:46:28 PM
I understand the very basics of MDX. I know how to, for example, get some set of measures as columns with some dimension on the Rows. However, I need to do something more complex and I just can't get my head around it. What I'm trying to do is compare some given measure for various periods....more >>

SQL Server 2000 Freeze Memory
Posted by Orlando at 6/15/2004 1:33:10 PM
Hello there, my datawarehouse uses SQL 2000 enterprise as database. When the ETL process runs it takes all the memory of my server (aprox 2gb) and when it finish, the memory stay freeze, an the task manager shows that the MSSQL still using the memory and this takes a long time, so I have t...more >>

Finding the Max value in a query
Posted by Duvon Harper at 6/15/2004 11:37:57 AM
Hello, I am tring to write a query to show the Max value of several columns. I would like to store that value in a new column. Please help I can not write this. Duvon Harper Kaiser Permanente...more >>

Highest balance
Posted by Benedikt Fridbjornsson at 6/14/2004 1:51:45 PM
Hi I have table with all customers transactions I am trying to create a query that can show me the balance of our customers. I am trying to see when customer had the highest balance. How can I do this? My customers transactions Record number Date. Customer ...more >>

Maxium Table Size, Change size?
Posted by SqlJunkies User at 6/10/2004 6:38:39 AM
Hello, Can anyone table if table size can be increased? If so how? Any help would be greatly appreciated. Thanks in Advance. SqLRattler --- Posted using Wimdows.net NntpNews Component - Post Made from http://www.SqlJunkies.com/newsgroups Our newsgroup engine supports Post Alerts, Rati...more >>

Recovering data from a mdf file
Posted by SqlJunkies User at 6/10/2004 5:03:39 AM
Hi, This is a very long shot. I'm not an sql expert by any means but I have a question that I've been told to ask - someone may be able to answer, even if the answer is "no". A sql table has been emptied of all rows. There is no backup of the .mdf prior to this happening. No transaction loggin...more >>

fine tuned tracing for sql server job execution
Posted by Rea Peleg at 6/8/2004 5:28:17 PM
Hi every body I'm thinking of using sql server profiler and/or the windows performance logs (with sql server objects counters), to trace a problematic job which fails to retrieve any rows by executing a dts (wich inbcludes transfare data tasks). The dts works just fine by it self. When sched...more >>

dts retrieves 0 rows when scheduled
Posted by Rea Peleg at 6/8/2004 5:03:51 PM
Hi all After scheduling a dts, which retrieves data from a priority-tabula server (using the tabula propriatary odbc driver) , no rows are transfared. There is no error massage i can trace sql server or in any of its logs, the job just passes gracefully by the dts data transfare tasks, which al...more >>

Problem with Olap Report on a Windows 2003
Posted by SBDTech at 6/7/2004 1:41:02 AM
I'm programming a report with reporting services accessin to a OLAP database. Analysis Services and Reporting Server are installed on a Windows 2003 Server When I show the report with the preview option it works fine. The data is showed correctly. But when I try to execute the report it shows me a...more >>

Replacing fact table by partitioned view
Posted by Matt Beaverton at 6/4/2004 1:25:34 PM
Hi, We currently have 6 fairly large fact tables (10 to 30 millions rows per table). They become complex to manoeuver for OLTP and DB maintenance tasks (too execution time). We are considering splitting these fact tables by smaller ones, based on month. And then source the cubes from the...more >>

hardware recommendation
Posted by Jéjé at 6/3/2004 11:42:56 PM
Hi, I've to recommend a new server for a datawarehouse server which contain some data warehouse databases (5 databases of 5Gb each) I plan 6gb of memory and some SCSI drives (5 * 18 gb in raid 5 + 2 * 18 gb in raid 0 for the tempdb) there is 200 users for the system for the moment (not co...more >>

COGNOS = CRAP
Posted by Reg Besseling at 6/3/2004 2:42:17 PM
I cant wait for Microsoft to put these idiots out of business so i can stop working on the crap ...more >>

Transposing data
Posted by Andy at 6/1/2004 10:08:12 AM
Is it possible to transpose data from a table? I have data in the format shown below Date Hour Price 5/21/04 1 5 5/21/04 2 7 5/21/04 3 9 5/21/04 4 12 Is it possible to have the data print out in this format? 5/21/04 5 7 9 12 I ...more >>


DevelopmentNow Blog