all groups > sql server data mining > november 2006
Scalable Text Mining with SQL Server 2005
Posted by Mohit Pande at 11/28/2006 1:40:06 AM
Hi,
I have a large dataset of website content that I am trying to classify using the Logistic Regression Algorithm. I am running into a memory issue with the Sort Transform after the Term Lookup. With about 45,000 sites in the source DB the number of rows after term lookup is 6,790,311. The Sort ... more >>
Problems with Neural Network
Posted by Peter Taylor at 11/24/2006 5:40:05 PM
Greetings,
I have a mining structure that I am using to perform a text-mining classification task. The mining structure contains three models: a decision tree, a naive bayes and a neural network.
Both the decision tree and the naive bayes models process without any problems, but I am having s... more >>
A Littlel Survey
Posted by seahuanghai NO[at]SPAM hotmail.com at 11/23/2006 1:25:30 AM
SPSS Clementine, IBM Intelligence Miner, SAS Enterprise Miner, KXEN...
Which one is your favorite when you are doing data mining? especial for
business application purpuse?
Do you coding yourself?
... more >>
Analysis services vs PMML
Posted by anonymous_user NO[at]SPAM sqlserverdatamining.com at 11/17/2006 12:00:00 AM
what are the advantages of using PMML for creating data mining structures instead of the Analysis services GUI?
/Dennis... more >>
Plug-in algorithm in C#
Posted by Joris Valkonet at 11/16/2006 3:00:05 PM
I am going to implement an algorithm as a plug-in and i would like to program in C#. Is this possible and is there maybe an examples somewhere? (I have seen the tutorial and sample code).
Greetings, Joris... more >>
referring to a database
Posted by nnmmss at 11/14/2006 1:55:01 AM
how can i get that how many referes or records calling is being done on a
specific database on sql server 2000?... more >>
information about number of records retreived in sql
Posted by nnmmss at 11/14/2006 1:52:01 AM
i want to know about SQL Server 2005 statistic Records recalling. i mean i
need this information to present that for example SQL server can gets n
records at the same time , or n records in seconds. or any other information
like this. can any one help me?... more >>
sequence clustering
Posted by marek.soluch NO[at]SPAM gmail.com at 11/11/2006 3:20:43 AM
I'm looking for some materials about sequence clustering in Ms SQL
Server 2005. On microsoft sides there is only one short tutorial that
explains nothing. If somebody knows any useful links please help
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Miserable failure deploying cube
Posted by zdrakec at 11/9/2006 11:33:49 AM
Hello all:
Trying my hand at an analysis services project, but the Deploy fails
with the error:
"The following system error occurred: Logon failure: unknown user name
or bad password."
Okey-dokey, says I; I pull up the datasource editor, go to the
"Impersonation Information" tab, ... more >>
SQL Conversion
Posted by Tony S. at 11/8/2006 6:33:02 AM
I'm not even a novice on SQL, so this may be out of my league, but I need to
find out how to convert SQL Tables to Flat files. I imagine I will need a
converter of some sort, right? The scenario is... a subcontractor sent files
to us in SQL Tables unlike the last year when they were sent in a ... more >>
Class not registered?
Posted by anonymous_user NO[at]SPAM sqlserverdatamining.com at 11/8/2006 4:00:08 AM
hi
I use your sample project DataMiningViewerClient.zip to generate a .exe viewer and it is working well.
However when I move this .exe file to another server and it can only display some of the mining models.(e.g. clustering model) For all the time series models, it will report an error:
... more >>
Need help finding latest record
Posted by Alexey at 11/3/2006 12:00:00 AM
Hello :)
Can anyone help me write an SQL query please ?
I got this table of events done by users:
PK_Event
FK_User
Event_Time
=20
1
John
19:51
=20
2
Peter
19:52
=20
3
John
19:53
=20
4
Ann... more >>
Script
Posted by Erencan SAÐIROÐLU at 11/2/2006 4:23:28 PM
Hi Folks,
I need a script that it'll changed varchar field to nvarchar a table which i
pass it's name via parameter.
I generated it but it'll raise exception when a field has foreign key etc...
I don't want to spend more time to this work. Do you have a script like
this? Or program?
If you... more >>
sp_executesql
Posted by Erencan SAÐIROÐLU at 11/1/2006 7:07:34 PM
Hi To All,
I have a question. I execute two query in seperate times with sp_executesql.
The first query executes with parameters, the second quert executes without
parameters.
In normally the first query (With parameter) has to execute too fast than
second query. But the first query's perform... more >>
|