all groups > sql server data mining > february 2004
Data mining with analysis services. cube or relational ?
Posted by Oshadha at 2/29/2004 11:01:08 AM
Hi all
I wrote several times to this forum before. And thanks for all the help.
My project involves predicting CPU performance by analysis current performance data (through performance counters). I store performance information in SQL database and expect to analyze and predict future performance o... more >>
Dealing with Web Mining on Apache Log
Posted by jenny at 2/29/2004 7:49:09 AM
I am new to Data Mining but I need to develop a tool for
mining the apache log file for my final year project.
I have several questions to ask.
1. How can I insert apache log file like access_log and
referer_log into the sql server 2000, any tools can load
all
the data immediately?
Fo... more >>
C# Data mining OLAP ADO ?
Posted by OShadha at 2/28/2004 8:31:07 PM
Hi All
I'm student currently involved in a data mining project. I'm new to MS Analysis servics and need to know how to perform operation in analysis services (creating data mining model, passing data to model from SQL server tables, training, predict etc.) I found out that OLAP and ADO provide thes... more >>
ole db for dm sample provider help
Posted by ashwin at 2/27/2004 10:17:27 PM
what is the use of DMM_Marginalmodal class?
... more >>
help for ole db sample provider
Posted by ashwin at 2/27/2004 9:54:34 PM
hi evreybody,
iam a student fortunately or unfortunately invovled myself
on creating a association rule mining algoritham and i am
trying to add it to analysis server through the sample
provider stuff.on going through the code(excellent code)
and spec i got many doubts and if somebody knows ... more >>
What data mining methodology
Posted by simon at 2/25/2004 8:46:05 PM
I’m very sure the whole data mining process and data warehousing has some good methodology that are being used. Can someone please advice me on the types of methodology being used from the data warehousing process to the data mining stage?... more >>
datamining
Posted by sitaramaraju at 2/25/2004 2:24:33 AM
adv of datamining over sql... more >>
Can i do data mining without doing data warehousing?
Posted by simon at 2/25/2004 2:21:05 AM
hiye, i'm new to the data mining world, as a student, i need to complete my project somewhere end of this year. Anyway, I've read in many places that in order to acomplise data mining results end of the day, we need to do data warehousing where data are filter and clean. but cani do a data mining ex... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
analysis manager : exporting cube results
Posted by j.fandango at 2/20/2004 10:45:30 AM
Hi!
is it possible to export the results of a cube from
Analysis Manager to an external file?
Thanks.
JF (newbye)
... more >>
request VP++
Posted by allandu at 2/20/2004 12:26:06 AM
I am a student, I need run "Data Mining Sample Provider Code", I need it now.but I don't have visual parse ++,please help me and giving me vp++ resource code and sn ID to use,or give me its crack,thanks!!... more >>
How to create data mining model with c#
Posted by Oshadha at 2/19/2004 9:36:08 PM
Hi All
I'm developing data mining application in c#. I'm new to SQL Analysis services and dont know how to create a data mining model with c# syntex. I have my database created in SQL. I want to use this database to create the mining model. Is this same as writing a stored procedure? Need help
Tha... more >>
Reporting Services
Posted by Jacob at 2/17/2004 5:56:22 PM
This probably isn't the right place to post, but its a starting point.
Anybody using the Reporting Services? I am currently using Crystal
Reports/ASP and am having difficulties with different versions of
ActiveX. Was using JavaViewer, but since MS took their Java out of XP
I am forced to look ... 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 >>
Angoss OLE DB for Data Mining Consumer Controls
Posted by Ecir Uður Küçüksille at 2/11/2004 5:27:44 PM
Hi,
How to find Angoss OLE DB for Data Mining Consumer Controls ?
Ecir
... more >>
embedded inthird-party algorithms
Posted by allandu at 2/9/2004 7:56:08 PM
hello
I am trying to integrate the third-party data mining algorithms into analysis server,but I can ot known how to do it! please help me and give me enough reference source for me ! ... more >>
Finding Duplicates
Posted by Erich at 2/9/2004 5:09:25 PM
I have a company table and I would like to write a query that will return to
me any duplicate companies. However, it is a little more complicated then
just matching on exact company names. I would like it to give me duplicates
where x number of letters at the beginning of the company name match A... more >>
Ad hoc reporting
Posted by Brian at 2/8/2004 1:06:06 AM
Hello
I'm not sure if this question belongs in this category or perhaps in OLAP. So please excuse me if this isn't the right category
I often get request for ad hoc reports from our marketing manager. For example, she may want to get an idea of all potential clients in one particular area. I am ... more >>
Datamining tutorial for SQL server
Posted by Grey at 2/7/2004 11:28:05 AM
I gonna to build a CRM system with MS SQL server and I need to use some =
data mining technique in the system. but I don't have any experience in =
doing this. Can suggest some site or tutorial for me in order to let me =
get the ideas on how to built and data mining DB with MS SQL server
Mill... more >>
Writeback Option in Analysis Services Tutorial
Posted by Dean Gross at 2/6/2004 2:05:08 PM
While working through the Analysis Services Tutorial, I do not see the
Writeback Advanced Option for the dimension that I am creating. Does anyone
know if this is an error in the tutorial, or something that I am doing
wrong? I have gone through the steps several times and can not figure out
what... more >>
Limit Rows Returned from SQL Stored Procedure
Posted by hstoneman at 2/5/2004 12:16:09 PM
I have a VB6 application that allows the user to provide
criteria that is sent into parameters of a SQL stored
procedure. The stored procedure selects records based on
the criteria, and returns the data to a disconnected
recordset in VB. My issue is that some of the recordsets
being return... more >>
Search Multiple keywords across multiple fields
Posted by Darren Heinrich at 2/5/2004 8:50:30 AM
Hi,
I'm about halfway through building a search engine using ASP, SQL and
Access.
As part of that search engine I need to search multiple keywords across
multiple fields
So far I've figured out how to split a string into words. From here I could:
Construct an SQL statement of varying lengt... more >>
Table with a lot of properties columns
Posted by John H. at 2/4/2004 3:16:05 PM
Hi everybody,
can anyone suggest me a better sollution to the problem below if any exists?
Let's have a table of CARS. Each car can have a lot of properties - electrical windows, automatic transmission, leather, ... almost 50 of them. Each property can contain true/false value.
I want to search... more >>
How to convert text data file
Posted by Joey Gutierrez at 2/4/2004 12:44:32 PM
How can I be able to programmatically convert a text (tab delimited) data
file into SQL Server?
Thank you very much.
Joey
... more >>
physical disk space grow
Posted by Eric at 2/3/2004 3:00:07 AM
hi,
i have a database with a table that contents about 90 mil.
rows (records for over 4 years). Now i have decided that i
split up the table in 4 table's. Each table contents one
year of rows.
So far so good. For a good performance i decided a alter
table to put three more fields to the... more >>
Prediction
Posted by Skip at 2/2/2004 7:26:28 AM
Hello all,
I was handed a new project and I'm not quite sure how to
do it or even what technology to use. Now, I think that
SQL Server's Analysis Services could help (or even do the
entire thing) but I'm not sure. So, basically, I'm
looking for recommendations and ressources on the subjec... more >>
Data
Posted by shethvir NO[at]SPAM msu.edu at 2/1/2004 5:54:31 PM
I am in the planning process of upgrading the hardware on
our cluster. I need info/advice/suggestions on how to go
about this.
I am running an active/active cluster on 2 ML370 servers.
They are running Windows 2000 Advanced Server/SP2, MSSQL
2000 Enterprise/SP2.
I want to know if all I hav... more >>
|