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

Filter by week: 1 2 3 4 5

sqlserver 2000 - frontage 2002 - pivot table drillthrough
Posted by Hubert Mayr at 3/31/2004 3:46:23 PM
Hi! 1. I create an intranet (IIS) with frontpage 2002 with an office pivot table with the origin on an sqlserver 2000 cube. How could my users drillthrough to the rows in the pivot table with the internet explorer? Is that anywhere possible? 2. Is that with other tools possible to create ...more >>


Targeted Marketing
Posted by Poch Reyes at 3/29/2004 7:28:07 PM
Hi Guys, I have a question regarding trargeted marketing. What is the best mining algorithm to use for this? Say I have a set of customers who buy from my web store. Now, whenever I come up with a new product for sale, I would like to send out broadcasts to "targeted customers." say my new pr...more >>

Data Mining Tool
Posted by Alice - Brazil at 3/29/2004 9:22:16 AM
Hello all, In a Microsoft documentation, about Data Mining using SQL Server 2000, I found some instructions about the software Data Mining Tool (good for cleanning data, transform and split, before building the data mining models). But I dont have this software and I have no idea how could...more >>

Clustering data
Posted by Lars Roith at 3/25/2004 4:28:40 PM
Hello everybody, I have a relational database containign a table with a lot of facts (e.g. yearly income). Now I want to build groups/clusters for the yearly income. Is there a way to have the analysis services doing the job automtically? The result should be: e.g 7 Clusters with the foll...more >>

Getting Just The Date
Posted by Atley at 3/25/2004 12:57:00 PM
This sounds stupid, but I cannot find a way to just get today's date without the time to pull a date range... I have tried convert (datetime, GetDate(), 112) and some others, all to no avail... isn't there just a date function that doesn't include the time? ...more >>

Problem converting to a date...
Posted by Atley at 3/25/2004 10:47:41 AM
I have a field in a table that contains date data in the following format: 20040301 what is the best, low impact method for converting this to a useable date field? ...more >>

Joins vs Where Clause
Posted by Dave Debreceni at 3/24/2004 3:16:09 PM
I have a query which used 2 tables in the from clause and used the where clause to get the result like so Select tb1.*, tb2. from tb1, tb where tb1.id = tb2.i and tb1.data_dt = '20031231 This query for these tables where are large, about 2 million rows a piece, returned the correct result, but...more >>

3rd party tools for viewing clustering and decision tree models
Posted by jrock at 3/23/2004 6:16:15 PM
i'm writing a program in VB that predicts customer buying patterns using MS AS as the back end....i've create the mining model using VB but i want to show the decision trees and the cluster models to the user through the front end.....are there any 3rd party tools that i could use to do this.....and...more >>



Angoss SDK sample - Interpreting the clusters?
Posted by Sinex at 3/23/2004 5:25:06 PM
Hi ! I tried the Angoss sample application that comes with the SDK. The cluster model shows up in the SegView control. The first column makes sense - it talks abt the distinct clusters in the entire population. But wat are the other pie charts? How was cluster 001 to cluster 010 created? D...more >>

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 >>

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 >>

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 >>

CNET article on Yukon PIVOT
Posted by Sanders Kaufman at 3/6/2004 1:27:54 AM
<shameless plug> In SQL Server Yukon, the PIVOT/PIVOT functions promise to be very helpful for Data Miners. This is my article on Builder.com about it: http://builder.com.com/5171-22-1045432.html </shameless plug> ...more >>

help
Posted by ashwin at 3/5/2004 11:13:04 PM
how does the mining model wizard gets the parameter info that should be given with the create mining model query for ex we need to get a min support and min confidence for association rule mining based algoritham .after aggregating the algoritham with analysis server will the mining model...more >>

help
Posted by ashwin at 3/5/2004 11:09:23 PM
why is there the sample provider comes without a $500 worth of visual parser++?why cant we use any open source or why not provided by microsoft itself? as we were a student at our final weeks of college project presentation we cant affort it. next can i do anything to implement my associat...more >>

SQL script fails to execute
Posted by Stuart at 3/5/2004 3:32:24 PM
I've written the following SQL script which the Query Analyzer, that came with our SQL Server 2000, has confirmed as OK. However, when I attempt to run the script nothing is returned. I'm very new to SQL, so this may be a simple user error, but I would really appreciate some help, Thanks ...more >>

Problems with Getting a Date (range)
Posted by Atley at 3/5/2004 12:19:24 PM
I am trying to get a date range from the first of whatever month is previous to the current one to exactly one year previous to that date ie 02/01/04 to 02/01/03 to pull the appropriate section of data out... I have tried to use: BETWEEN MONTH(GETDATE()) - 1 + '/' + 01 + '/' + YEAR(GETDATE()...more >>

what do i modify sampleprovider to run it if i just have trial vp
Posted by clocklamp at 3/5/2004 12:25:47 AM
I have download new sampleprovider,I do evevrything according read me,but I use platform sdk oct 2002 and trial vp.it didnt run. I read FAQ: 39. Can I compile the sample provider with trial version of Visual Parse++? last words tell that: There may be some way to get around this. But, it w...more >>

what about DSO(analysis server's decision support object) Aggregator
Posted by clocklamp at 3/4/2004 5:50:58 PM
what is dso's aggregator?what relation between aggregator and the third party provider? where are I can find more materials about aggregator, it seem fail when search it in sql server help. than a lot...more >>

about DM Sample provider
Posted by clocklamp at 3/4/2004 5:13:52 PM
1.if i load the third party provider in analysis server,can i unload it from analysis server again? 2.where do i can download this article"Mosaic Interactive DM article ",An article about Analysis Services Data Mining with source code.the present linking is invalid. 3.sample provider readme ...more >>

hola
Posted by Fernando Ugarte at 3/4/2004 1:15:19 PM
como puedo saber que verion de service pack tengo instalado? gracias ...more >>

question about building DM sample provider
Posted by clocklamp at 3/4/2004 3:13:52 AM
I knew SQL server data mining from last year,My material about it is old ,I find they are before last two or three years ,after serveral years,how about data mining in microsoft,how to develope it in future? I also have a question about microsoft data mining sample provider,I build it a...more >>

Help for datamining (Clustering)
Posted by _mario latens at 3/3/2004 9:52:09 PM
I'm doing my tesis about datamining in particular about clustering. If somebody knows sites, book, suggestions about clustering tell me, please! Thankyou in advance, Mario....more >>


DevelopmentNow Blog