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

How many ways to design data warehouse?
Posted by goofy at 2/29/2004 12:47:59 AM
I knew that there are 4 ways to design data warehouse which are enterprise data warehouse,dependent data mart, independent data mart and federated warehouse but i want to know that which job is suitable to each way?...more >>

clustered index or simple constraint in a fact table?
Posted by Jéjé at 2/28/2004 3:07:18 PM
Hi, What do you recommand to insure the integrity of a fact table? a cluster index? or a constraint? or an SQL script? do you recommand to allways having a clustering index on a fact table? or just on the dimension tables and 1 index by linked column in the fact table? I don't want to t...more >>

2 y-axis with MS Reporting Services
Posted by Hanne Alt at 2/27/2004 1:30:22 PM
I'm planning to use MS Reporting Services in a project. Does anyone know, if one could realize charts having two different y-axis? *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!...more >>

Indexes
Posted by Imran at 2/26/2004 3:05:20 AM
Hi, I hope someone can help me out with this matter. I am trying to implement a DW Solution for an Organization. I need to clarify the following points. (1)what sort of indexes should i use on a DW Database to optimize performance? (2)Is there any easy to follow guides on DW Design...more >>

Installing Analysis Services
Posted by Greg at 2/25/2004 4:20:41 PM
I installed anaylsis services 6 months after I installed SQL 2000. Do I need to reinstall the SQL Service Packs?...more >>

Data warehousing - Design
Posted by Jón_Sveinsson at 2/24/2004 1:09:45 AM
I'm designing data wareouse where I=B4m taking Data from an=20 operational Database, I=B4m creating dimension tables and=20 facta tables, my question is following. When creating dimension tables I=B4m sometimes taking=20 column from tables in the operational database where=20 there is no inde...more >>

TempDB
Posted by ES at 2/23/2004 10:41:46 PM
I have a problem in TempDB inflating rapidly up to 3 GB in 4-5 days, there is alot of stored procedures that use temp tables and hash tables the database is about 9 GB Is there any tips that could help out in this...more >>

efficient SQL profiling
Posted by z. f. at 2/23/2004 3:21:48 PM
Hi, Is there a way to efficiently monitor SQL performance using SQL Profiler, and my meaning is to see distinct SQL query sent to server (by ignoring parameter values sent with the queries) this mean that query like select * from users where user_id = 10 and select * from users where user...more >>



Datawarehouse Architecture
Posted by Aaron Relph at 2/23/2004 12:01:42 PM
Hi, I am trying to come to terms with some of the concepts of datawarehouse architecture design. Utilising Microsoft tools, is it feasible that I build cubes for each subject area and let users report off the cubes with Excel and Reporting services, or should I also expose the data held in the...more >>

MS Data Warehouse Solution
Posted by P. Agni at 2/22/2004 11:31:05 PM
I wish to know what is the solution from Microsoft to developing all stages of Data Warehouses on Microsoft platform Is there a single book available for study/reference covering the above question Thanks for the same....more >>

Documenter
Posted by tammy at 2/20/2004 7:30:18 AM
In Access you can analyze tables and use the documenter to write out all of the tables with their permissions, column names, data types etc. Is there a way to do this in SQL Server?...more >>

SAP BW compared to Essbase/SQLServer/Oracle as a Enterprise Data
Posted by belindacur NO[at]SPAM yahoo.com at 2/19/2004 3:41:44 AM
If there is anybody out there still looking for a comparison of SAP BW to SQL Server I would like to let you know we were one of the large SAP BW sites and having been acutely frustrated with BW we converted to SQL Server OLAP Services. There is a interesting Whitepaper on the Microsoft SAP Cong...more >>

Not exists performance problem...
Posted by Jéjé at 2/18/2004 3:59:27 PM
Hi, I've a query to load my data warehouse, like this : select C1, C2, C3.... from T1 inner join T2 ...... where not exists (Select * from FT1 where FT1.A = C1.A and FT1.B=C2.B...) my T1 table (the biggest one) has 240 000 records my FT1 contain only 20 000 records. the result is near 1...more >>

Migration from SQl anywhere to SQl server 2000
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 2/18/2004 3:30:29 PM
I am using SQL Anywhere (database which comes with powerbuilder) on Windows 2000 Server. I am migrating from Sqlanywhere to sql server 2000. Will there be any problem if I install MS SQl Server 2000 on Windwos 2000 server with sql anywher already in that....more >>

Problem with stored procedure...need help
Posted by Manoj M at 2/13/2004 12:06:49 AM
hi guys, m having a problem with the stored procedure copied below. when i try to execute this stored procedure from query analyzer then i get the following error: Error: ---------------------------- Server: Msg 203, Level 16, State 2, Procedure EJ_GetEvents, Line 24 The name 'select sEve...more >>

Line Numbers in SQL
Posted by Scott Meddows at 2/12/2004 2:50:40 PM
Is there a function I can put into my select clause that tell me what the line number of the row is? i.e. in Oracle you can do something like (Been a year since I've used Oracle) select rownum, Field1, Field2 from blah Any help is appreciated. Thanks. ...more >>

simple incremental update.
Posted by jr at 2/12/2004 11:53:05 AM
I would like to incrementally update a cube but I am finding it some what difficult. i would like to include the UID as a dimension and then be able to "get the max(uid) from the cube" and then insert only rows from the fact table that have a greater UID. Can anyone recommend how to do this or ...more >>

Analysis Svc security problem
Posted by J at 2/11/2004 10:05:14 PM
Hi All Whether I set roles or non at all to my cubes ANY user can connect and read data from them via excel. Is this a known issue? Anyone else having this problem or am I doing something wrong? Thanks J...more >>

Help-Name Standardization Problem
Posted by Paul Stanial at 2/11/2004 5:31:30 PM
Is there an application out there that will allow us to cleanse/merge-purge the name fields for a consumer as well as for a commercial data warehouse? In other words, we want to take, for example, Walmart, Wal-Mart, Walmart Corp, etc and boil it down to a single WalMart Corporation entity. A...more >>

if you were me, how you do?
Posted by Utada P.W. SIU at 2/11/2004 10:59:37 AM
I am writting a online exhibitor management system. My client can allow to modify their exhibitor's information, however, they will like to create ne record instead of overwrite the current exhibitor's information (exhibitor version control) if you were me, when the client update one of exhi...more >>

400 Linked Server to SQL Server via IBMDA400
Posted by Jason Penner at 2/10/2004 1:51:41 PM
I am running V5R2 on client and am trying to link a 400 from SQL Server 2000. Can this be done using IBMDA400? I have gotten to a point with the IBM DB2 UDB that I can connect without error. But now I can't see my tables. This is what I am using for my provider string: User ID=USERNAME;...more >>

Indexed Views
Posted by Larry at 2/10/2004 9:55:13 AM
What have been experiences out there with indexed views? How are they working for you? What method do you use to maintain them? What is recommended for scenarios where there is a large # of updates to the base table ... are there any issues with rollback tables filling up? Thanks for your h...more >>

Partitioning on Multiple Columns
Posted by Robert S. Wallace at 2/9/2004 5:27:22 PM
Has anyone successfully implement partitioning on multiple columns? My attempts produce the following error: Server: Msg 4436, Level 16, State 12, Line 1UNION ALL view 'Test_pvw' is not updatable because a partitioning column was not found. For example: CREATE TABLE [dbo].[Test_200312_101...more >>

Easy stored procedure
Posted by Josema at 2/9/2004 5:26:05 AM
Hi, I have two tables.. Employees Department | EmployeeID | DeptI | Name | Name ...more >>

SQL Server Msg 823
Posted by Spriz Elquex at 2/5/2004 6:16:06 PM
I'm using Microsoft SQL Server 2000. Recently, I have try to select all the data in a table, INTran table using Query Analyzer for data validation. But a message return from the selection. Please see the below message Server: Msg 823, Level 24, State 2, Line I/O error (bad page ID) detected duri...more >>

Deploying from VB.NET Report Designer to Report Server fails
Posted by Minas Papageorgiou at 2/5/2004 12:31:05 AM
I would like to know what protocol / port Report Designer uses when performing the "Deploy " function from the IDE of Report Designer. For some reason it cannot connect with the report server. I can browse the /rs/reportserver directory and can upload the RDL file through the IE. This is probably ...more >>

DB Restore
Posted by Uhway at 2/4/2004 9:03:20 PM
What's the best way to restore or create a copy of production db (15 GB) on development server and also another copy on same sql server with different name. The copies need to be refreshed on a monthly basis. 1. For doing above things what's best and can some one post sctips or TSQL stateme...more >>

Classes to create RDL files
Posted by Victor at 2/4/2004 2:06:05 PM
Is there any class(es) to create RDL file? I am creating something like that myself now, but Microsoft already somehow creates RDL files in Visual Studio. So, does Microsft exposes these classes to developers? I am sure they(casses) exist. Thank you. Victor...more >>

Its possible make this..?
Posted by Josema at 2/4/2004 7:41:11 AM
Hi to all... I have three tables Cards Card_Edition Edition CardID CardID EditionID Name_Card ...more >>

MSDE and Reporting Services
Posted by Jeff at 2/3/2004 7:51:07 PM
Does anyone know if you can run reporting services using MSDE? I am just trying to test out the new reporting services....more >>

Querying a cube...!
Posted by AlejoR at 2/3/2004 10:36:29 AM
Hello people When I filter a dimesion the cube is too slow to refresh the data. How to makes a cube really fast when I filter that or any dimension. Thanks ...more >>

Reporting Services - Error 25619
Posted by Katherine Martin at 2/3/2004 1:17:40 AM
My Reporting Services installation failed reporting error code 25619. I can't find any suggested solutions to the error - although it appears others have encountered it. I am trying to install Reporting Services on Windows 2000 Server. Any help would be greatly appreciated. Thanks,...more >>


DevelopmentNow Blog