all groups > sql server data mining > march 2004 > threads for march 8 - 14, 2004
Filter by week: 1 2 3 4 5
Invalid Precision Value
Posted by Mona Galal at 3/14/2004 12:09:25 PM
Hi all ,
Please I need help , every time I'm trying to make prediction query using
Datamining prediction task
I get "invalid precision value" error .
I'm using decision tree algorithm and my query is :
SELECT
[Member Card RDBMS].[member card] AS [Member Card],
(100 * PREDICTPROB... more >>
Mixed Case
Posted by Cliff at 3/12/2004 2:16:06 PM
Is there an easy way to convert an UPPERCASE string into Mixed Case
I'm loading flat files into tables and would like to convert the address field from UPPER to Mixed. I can do this in WORD, but would rather find an SQL solution
Thanks!... more >>
SQL Server Community Survey
Posted by MS SQL Survey Admin. at 3/12/2004 12:31:12 PM
This very important online survey will give you the opportunity to provide feedback on the availability of SQL Server information and peer support in the SQL Server communities. This will help Microsoft and its community partners to better understand customer needs and how to improve your experienc... more >>
Unable to get list of datamining algorithms
Posted by Andrea Temporin at 3/12/2004 12:07:22 PM
We are trying to understand how dataminig works in SQL Server, but every
time we go into mining models inside Analisys Services we get this error
message:
"Unable to get list of datamining algorithms. Object or provider is not
capable of permormed request operation".
Is there anything wrong in ... more >>
what necessary conditions to be third party provider
Posted by clocklamp at 3/11/2004 6:13:59 AM
I want to do third party provider,at first, I just realize
that I should know what is dm algorithm,ole db for
datamining,but now I think i will know about how to
program with ole db ,what structure of program ole db
provider.what else ???
how to be third party quickly,what is prelimiary??
... more >>
DMSample crashing :-(
Posted by Sinex at 3/10/2004 8:16:33 PM
Hi,
I just tooke the DMSample from the files section at MSN groups. The exe
works fine. But when i open the vbp project I encountered problems:
1. I tried to run the app. It crashed saying Instruction <address>
referenced memory at <address>.
2. I tried to open the main frm in design view... more >>
Querying an existing Cluster Model ?
Posted by Sinex at 3/10/2004 6:19:03 PM
Hi !
I created a cluster mining model using Analysis Manager. Now, I want to
query this model from my VB application and display this model
using angoss SegView Ctrl. How do i do this? Also is it possible for me to
retrieve a subset of this model from code (using Select statements?).
Sinex
... more >>
Provider cannot be found. It may not be properly installed
Posted by hdsgp at 3/10/2004 2:01:07 PM
After doing a fresh install of Analysis Services on a Windows 2000 workstation with MDAC 2.7 I am unable to view any cubes. I cannot view any of the sample cubes. I created new cubes, I can't view them, and I then created cubes on a SQL database as opposed to the Access sample database, and I get ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Converting to Date
Posted by Atley at 3/9/2004 3:02:59 PM
I have a field in a database that contains dates in the following format:
20040205
It is a text field and I need to convert it to a date so I can compare and
control a dataset.
Any suggestions would be greatly appreciated... I have tried to use
GetDate(20040205), but it just gives me an ... more >>
CREATE MINING MODEL with C#
Posted by Oshadha at 3/9/2004 12:56:05 AM
Hi All
When I use CREATE MINING MODEL statement in C# via a Oledb Connection nothing happens. I even dont get error massage. I use Service Pack 3 for analysis services and for SQL server. CREATE MINING MODEL does not specify what data destination to use. it simply say to create a mining model with... more >>
sample provider help
Posted by clocklamp at 3/8/2004 5:04:44 PM
can I do sample provider's parser for ole db for data
mining with other free parse tools?
and the other question is that i can develope sample
provider with vs.net,i use vb.net,is it ok?
... more >>
|