<?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 'PASS' and 'Microsoft'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=PASS,Microsoft&amp;orTags=0</link><description>Search results matching tags 'PASS' and 'Microsoft'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Big Data and the Cloud - More Hype or a Real Workload?</title><link>http://sqlblog.com/blogs/buck_woody/archive/2011/10/18/big-data-and-the-cloud-more-hype-or-a-real-workload.aspx</link><pubDate>Tue, 18 Oct 2011 13:57:36 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:39156</guid><dc:creator>BuckWoody</dc:creator><description>&lt;p&gt;Last week Microsoft announced several new offerings for “Big Data” - and since I’m a stickler for definitions, I wanted to make sure I understood what that really means. What is “Big Data”? What size hard drive is that? After all, my laptop has 1TB of storage - is my laptop “Big Data”?&lt;/p&gt;  &lt;p&gt;There are actually a few definitions for this term, most notably those involving the &lt;a href="http://nosql.mypopescu.com/post/9621746531/a-definition-of-big-data" target="_blank"&gt;“Four V’s” Volume, Velocity, Variety and Variability&lt;/a&gt;. Others &lt;a href="http://nosql.mypopescu.com/post/10120087314/big-data-and-the-4-vs-volume-velocity-variety" target="_blank"&gt;disagree with this&lt;/a&gt; definition. I tend to try and get things into their simplest form, so I’m using this definition for myself:&lt;/p&gt;  &lt;p align="center"&gt;&lt;font color="#c0504d" size="3"&gt;Big data is defined as a &lt;em&gt;large set &lt;/em&gt;of &lt;em&gt;computationally expensive &lt;/em&gt;data that is &lt;em&gt;worked on simultaneously&lt;/em&gt;.&lt;/font&gt; &lt;/p&gt;  &lt;p&gt;Let me flesh that out a&amp;#160; little. To be sure, “Big Data” has a larger size than say a few megabytes. The reason this is important is that it takes special hardware to be able to move large sets of data around, store it, process it and so on. (&lt;font color="#c0504d"&gt;large set&lt;/font&gt;)&lt;/p&gt;  &lt;p&gt;If you store a LOT of data, but only use a small portion of it at a time, that really isn’t super-hard to do. It’s mainly a storage issue at that point. But, if you do need to work with a large portion of the data at one time, then the memory, CPU and transfer components of the system have to adapt to be responsive - new ways to work with that data (game theory, knot-algorithms, map-reduce, etc.) need to be brought into play. (&lt;font color="#c0504d"&gt;computationally expensive&lt;/font&gt;)&lt;/p&gt;  &lt;p&gt;Once that data is loaded into the processing area (memory or whatever other mechanism is used) it must be worked on in parallel to come back in a reasonable time. You have two options here - you can scale the system up with more internal hardware (CPU’s, memory and so on) or you can scale it out to have multiple systems work on it at the same time using paradigms such as map/reduce and so on. Actually, when you lay this out in an architecture diagram, scale up or out doesn’t actually change the logical structure of the process - in scale out the network becomes the bus, and the nodes become more RAM and computing power. Of course, there are changes in code for how you stitch the workload back together. (&lt;font color="#c0504d"&gt;worked on simultaneously&lt;/font&gt;)&lt;/p&gt;  &lt;p&gt;So back to the original question. Is Big Data, as I have defined it here, a workload for Windows and SQL Azure? Absolutely! In fact, it’s probably one of the main workloads, and I believe it represents the latest, and perhaps also the earliest frontier of computing. Jim &lt;a href="http://research.microsoft.com/en-us/um/people/gray/" target="_blank"&gt;Gray, a former researcher here at Microsoft and a hero of mine, was working on this very topic.&lt;/a&gt; I believe as he did - all computing is simply an interface over data. &lt;/p&gt;  &lt;p&gt;Microsoft has multiple offerings on the topic of Big Data. In posts that follow from myself and my co-workers, we’ll explore when and where you use each one. Whether you are a data professional or a developer, this is the new frontier - &lt;a href="http://www.straightpathsql.com/archives/2011/10/microsoft-loves-your-big-data/" target="_blank"&gt;don’t wait to educate yourself&lt;/a&gt; on how to leverage Big Data for your organization. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Hadoop on Windows Azure and SQL Server&amp;#160; &lt;/strong&gt;- Microsoft’s &lt;a href="http://www.hortonworks.com/the-whys-behind-the-microsoft-and-hortonworks-partnership/" target="_blank"&gt;partnership to include Hadoop workloads on Windows Azure&lt;/a&gt; and &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=27584" target="_blank"&gt;SQL Server/Parallel Data Warehouse (PDW)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;LINQ to HPC &lt;/strong&gt;- Microsoft’s High-Performance Computing SKU of &lt;a href="http://blogs.technet.com/b/windowshpc/archive/2011/05/20/dryad-becomes-linq-to-hpc.aspx" target="_blank"&gt;HPC is now in Azure&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Windows Azure Table Storage &lt;/strong&gt;- A &lt;a href="http://msdn.microsoft.com/en-us/library/windowsazure/hh508997.aspx" target="_blank"&gt;key/value pair type storage with full partitioning&lt;/a&gt; that is immediately consistent, able to handle huge loads of data and works with any REST-compatible language&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;strong&gt;Other offerings &lt;/strong&gt;- Including the new &lt;a href="http://www.microsoft.com/en-us/sqlazurelabs/default.aspx" target="_blank"&gt;Data Explorer&lt;/a&gt;, &lt;a href="http://research.microsoft.com/en-us/news/headlines/daytona-071811.aspx" target="_blank"&gt;Project Daytona (with a Big Data Toolkit for Scientists and researchers)&lt;/a&gt;, &lt;a href="http://www.microsoft.com/sqlserver/en/us/future-editions/SQL-Server-2012-breakthrough-insight.aspx" target="_blank"&gt;Power View&lt;/a&gt; and more. &lt;/p&gt;  &lt;p&gt;The era of Big Data is here. And you can use Windows and SQL Azure to bring it to your organization. &lt;/p&gt;</description></item><item><title>How to get Microsoft to speak at your event</title><link>http://sqlblog.com/blogs/buck_woody/archive/2010/02/22/how-to-get-microsoft-to-speak-at-your-event.aspx</link><pubDate>Mon, 22 Feb 2010 14:35:36 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:22556</guid><dc:creator>BuckWoody</dc:creator><description>&lt;p&gt;If you’re holding a special event, such as a SQL Saturday or a user group, one of the challenges is to get speakers for the event. Now, the best speakers come from the community – people who use the product day-in, day-out. They have a wealth of expertise, and many of them are really great presenters.&lt;/p&gt;  &lt;p&gt;But from time to time you might want to get a Microsoft person to speak at your group or event. Microsoft is a big company, and you can get everything from Marketing (yes, there’s a place for that) to deep technical topics in that skillset. But how can your group get Microsoft to speak for you?&lt;/p&gt;  &lt;p&gt;It might be easier than you think.&lt;/p&gt;  &lt;p&gt;Microsoft has three or four main areas that you might be able to pull from, starting with the folks that are closest to you: &lt;strong&gt;Sales&lt;/strong&gt;. &lt;/p&gt;  &lt;p&gt;Don’t make that face, there is &lt;em&gt;sales &lt;/em&gt;and then there is sales. Within the sales team are four kinds of folks – your account manager, who owns the relationship between Microsoft and your company, the Sales professional, who owns the revenue and licensing for your account, the Account Technology Specialist (ATS) who knows about multiple Microsoft products, and the Technology Specialist (TSP or TS) that has a deep knowledge in a single technology, like SQL Server. These last two folks are the people who could deliver technical talks, especially around the newest products. And many of them are willing to do it. They are tied to a geographical area, so if your group has people in it that work at a company that is &lt;em&gt;headquartered &lt;/em&gt;in that geography, the TSP and ATS might be willing to come out and chat with your group. And you might even want a Salesperson to come. Ever have a licensing briefing? Ever have questions? Ask them!&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;How to find them: &lt;/strong&gt;Call your local Microsoft Office (the building, not the software). Find yours here: &lt;a href="http://www.microsoft.com/worldwide/"&gt;http://www.microsoft.com/worldwide/&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The product group&lt;/strong&gt;. If you live in the Redmond area, you should be coming to the PASS chapter monthly user group meetings here. It’s held at the Microsoft campus, it’s free, and it has a Microsoft product group member speaking just about every month. When I ran a user group for five years, it was impossible for me to get this kind of attention from the product group. It’s amazing.&lt;/p&gt;  &lt;p&gt;Wait – you don’t live next to Microsoft? Not to worry. If you have a projector and a good set of speakers, the product teams can set up a LiveMeeting and present. I’ve done this several times myself. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;How to find them&lt;/strong&gt;: Twitter, Facebook, LinkedIn. Lurk on forums and see what the signature blocks say. Let’s see….oh, how about &lt;strong&gt;blogs &lt;/strong&gt;like this one. You can find lots of blogs from Microsoft folks here:&amp;#160; &lt;a href="http://www.microsoft.com/sqlserver/2008/en/us/community.aspx"&gt;http://www.microsoft.com/sqlserver/2008/en/us/community.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;There are &lt;strong&gt;other groups&lt;/strong&gt; at Microsoft that are willing to speak, and all you have to do is ask around. From “evangelists” to marketing, from training to even the documentation group, folks are out there that have really deep knowledge in just about every area of the product.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;How to find them&lt;/strong&gt;: TechEd, PASS and other conventions. Give them your card, get their e-mail addresses.&lt;/p&gt;  &lt;p&gt;Here’s something to keep in mind: Microsoft works us pretty hard. In fact, sleep is really a luxury most of us aren’t granted; I think you get to do that when you’re a president or something. Maybe. So the folks you contact will be busy – really busy – just like you. I have traveled out of my district to present from time to time, but I have to take vacation time to do it, and Microsoft doesn’t pay my flight, hotel, food, anything like that. Any time we give you is “out of our own pocket”, so travel and late nights should be taken into account. So don’t abuse them, don’t always expect the invitation to be accepted. Most of us don’t get paid by Microsoft to do the extra presentations any more than you do, so keep that in mind and be polite and understanding. But do ask – most of us are really enthusiastic about this technology, and we love to help others learn, and to learn from the folks we meet. &lt;/p&gt;</description></item></channel></rss>