<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'Business Intelligence' and 'Professional Development'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=Business+Intelligence,Professional+Development&amp;orTags=0</link><description>Search results matching tags 'Business Intelligence' and 'Professional Development'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Want to Learn SQL Server 2012?</title><link>http://sqlblog.com/blogs/andy_leonard/archive/2012/10/22/want-to-learn-sql-server-2012.aspx</link><pubDate>Mon, 22 Oct 2012 13:00:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:45715</guid><dc:creator>andyleonard</dc:creator><description>&lt;p&gt;Or SSIS 2012? SSRS 2012? SSAS 2012? There’s no substitute for getting your hands on the product, in my opinion.&lt;/p&gt;  &lt;p&gt;I can hear you thinking, “But Andy, I can’t afford to purchase a copy of SQL Server 2012.” Are you sure? What if I told you that you can get a full-feature version of SQL Server 2012 Enterprise Edition for $50? Well, you cannot… it’s actually less than $50! &lt;a target="_blank" href="http://www.amazon.com/SQL-Server-Developer-Edition-2012/dp/B007RFXQAM/"&gt;SQL Server 2012 Developer Edition is available at Amazon&lt;/a&gt; on the day of this writing for $41.24USD. That’s about the price of eight cups of fancy coffee.&lt;/p&gt;  &lt;p&gt;SQL Server releases follow a cycle. SQL Server 2005 was a major release with big changes from SQL Server 2000. SQL Server 2008 and SQL Server 2008 R2 were not drastic departures from SQL Server 2005. Take it from me: SQL Server 2012 is a major release. &lt;/p&gt;  &lt;p&gt;Is taking your career to the next level worth the price of eight cups of coffee?&lt;/p&gt;  &lt;p&gt;:{&amp;gt;&lt;/p&gt;</description></item><item><title>So You Want To Learn Business Intelligence, Eh? Part 6: Data Mining</title><link>http://sqlblog.com/blogs/aaron_alton/archive/2009/10/03/so-you-want-to-learn-business-intelligence-eh-part-6-data-mining.aspx</link><pubDate>Sun, 04 Oct 2009 02:15:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:17232</guid><dc:creator>AaronAlton</dc:creator><description>&lt;p&gt;&lt;em&gt;Welcome to Part 6 in the “So You Want To Learn BI” series!&amp;#160; The first five posts in the series were on the old blog at blogspot – you can find them &lt;/em&gt;&lt;a href="http://thehobt.blogspot.com/search/label/Business%20Intelligence" target="_blank"&gt;&lt;em&gt;here&lt;/em&gt;&lt;/a&gt;&lt;em&gt;.&amp;#160; This is my first post on SQLBlog.&amp;#160; All future posts will be made here, so please &lt;a href="http://sqlblog.com/blogs/aaron_alton/rss.aspx" target="_blank"&gt;subscribe to this blog&lt;/a&gt; or to the &lt;a href="http://sqlblog.com/blogs/MainFeed.aspx" target="_blank"&gt;main SQLBlog feed&lt;/a&gt; if you want to follow along!&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Data Mining.&amp;#160; Probably the most overused and abused term in modern computing.&amp;#160; Not really.&amp;#160; But it’s overused an awful lot, and very few people understand what data mining really is.&amp;#160; Data mining is not comparable to anything we’ve looked at so far.&amp;#160; &lt;/p&gt;  &lt;p&gt;With OLTP queries, we’re answering a very specific question – for instance, how many units of a given product were sold, by territory, for the last year.&amp;#160; OLAP (Analysis Services) makes this sort of querying significantly more accessible by presenting the dataset to a business user in a format that they can easily consume.&amp;#160; Said business user can then pivot and slice the data any way they wish.&amp;#160; This is great, but it still relies on said user actually knowing what they’re looking for.&amp;#160; What happens when we’re looking for an answer to a more open-ended question?&amp;#160; For example, let’s say that you’re “mining” a dataset containing retail purchase information.&amp;#160; Using OLAP or OLTP, you can ask “how many copies of Guitar Hero were sold, by country, over the last 12 months?”, and you’d find out.&amp;#160; But if you wanted to answer the question….who buys the most Guitar Hero…not just by region….but by every demographic that we collect – well, that’s where data mining kicks in.&amp;#160; You see, data mining employs algorithms to find patterns in your data.&amp;#160; Using one particular data mining algorithm (called a &lt;em&gt;clustering model&lt;/em&gt;), you can indeed find out that 42 year old men from Wisconsin play way, way too much Guitar Hero.&lt;/p&gt;  &lt;p&gt;Data mining involves a number of different types of mining models (to mine for different sorts of patterns), and the Self-Paced Training Kit (see &lt;a href="http://thehobt.blogspot.com/search/label/Business%20Intelligence" target="_blank"&gt;the rest of the posts in this series&lt;/a&gt; if you don’t know what I’m talking about) does a great job of introducing them.&amp;#160; You go through the process of creating and training models, and then you use the data mining viewers built into BIDS to explore the patterns that your mining models generated.&amp;#160; The authors show you how to measure the accuracy of your mining models, and how to select the best model for a given application.&lt;/p&gt;  &lt;p&gt;More than any other chapter in this book, I found the data mining one – to be brief and a little melodramatic – riveting.&amp;#160; Truly extracting value from the data we work so hard to collect and maintain is like Christmas for database geeks.&amp;#160; More and more businesses are realizing that employing Business Intelligence is required to survive and thrive in today’s world – as a database professional, it’s in your best interests to be able to hold your own in a discussion on the subject.&lt;/p&gt;  &lt;p&gt;As with any technology, you don’t implement Data Mining “just because you can”.&amp;#160; Unless you work in a retail or online sales environment, you may find it hard to apply some of the mining techniques you learn in this lesson to solve problems in the industry that you work in.&amp;#160; If this is the spot that you find yourself in (as I have), I recommend you pick up a copy of &lt;a href="http://www.microsoft.com/learning/en/us/book.aspx?ID=12663&amp;amp;locale=en-us" target="_blank"&gt;Smart Business Intelligence Solutions with Microsoft SQL Server 2008&lt;/a&gt;.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://sqlblog.com/blogs/aaron_alton/9780735625808F_7F3909A6.gif"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="9780735625808F" border="0" alt="9780735625808F" src="http://sqlblog.com/blogs/aaron_alton/9780735625808F_thumb_2843A8A3.gif" width="107" height="123" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;I’ll post a review for that book at a later date, but in a nutshell it takes you through the process of designing and building real-life BI solutions using the SQL Server BI toolset.&amp;#160; Even with this book, you may not find an application for data mining in your environment – and that’s OK.&amp;#160; Being familiar with data mining and the types of conclusions that can be drawn using mining algorithms means that you’ll have an ace up your sleeve when the right situation comes along.&amp;#160; Such situations can crop up in the oddest of places – for instance, check out SQL MVP &lt;a href="http://sqlserverpedia.com/blog/uncategorized/sql-server-data-mining-in-the-cloud/" target="_blank"&gt;Brent Ozar&lt;/a&gt;’s excellent post on &lt;a href="http://sqlserverpedia.com/blog/uncategorized/sql-server-data-mining-in-the-cloud/" target="_blank"&gt;Mining Perfmon Output using Excel and Analysis Tools for the Cloud&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;That’s all for this time.&amp;#160; The next (and final) post in this series will be on SSRS.&amp;#160; See you soon!&lt;/p&gt;</description></item></channel></rss>