<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>John C. Hancock's blog</title><link>http://blogs.msdn.com/johnchancock/default.aspx</link><description /><dc:language>en-CA</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Analyzing data gathered using Groove forms</title><link>http://blogs.msdn.com/johnchancock/archive/2007/04/15/collaborative-data-gathering-using-groove.aspx</link><pubDate>Sun, 15 Apr 2007 22:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2147664</guid><dc:creator>johnchanc</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/johnchancock/comments/2147664.aspx</comments><wfw:commentRss>http://blogs.msdn.com/johnchancock/commentrss.aspx?PostID=2147664</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'"&gt;Recently I had to come up with a solution for analyzing data gathered from a consumer research survey.&amp;nbsp; Imagine that a company wants to send researchers out to shopping malls and interview people to find out how much they know about a new product.&amp;nbsp; In the old days, this process would involve paper questionnaires that they would fill out for every person they interviewed, and then a long data capture process at the very end. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;The company wants much faster access to analyze the results as they are gathered, so they arm the researchers with Tablet PCs.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Now the challenge is to find an application to get the data from the field researchers into the cube for analysis.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Arial','sans-serif'"&gt;This could involve building a custom client application, but that would involve writing custom code to manage local data storage on the tablets and synch it up with a central database – too much effort.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;A creative solution uses Groove forms to gather the data and rely on the built in secure synchronization so that researchers can synch up even from coffee shops with public Internet connections.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;MSDN Magazine has published my article on how to build this solution, and how to use the Groove web services API to get the data from the Groove workspace into the database – see &lt;A class="" title=http://msdn.microsoft.com/msdnmag/issues/07/05/Groove/default.aspx href="http://msdn.microsoft.com/msdnmag/issues/07/05/Groove/default.aspx" mce_href="http://msdn.microsoft.com/msdnmag/issues/07/05/Groove/default.aspx"&gt;http://msdn.microsoft.com/msdnmag/issues/07/05/Groove/default.aspx&lt;o:p&gt;&lt;/o:p&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2147664" width="1" height="1"&gt;</description></item><item><title>Social relationships and data mining</title><link>http://blogs.msdn.com/johnchancock/archive/2007/02/25/social-relationship-analysis-with-data-mining.aspx</link><pubDate>Sun, 25 Feb 2007 15:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1757691</guid><dc:creator>johnchanc</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/johnchancock/comments/1757691.aspx</comments><wfw:commentRss>http://blogs.msdn.com/johnchancock/commentrss.aspx?PostID=1757691</wfw:commentRss><description>&lt;SPAN lang=EN-CA style="mso-ansi-language: EN-CA"&gt;&lt;FONT face=Verdana&gt;
&lt;P class=Text style="MARGIN: 3pt 0in"&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-CA style="mso-ansi-language: EN-CA"&gt;&lt;FONT face=Verdana&gt;Studying the social relationships between people is an area that is getting an increasing amount of attention.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Sociologists often turn to concepts from the field of network analysis to help them understand and quantify these ideas, such as how central a particular person is within their social network, or which subgroups of people are closely related (see &lt;A class="" title="Social network" href="http://en.wikipedia.org/wiki/Social_network" target=_blank mce_href="http://en.wikipedia.org/wiki/Social_network"&gt;Social network&lt;/A&gt;).&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=Text style="MARGIN: 3pt 0in"&gt;&lt;SPAN lang=EN-CA style="mso-ansi-language: EN-CA"&gt;&lt;FONT face=Verdana&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=Text style="MARGIN: 3pt 0in"&gt;&lt;SPAN lang=EN-CA style="mso-ansi-language: EN-CA"&gt;&lt;FONT face=Verdana&gt;&lt;SPAN style="mso-spacerun: yes"&gt;These techniques involve applying complex algorithms to large sets of data.&amp;nbsp; What we need is a platform that can store the data, give us a framework to implement the required logic, and a flexible way of presenting the data to users.&amp;nbsp; SQL 2005 has all the necessary components, so I've attached a paper that describes how to start tackling this area.&amp;nbsp; The paper walks you through creating&amp;nbsp;the data mining model using &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-CA style="mso-ansi-language: EN-CA"&gt;&lt;FONT face=Verdana&gt;&lt;SPAN style="mso-spacerun: yes"&gt;the Microsoft Association Rules algorithm, developing the stored procedures using C#, and then reporting on the data mining model.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1757691" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/johnchancock/attachment/1757691.ashx" length="301985" type="application/pdf" /><category domain="http://blogs.msdn.com/johnchancock/archive/tags/Data+Mining/default.aspx">Data Mining</category></item><item><title>Practical Business Intelligence with SQL Server 2005</title><link>http://blogs.msdn.com/johnchancock/archive/2006/08/13/697862.aspx</link><pubDate>Sun, 13 Aug 2006 18:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:697862</guid><dc:creator>johnchanc</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/johnchancock/comments/697862.aspx</comments><wfw:commentRss>http://blogs.msdn.com/johnchancock/commentrss.aspx?PostID=697862</wfw:commentRss><description>Our new book &lt;A href="http://www.amazon.com/gp/product/0321356985/sr=8-2/qid=1155483451/ref=sr_1_2/103-2473009-8133407?ie=UTF8"&gt;Practical Business Intelligence with SQL Server 2005 &lt;/A&gt;will be available from September, so this blog is a place for me to post any helpful information that didn't make it into the book. So, if you send me questions here or through my web site at &lt;A href="http://www.johnchancock.net"&gt;http://www.johnchancock.net&lt;/A&gt;, I'll post more detailed explanations and real world tips on this blog.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=697862" width="1" height="1"&gt;</description></item></channel></rss>