商业智能:使用 MS SQL Server 进行数据挖掘?
我必须学习使用SQL Server 进行数据挖掘。 据我所知,SQL Server 中的商业智能支持数据挖掘,但我不太确定。
- BI真的支持数据挖掘吗?
- 如何开始使用 SQL Server 进行数据挖掘? 我的意思是,书籍、博客等资源,
谢谢大家。
I have to study about data mining using SQL Server. As I know, Business Intelligence in SQL Server supports data mining, but I'm not pretty sure.
- Does BI really support data mining?
- How can I start with data mining with SQL Server? I mean, resources such as books, blogs,..etc
Thank you all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我建议您通过在线图书文档重点关注 SQL Server Analysis Services,特别是“Analysis Services Information Worker InfoCenter”来开始您的研究,因为所提供的信息主要是为了吸引数据分析师的注意。
http://msdn.microsoft.com/en-us /library/ms174577(SQL.90).aspx
使用参考,您可以选择进一步准备特定主题,例如“数据挖掘概念”,这将随后引导您了解可用的各种数据挖掘算法。
然后,要掌握该技术,请查看 Microsoft 数据挖掘教程:
http://msdn.microsoft.com/en-us/library/ms167167.aspx
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
每个数据库都支持数据挖掘。 处理大量结构化数据就是数据库的作用!
首先学习 SQL,它在许多应用程序和数据库中很有用。
然后,如果您发现无法使用 SQL 解决的问题,您可以转向:
这些是 Sql Server 特定的,并不是在每个 BI 场景中都那么有用。
Every database supports data mining. Handling large amounts of structured data is what databases do!
First learn SQL which is useful in many applications and databases.
Then, if you find stuff you can't solve with SQL, you can turn to:
These are Sql Server specific, and not as useful in every BI scenario.
Microsoft BI 堆栈由以下部分组成:
这三者的组合将允许您挖掘数据、执行分析并以交互方式显示它们。
我在我的美味帐户中添加了一些好的链接:
http://delicious.com/syalam/ssrs
The Microsoft BI stack is composed of:
The combination of three will allow you to mine data, perform analytics and display them interactively.
I have bookmarked a few good links in my delicious account:
http://delicious.com/syalam/ssrs
查看此链接 - 我从这些截屏视频中了解到:
http:// sqlblog.com/blogs/denis_gobo/archive/2007/12/13/3937.aspx
Check thislink out - I learned from those screencasts:
http://sqlblog.com/blogs/denis_gobo/archive/2007/12/13/3937.aspx