all groups > sql server data warehouse > april 2007
Design question
Posted by Stijn Verrept at 4/24/2007 12:00:00 AM
I have 2 tables like this:
First table has rows indicating is someone comes in (InOut = 1 or goes
out (InOut = 0)
InOut
SNID Date InOut
3 '2007-01-01' 0
4 '2007-01-15' 0
3 '2007-03-28' 1
5 '2007-01-01' 0
4 '2007-04-15' 1
5 '2007-02-12' 1
Second table indicates a category
Categ... more >>
Problem in loading data from Excel
Posted by rahulcheeku NO[at]SPAM gmail.com at 4/23/2007 2:45:04 PM
Hi,
I am building a DTS package in Sql Server 2000. Data source is an
excel file and destination is Sql Server 2000. This package runs
monthly and loads the data into database. But evey month the number
of
columns in the source excel change. Now i am trying to get the number
of columns from th... more >>
BI Deployment Experiences
Posted by Carmen at 4/18/2007 9:08:02 AM
I'm trying to get some info on how other companies are handling BI
implementations. We have a data warehouse project that we expect will have
continuos changes. That is, new data sources coming in, more reports, etc.
That implies new Integration Services packages, new Reporting Services
repo... more >>
can ommiting log file speed up me and how
Posted by Tarvirdi at 4/14/2007 12:00:00 AM
Dear friends,
I have a database with simple stucture and tasks but big data sizes (23M
rec, 35G data file).
Most of my data are static and I dn't need transaction facilities. so I set
it to simple mode.
The log file is created and has good size. How can I get ride of it to have
more simpli... more >>
Kimball Templates
Posted by Joe at 4/12/2007 10:42:32 AM
When using the Kimball templates for designing Dimension tables, there =
are 3 columns I have questions about.
Isn't the RowStartDate and RowEndDate the way to manage historical =
values? If so; why is the need for RowIsCurrent?
In my example dimension below, it is capturing slow changing p... more >>
How to auto-refresh cubes
Posted by Gilgamesh at 4/7/2007 10:13:25 AM
Is there anyway to auto-refresh the Analysis Services 2005 cubes when data
is updated in SQL server 2005? I tried configuring the cach options under
Paritions, but that's not doing it.
Thanks,
Gilgamesh
... more >>
Attribute relationship doestn't exisits between
Posted by Kalyan at 4/5/2007 2:20:04 PM
I am using SSAS 2005 (64bit)
i have client table
Dimension is
ClientShortCode (First letter of clientcode)
ClientCode
ClientName
In Dataview
Related clientcode to clientcode in fact table.
Before SP2 installation works fine, when i browse the dimension ... more >>
How to run a xmla script from an SSIS package
Posted by CraigHB at 4/3/2007 3:20:01 AM
I have a xmla script that adds an role to a SQL Server 2005 Analysis Services
database (see below). How do I run that from an SSIS package ? Is there a
specific SSIS task that will do it ?
Here's the script:
<Create xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<Pare... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|