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

How to set FILLFACTOR
Posted by Nags at 12/30/2004 11:04:02 AM
I need some help on how to improve performance when loading tables. We have a datawarehouse and sometimes it is needed that the entire datawarehouse is refreshed. (like when test is refreshed from production) The datawarehouse tables are refreshed by a set of sql statements. Take for examp...more >>

Partioned View issue when upadte/insert
Posted by Abraham at 12/30/2004 10:45:09 AM
I have a partioned view called members. Partined based on status of the members. Tables : members_11 ( check status=1) members_22 (check status>1) primary key ( memberid , status) View: members -- create view members as select * from members_11 union all select * from members_22 Th...more >>

good book for AS
Posted by ChrisR at 12/21/2004 8:20:46 PM
Cam someone recommend a good newbie book for Analysis Services? One with step by step labs would be ideal. TIA, ChrisR ...more >>

looking for a GIS mapping software
Posted by Jéjé at 12/21/2004 1:13:22 PM
Hi, I want to display some numbers in a map. These numbers come from a data warehouse and/or an OLAP cube I'm looking for a webbased tool. I want to display some colors linked to some values and I want to display specific "push pins" associated to specific postal code numbers. The target ...more >>

Cube showing slightly different data than in data source...?
Posted by Neile at 12/17/2004 3:53:03 AM
Hello, I am very perplexed with this problem I'm having. I work for a website-based company and my job is to create a data warehouse based on usage of the site. We have a Central Logging Database that logs every single hit to the site, then i have a stored procedure that picks up these hits, d...more >>

Cube showing slightly different data than in data source...?
Posted by Neile at 12/17/2004 3:49:02 AM
Hello, I am very perplexed with this problem I'm having. I work for a website-based company and my job is to create a data warehouse based on usage of the site. We have a Central Logging Database that logs every single hit to the site, then i have a stored procedure that picks up these hits, d...more >>

Numerous Numeric Fields to 1 Numeric Field in New Table
Posted by Joe at 12/16/2004 10:35:01 AM
Are there any routines out there that will automatically convert a table (A) with numerous numeric fields to a new table (B) with just one numeric field. Thus the number of records in the table (B) would be the number or records in A mutliplied by the number of numeric fields. Thanks in advan...more >>

Limitations of SQL Server Accelerator for BI
Posted by ksp at 12/16/2004 6:35:15 AM
We are using BI Accelerator and we faced the problem that it is not possible to insert new rows. We have some shared dimensions and when we define cubes we also have to add list of dimensions. Very quickly we fill in the whole space of the worksheet. The worksheet is protected and basically we...more >>



Datamart
Posted by Ather Mian at 12/13/2004 3:45:13 PM
Hi, I need some advise. We are in he process of designing our first data mart. This Datamart will consists of sales orders activity. Sales orders have lines created, deleted and inserted on a daily basis as long as the sales order is open. It has been suggested that we do triggers the the...more >>

How to handle heirarchies in dimension attributes (Fairly green design question)
Posted by Louis Davidson at 12/13/2004 2:27:12 PM
For example, say I have a purchase fact table. Then I have a customer dimension. In the customer dimension, we have city, state, name, etc, and then we have a group level that needs to have a heirarchy exposed. For example: Super Super Level 1 Super Level 2 Good ...more >>

DBCC SHRINKFILE Taking Forever & GROWING Data File Instead of Shrinking It
Posted by Anthony M. Davis at 12/12/2004 9:12:44 AM
Hello all, I'm getting unexpected behavior when running DBCC SHRINKFILE on my 9 GB data file. First, it's been running in excess of 10.5 hours now and, second, it is ever-so-slowly *growing* the used portion of the file. For instance, when I look at the 'Space allocated' section of the Task...more >>

SQLServer slowed down
Posted by ikal NO[at]SPAM index.hr at 12/11/2004 8:09:07 AM
Hello, I hope somebody can help in solving next problem. Our SqlServer 2000 (installed on Win2003 EE) processes 15 millions of records each day. It works fine about 7-8 days and then it starts to slow down. Sometimes it seems that processing is stopped. There are also periods where everything...more >>

Optimal configuration for report generator
Posted by Gary at 12/10/2004 3:05:29 PM
I am working with a report generator that is based on SQL Server 2000 and uses ASP as the UI. Basically we have a set of reports that end users can execute through a web browser. In general the model works fine, but we are running into some scaling issues. What I'm trying to determine is, what...more >>

Physical DB Structure for large ODS
Posted by Chris at 12/8/2004 5:07:02 AM
OK, here's the situation: The "data warehouse" that our ERP provider sold us has evolved into more of an operational data store. We are in the process of developing a more traditional star-schema data warehouse. The ODS is getting quite large, currently at 150 GB. The server has 4 SAN dr...more >>

Data Warehousing Learning Sample
Posted by don larry at 12/7/2004 4:59:44 PM
Greetings, I'm new with data warehousing. Just wondering, do any of you know of a free sample/example that would help me learn the ABC's of data warehousing? The SQL 2000 sample is only available with SQL Enterprise.. Thanks in advance, Don *** Sent via Developersdex http://www.develop...more >>

SQL Table name in a query, HELP!
Posted by Co-op Bank at 12/7/2004 6:05:37 AM
Hello, im trying to extract and merge data from several tables into one table, to indetify which table each row of data has come from I would like to insert a column which references the table name. Below is an example of the code:- I would like to create a column which will show for example ...more >>

How to retrieve data between two dates
Posted by amit.asawa NO[at]SPAM capgemini.com at 12/2/2004 10:12:46 PM
For e.g I want the amount of a customer between 2nd March 2004 and 2nd October 2004. Basically How to filter this as i cannot put it in a where clause.i.e customer name in rows amount in columns....more >>

Ansi_nulls
Posted by Sandeep at 12/1/2004 12:12:26 PM
We had a stored procedure that was created while ansi_nulls was on. Is there a way to tell if SP has any of the ansi settings changed from default? Just curious. Sk ...more >>


DevelopmentNow Blog