all groups > sql server data warehouse > january 2004
Problem with a SQL Statement
Posted by Atley at 1/31/2004 2:24:37 PM
I have three tables:
Products Table
PID
PName
PType
Linking Table
LID
PID
CID
Customers Table
CID
CName
CPhone
I am trying to make a single statement that will give me all the customers
that haven't bought a certain single product so i can make a list of people
to c... more >>
Installation error 25619
Posted by Michael at 1/30/2004 5:08:19 AM
When installing Reporting Services, I get an error "The
installer has encountered and unexpected error installing
this package. This may indicate a problem with this
package. The error code is 25619. This happens at the very
end of the installation process.
I am using windows 2000 with SQL ... more >>
Large Slowly Changing Dimension
Posted by ThisIsAFakeAddress35 NO[at]SPAM hotmail.com at 1/29/2004 8:47:38 AM
Hello,
I'm somewhat new to data warehousing, and have some basic questions.
Let's say I have a fact table, named sales. The financial analyst
would like to be able to sort the sales information based on several
customer related attributes. Some of these attributes would include
zip code, age... more >>
Business Logic Object as Data Source in SQL Reporting Services
Posted by janne.hasslof NO[at]SPAM stenaline.com at 1/29/2004 4:23:52 AM
Hi all,
I'm running SQL Reporting Services and my question is:
Can I connect the datasource of my reports to a business logic object that
returns a dataset instead of using a direct connection to a SQL Server?
Anyone that knows if and how this can be done?
Regards
-Janne Hasslöf... more >>
sql logfile
Posted by manny at 1/28/2004 5:01:54 PM
our logfile run out of space and we canot transact
anymore,what shall i do?... more >>
Defragging SQL Database files
Posted by Ashwini Khanna at 1/28/2004 11:34:17 AM
I am trying to defrag my Hard-disk drive. Windows 2000 Server does not
defrag my drice compoletely as major portion is occupied by my SQL database
whose size is around 2GB. The Defrag program on completion says that it
cannot defrag the SQL Database files.
Then how do I do it? Is there any way t... more >>
Microsoft SQL Server Reporting Services
Posted by mattias_torngren NO[at]SPAM hotmail.com at 1/28/2004 2:31:39 AM
Hi all!
I have downloaded the new realese of SQL Server Reporting Services
(the real release, not the Beta 2) and gets the following error
whenever I try to build, deploy or preview a report. I even got it
when I try to shut down the Microsoft .Net IDE. Does anyone have a
clue?
I have used... more >>
Analysis function
Posted by Abraham at 1/24/2004 11:07:50 AM
I want to use Linear Regression functions -- example :LinRegSlope -- .in my
calculations.
Found that it's part of Analysis services.
Is there anyway I can get these fuctions in Standard edition of SQL
Server2000.
If not how can I achevice this .My application connect to SQL Server 2000
Standar... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Connecting to Analysis Services problem
Posted by Alex at 1/23/2004 4:03:53 PM
Hi,
We have problem connecting from an ASP page to Analysis services. Here is
the scenario:
Architecture:
- The environment consists of an IIS6 Web Server box and a SQL
Server 2000 Sp3a box.
- Both boxes are running Windows 2003.
- SQL Server and Analy... more >>
TREND function:
Posted by Abraham at 1/22/2004 1:10:42 PM
Hi ,
In Excel, there is function -- TREND . I'm wondering how can we acheive this
in SQL Server.
Function will do something like this.
TREND
Returns values along a linear trend. Fits a straight line (using the method
of least squares) to the arrays known_y's and known_x's. Returns the
... more >>
database of datawarehouse
Posted by auddy at 1/22/2004 9:01:12 AM
my operational database is sql server 2000 and i want to
build data warehouse , can i use that database to crate
star schema or i must crate new table to fit fact and
dimension table ... more >>
SharePonit & OLAP
Posted by M at 1/21/2004 8:23:45 AM
Hello all,
I need a whitepaper or link that help me on how to create
Datawarehousing using Share point portal 2003 and LOAP
thank you on advance
... more >>
Update datawarehouse
Posted by Nathalie at 1/19/2004 3:49:22 PM
Hi,
I'm news in Datawarehouse.
How to know the update and the insert in database for distribute them to
datawarehouse ? SQL Server 2000 have an utilities for it ?
I use DTS for the first time to create the datawarehouse (and distribute all
the data). But after, how to distribute only the m... more >>
VBS and DSO method NextAnalysisStep
Posted by Ramunas at 1/19/2004 11:58:26 AM
Hello,
when I try to call DSO methos NextAnalysisStep (PercentageBenefit As =
Double,
AccumulatedSize As Double, AggregationsCount As Long) of object
Partition.Analyzer, I get error Type Mismatch.
I would like to create cube partition each month and design aggregations
programatically. But t... more >>
Standard Deviation
Posted by Abraham at 1/15/2004 10:40:04 AM
Is there any way in SQL Server to use Standard deviation as an aggregate
function.
STDDEV -- Is a numeric expression. Aggregate functions and subqueries are
not permitted
Thanks
... more >>
SUBSTRING AND CHARINDEX
Posted by Miky at 1/15/2004 8:23:03 AM
Hi,
I have numerous logs like this one...using the sql
serverstring function(with Charindex) or any other
function, can someone help me and tell me how do i pull
out the 1st value after the symbol '&' (symbol ampersand)?
So, i want to split this one field of char into 5 or 6
different fi... more >>
changing dimensions
Posted by Joel at 1/14/2004 2:29:19 PM
Hi,
how to model changes (I've read R.Kimball) in dimensions and (more
important) how to implement them in OLAP e.g. MS AS ?
I read some papers from scientists but they are not based on commercial
solutions - I don't know how to show changes in MOLAP and how to solve
the problem.
can you gi... more >>
error creating offline cubes
Posted by markus.krenn NO[at]SPAM kis.co.at at 1/14/2004 12:04:35 AM
Hi,
i want to create offline cubes in excel 2003 and receive
following error message:
Microsoft OLE DB Provider for Analysis Services:
Data source provider error.
The olap-database was created with SSABI 1.2, for example
with one dimension, one measure and one cube.
environment:
Win2... more >>
Make varchar field unique
Posted by Adam at 1/12/2004 9:51:10 AM
Anybody know a way to make a varchar field not allow duplicates besides
making it a primary key?
... more >>
20 GB database
Posted by Uhway at 1/10/2004 8:48:32 PM
On a quarterly basis I need to refresh a 20 GB database copy with production
data. To Do this what's the best method.
1. Back up the production database and restore with a different name. If I
restore it on to the same server and during the operational hours, what are
the performance issues ... more >>
non-clusted index and space
Posted by Mikey at 1/8/2004 5:24:01 AM
Hi I understand clustered and non-clustered indexes
increase the amount of disk space used i have a table that
is 200mb and wondered if I added a non-clsted index how
much extra space that would use and is it added to the
table size or somewhere else.
thanks for any help
Mikey... more >>
BI Accelerator experiences...?
Posted by Chris Lewis at 1/7/2004 10:59:41 AM
Hi,
I'm just embarking on a data warehousing project for the first time. I have
a good understanding of the general principles - dimensional modelling, fact
tables, ETL, data staging, cubes, etc.
I am interested to get feedback from people who have used BI Accelerator for
SQL Server 2000 to... more >>
Datawarehousing books
Posted by chantal at 1/6/2004 12:36:45 PM
Im looking for a book that will get me started creating a Datawarehouse on a
SQL 2000 server. It will need to cover all areas since im new to this
field. Im very familiar with ER modelling and OLTP database design but have
never ventured into Datawarehousing.
Which books could anyone recommend... more >>
SQL Reporting Services Release day
Posted by Carlos Lara at 1/6/2004 10:51:27 AM
When Does SQL Reporting Services will be Released... more >>
FK within SQL Server 7
Posted by Nikki at 1/6/2004 6:43:16 AM
Is it possible to use FK within SQL Server 7, using
Enterprise Manager?... more >>
SQL Reporting services
Posted by carlos lara at 1/5/2004 3:31:38 PM
1)Can end users build reports and deploy them easyly?
2)In the final version, will be there all the components
requirements to install it?
... more >>
what Log file stores ??
Posted by ginola NO[at]SPAM fake.email.com at 1/1/2004 3:37:12 AM
Hi,
Happy new year!!
I have deleted the log file from windows explorer and attach the
database file again, I found that all tables and diagram are still
here!! Therefore, I just wonder what's the log file store and how can
I use it ?
Thanks
Ginola... more >>
How to reduce the log file ??
Posted by ginola NO[at]SPAM fake.email.com at 1/1/2004 3:28:12 AM
Hi,
I found that there is a setting to set the maximum log file, however,
I haven't enable it. Therefore, current log file is 1G. How can I
reduce it to 500MB so that I can set the max. log file to 500MB.
Happy new year to all
Ivan
Ginola... more >>
|