vote up 0 vote down star

I have to study about data mining with SQL Server, but I don't know how to begin. Can you suggest me some books written in this subject? some sources of knowledge studied in it?

Thank you in advance.

flag

27% accept rate
1  
Start by asking this question on serverfault.com – lothar Jun 2 at 1:31
4  
Data mining is more development than server administration. Why does this belong on ServerFault? – Eric Jun 2 at 1:40
@Vimvq1982: Looks like the same question as you posted last week posted here: stackoverflow.com/questions/928963/… – John Sansom Jun 2 at 6:00

5 Answers

vote up 2 vote down

Start with this site - contains tutorials, white papers, many useful links.

link|flag
vote up 1 vote down

Here's a Virtual Lab on Data Mining. If your just starting out, it's nice b/c it lets you get your hands on the technology and play around a bit.

link|flag
vote up 2 vote down

To pile, on, this book is awesome. It goes into what the algorithms do, and how to apply them in SQL Server. You'll learn a lot with it.

link|flag
vote up 0 vote down

I would suggest beginning your research by focusing on SQL Server Analysis Services via the Books Online Documentation, in particular the "Analysis Services Information Worker InfoCenter" as the information presented is mostly for the attention of data analysts.

http://msdn.microsoft.com/en-us/library/ms174577(SQL.90).aspx

Using the reference you can choose further readying into specific subjects such as "Data Mining Concepts", which will subsequently lead you onto the various Data Mining Algorithms that are available to you.

Then to get hands on with the technology, take a look at the Microsoft Data Mining Tutorial:

http://msdn.microsoft.com/en-us/library/ms167167.aspx

link|flag
vote up 0 vote down

I recommend diving right in and installing SQL Server 2005/8 developer edition and include the analysis services install.

Then check out:

http://www.sqlserverdatamining.com/ssdm/

and some examples of mining stackoverflow:

http://sqlserverpedia.com/blog/sql-server-tutorial/data-mining-the-stackoverflow-database/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.