views:

70

answers:

1

I suppose SQL queries fetch "raw data"...

Is there any good point to start regarding data mining in SQL server?

Are there any available KDD ready-to-go, algorithms in MS-SQL server 2005, 2008?

+4  A: 

Well, there certainly are tons of excellent resources to start with in terms of understanding what's available, how to use it, where to use it, etc. And yes, there are pre-packaged algorithms included with both Sql 2005 and 2008, including:

As well as extensibility support for 3rd party algorithm plug-ins.

Excellent resources for starting out with mining in sql server:

chadhoc