Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server data mining > march 2004 > threads for march 15 - 21, 2004

Filter by week: 1 2 3 4 5

Basic Question on SQL SELECT Performance
Posted by Joseph Geretz at 3/21/2004 3:10:10 PM
Hi, I hope this is an appropriate group to ask a question about basic SQL SELECT performance. I'm creating a VIEW which draws together two tables; T_ONE and T_MANY. Basically, the VIEW creates a LEFT JOIN from T_ONE to T_MANY so that the Ad Hoc SQL submitted from the software is simply a SELE...more >>


error while querying using DMsample
Posted by Farrukh Pulak at 3/20/2004 3:44:05 PM
Hi every one: I am realy stuck! 1. I am always receiving an error while running query using DMsample.exe. I have installed lattest service packs and installed ocx componenet according to SQLSERVER.DATAMINING faq . --> Error message comes: The operation has failed because of an error in the...more >>

Angoss sample - using SQL Server ?
Posted by Sinex at 3/20/2004 2:35:11 PM
Hi ! I installed the Angoss SDK. Theres a sampe application that comes with it. It uses an MS Access dbase. Is there a sample that shows how to use it with the data in SQL server? ....Sinex ...more >>

Cerating mining model from VB code...failing :-(
Posted by Sinex at 3/20/2004 12:50:53 PM
Hi ! I have SQL Server2K on my machine. I want to create a decision tree model from my VB application. I created an ADODB connection first (uses the MSDMine.1 provider). Then I tried to execute the following statement: DC.Execute "INSERT INTO " & DMMName & " " & _ "(SKIP, [EMP_CARD_INDEX]...more >>

data mining prediction quries
Posted by jrock at 3/19/2004 6:06:15 AM
In the classic foodmart 2000 example(a data set i'm taking as input into building an mining application) in an attempt to identify patterns in customers in SQL SERVER 2000: analysis services based on sales data(customer transactions)...what are the patterns i should try to find and what would be the...more >>

SQL server books online mining model sample VB6 to C#" cont...
Posted by oshadha at 3/19/2004 1:01:06 AM
Hi all, this is regard to the massage "SQL server books online mining model sample VB6 to C#" replied by Peter Kim ...I have added the DSO referance already but converting VB6 code Set dsoDB = dsoServer.MDStores("FoodMart 2000") to C# coding is difficult. and also is it possible to get the number...more >>

New to SQL
Posted by SqlJunkies User at 3/18/2004 1:47:02 PM
I just started using SQL at work. Iwas wondering how to write a query for a reprt that would allow you to pick the date range that you wanted. Any help someone could give me would be appreciated. I would also be interested in some book titles that would help with this. --- Posted using Wimdows.n...more >>

SQL server books online mining model sample VB6 to C#
Posted by oshadha at 3/17/2004 9:56:10 PM
Hi all I'm trying to re-process a manually created mining model in the analysis services. I suppose this is possible with DSO 'processfull' command ? but i use C# for development and not sure how to connect to a existing mining model. I have pasted a part of the VB 6.0 sample coding found in SQL se...more >>



DM sample crashing - continued...
Posted by Sinex at 3/17/2004 12:53:25 PM
Hi, I have VB 6.0 and am running Win2K with SP4. However the readme file recommends SP3. Is this the reason for the crashes?? Sinex Original Message: 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 encounter...more >>

Accessing Analysis Services from a client.
Posted by Sinex at 3/17/2004 9:49:38 AM
Hi, I am using SQL Server2K with Analysis Services. Does the client version of SQL Server also have an Analysis Manager? Is there some UI in the client which hooks up with the Analysis Server on the server side? Another doubt I had was the following:: Say I write an add-in for Analysis Servi...more >>

Datetime Minimum Date values
Posted by Roger B at 3/17/2004 8:44:17 AM
I've got a linked server setup to DB2, and some of the date fields in the DB contain 1/1/0001 values. When I attempt to select that field, I get an error Server: Msg 8114, Level 16, State 8, Line 1 Error converting data type DBTYPE_DBTIMESTAMP to datetime. I assume since valid dates ...more >>

What is a good tool to let end users look at mining models?
Posted by Olof at 3/16/2004 1:36:01 PM
Hi, I'm looking for a good tool that end users can use to view data mining models that I have created. Excel can be used to view the pivot tables, but I have yet to find a good viewer for mining models. Regards, Olof...more >>

how to register them
Posted by clocklamp at 3/15/2004 9:15:03 PM
if i implement ole db for dm provider,and build it as **.dll, how to register them in analysis server?? is it like :regsvr32 **.dll, is it right?...more >>

Doing something useful with my cluster model
Posted by Sinex at 3/15/2004 8:08:08 PM
Hi ! I have a cluster model of my data. I'd like to perform queries against this model now. What sort of queries can I make? How can i make more sense of the clusters? ....Sinex ...more >>

What type of interesting report can i get with students data?
Posted by smen at 3/15/2004 5:11:05 PM
Dear all, I’m a student whose doing extensive research on data warehousing and data mining. With me, is a full dataset of students’ record from a local university. Information’s which is in the dataset consists of students subjects, grades, personal information, library information, to hostel...more >>

Querying a cluster model?
Posted by Sinex at 3/15/2004 3:53:57 PM
Hi ! I have an employee database. I applied the culstering model to thid db. Now I want to write a query such that given an employee index, i need to retrieve which cluster he belongs to ( and also retrieve info abt the rest in the same cluster)! ....Sinex ...more >>

Meaning of the clusters?
Posted by Sinex at 3/15/2004 2:43:35 PM
Hi ! I just ran the clustering algorithm (from analysis manager) on my data and got a nice output in the mining model browser! But how did the algo segment the data into 10 clusters? Whats the meaning of these clusters? How do I interpret these clusters? Is there any material/resource th...more >>

incorrect date format
Posted by Miriam at 3/15/2004 9:23:43 AM
Hi, I have a db on Sqlserver 2000, compatibility level 80 and my collation name is "SQL_Latin1_General_CP1_CI_AS", I have SP3 On the server regional options we have dd/MM/YYYY, and the problem is that after a reboot I have months like 'tammi', 'helmi', 'maails', 'huhti', 'touko', 'ke...more >>

predicting CPU usage through clustering
Posted by Oshadha at 3/15/2004 1:56:06 AM
Hi all I have written many times to this forum and have received valuable information. Thanks for all who replied me. But I’m still uncertain, what analysis service is capable of. My scenario is as follows (I’ll try to make is simple as possible). I have a chart and the X axis is the days (e.g...more >>


DevelopmentNow Blog