<?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 'sql server' and 'Best Practices'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=sql+server,Best+Practices&amp;orTags=0</link><description>Search results matching tags 'sql server' and 'Best Practices'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>PASS Workshop “Creating a BI solution from A to Z” - Interview</title><link>http://sqlblog.com/blogs/davide_mauri/archive/2010/09/16/pass-workshop-creating-a-bi-solution-from-a-to-z-interview.aspx</link><pubDate>Thu, 16 Sep 2010 22:16:27 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:28820</guid><dc:creator>manowar</dc:creator><description>&lt;p&gt;If you’re still unsure if the workshop I’ll deliver at PASS Summit the next November - “Creating a BI solution from A to Z” - is a good choice for you or not, you can get some more details reading the brief interview here:&lt;/p&gt;  &lt;p&gt;&lt;a title="Permanent Link to 2010 PASS Summit Post-Con Preview - Davide Mauri" href="http://www.sqlpass.org/Community/PASSBlog/entryid/187/2010-PASS-Summit-Post-Con-Preview-Davide-Mauri.aspx"&gt;PASS Summit Post-Con Preview - Davide Mauri&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Where you’ll find answers to the following questions:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Is there an audience that would benefit especially from this session?&lt;/li&gt;    &lt;li&gt;After having attended your seminar, what are two or three things that an attendee will be able to take back to the office and put to use right away?&lt;/li&gt;    &lt;li&gt;What background should attendees ideally have to be fully prepared for your seminar?&lt;/li&gt;    &lt;li&gt;What experience are you, as a speaker, bringing to this session?&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;That may help you to take your final decision. More than 20 people already decided to come: you’ll be in good company! :)&lt;/p&gt;</description></item><item><title>Use Those Schemas, People!</title><link>http://sqlblog.com/blogs/buck_woody/archive/2010/05/18/use-those-schemas-people.aspx</link><pubDate>Tue, 18 May 2010 12:39:35 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:25246</guid><dc:creator>BuckWoody</dc:creator><description>&lt;p&gt;Database Schemas are just containers – they aren’t users or anything else – think of a sub-directory on the hard drive. In early versions of SQL Server we “hid” schemas, placing all objects under “dbo”, which gave the erroneous perception that Schemas are users. &lt;/p&gt;  &lt;p&gt;In SQL Server 2005, we “un-hid” or re-introduced schemas within the database. Users can have a default schema (a place where their new objects go), you can add new schemas and transfer objects between them, and they have many other benefits.&lt;/p&gt;  &lt;p&gt;But I still see a lot of applications, developed by shops I know as well as vendors, that don’t make use of a Schema. Everything is piled under dbo. I completely understand this – since permissions can be granted to a schema, they feel a lot like a user, so it’s just easier not to worry about both users and schemas when you create a database. But if you’ll use them properly you can make your application more understandable and portable.&lt;/p&gt;  &lt;p&gt;You should at least take a few minutes and read more about them – you owe it to your users: &lt;a href="http://msdn.microsoft.com/en-us/library/ms190387.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms190387.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Testing and Validation – You Really Do Have The Time</title><link>http://sqlblog.com/blogs/buck_woody/archive/2010/05/04/testing-and-validation-you-really-do-have-the-time.aspx</link><pubDate>Tue, 04 May 2010 13:20:01 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:24812</guid><dc:creator>BuckWoody</dc:creator><description>&lt;p&gt;One of the great advantages in my role as a Technical Specialist here at Microsoft is that I get to work with so many great clients. I get to see their environments and how they use them, and the way they work with SQL Server. &lt;/p&gt;  &lt;p&gt;I’ve been a data professional myself for many years. Over that time I’ve worked with many database platforms, lots of client applications, and written a lot of code in many industries. For a while I was also a consultant, so I got to see how other shops did things as well. But because I now focus on a “set” base of clients (over 500 professionals in over 150 companies) I get to see them over a longer period of time. Many of them help me understand how they use the product in their projects, and I even attend some DBA regular meetings. I see the way the product succeeds, and I see when it fails.&lt;/p&gt;  &lt;p&gt;Something that has really impacted my way of thinking is the level of importance any given shop is able to place on testing and validation. I’ve always been a big proponent of setting up a test system and following a very disciplined regimen to make sure it will work in production for any new projects, and then taking the lessons learned into production as standards.&lt;/p&gt;  &lt;p&gt;I know, I know – there’s never enough time to do things right like this. Yet the shops I see that do it have the &lt;em&gt;same level of work that they output as the shops that don’t&lt;/em&gt;. They just &lt;em&gt;make&lt;/em&gt; the time to do the testing and validation and create a standard that they will follow in production. And what I’ve found (surprise surprise) is that they have fewer production problems.&lt;/p&gt;  &lt;p&gt;OK, that might seem obvious – but I’ve actually tracked it and those places that do the testing and best practices really do save stress, time and trouble from that effort. We all think that’s a good idea, but we just “don’t have time”. OK – but from what I’m seeing, you can &lt;em&gt;gain&lt;/em&gt; time if you spend a little up front. You may find that you’re actually already spending the same amount of time that you would spend in doing the testing, you’re just doing it later, at night, under the gun.&lt;/p&gt;  &lt;p&gt;Food for thought.&amp;#160; &lt;/p&gt;</description></item><item><title>Backup those keys, citizen</title><link>http://sqlblog.com/blogs/buck_woody/archive/2010/04/20/backup-those-keys-citizen.aspx</link><pubDate>Tue, 20 Apr 2010 12:14:50 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:24408</guid><dc:creator>BuckWoody</dc:creator><description>&lt;p&gt;Periodically I back up the keys within my servers and databases, and when I do, I blog a reminder here. This should be part of your standard backup rotation – the keys should be backed up often enough to have at hand and again when they change.&lt;/p&gt;  &lt;p&gt;The first key you need to back up is the Service Master Key, which each Instance already has built-in. You do that with the &lt;a href="http://msdn.microsoft.com/en-us/library/ms190337.aspx" target="_blank"&gt;BACKUP SERVICE MASTER KEY command, which you can read more about here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;The second set of keys are the Database Master Keys, stored per database, if you’ve created one. You can back those up with the &lt;a href="http://technet.microsoft.com/en-us/library/ms174387.aspx" target="_blank"&gt;BACKUP MASTER KEY command, which you can read more about here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Finally, you can use the keys to create certificates and other keys – those should also be backed up. &lt;a href="http://msdn.microsoft.com/en-us/library/ms189586.aspx" target="_blank"&gt;Read more about those here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Anyway, the important part here is the backup. Make sure you keep those keys safe!&lt;/p&gt;</description></item><item><title>What to leave when you're leaving</title><link>http://sqlblog.com/blogs/buck_woody/archive/2010/03/15/what-to-leave-when-you-re-leaving.aspx</link><pubDate>Mon, 15 Mar 2010 14:09:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:23390</guid><dc:creator>BuckWoody</dc:creator><description>&lt;P&gt;There's already a post on&amp;nbsp;this topic - sort of. &lt;A href="http://www.mssqltips.com/tip.asp?tip=1960&amp;amp;utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+MSSQLTips-LatestSqlServerTips+%28MSSQLTips+-+Latest+SQL+Server+Tips%29" target=_blank&gt;I read this entry, where the author did a good job on a few&amp;nbsp;steps&lt;/A&gt;, but I found that a&amp;nbsp;few other tips might be useful, so if you want to check that one out and then this post, you might be able to put together your own plan for when you leave your job.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I once took over the system administrator (of which the Oracle and SQL Server servers were a part) at a mid-sized firm. The outgoing administrator had about a two-&amp;nbsp;week-long scheduled overlap with me, but was angry at the company and told me "hey, I know this is going to be hard on you, but I want them to know how important I was. I'm not telling you where anything is or what the passwords are. Good luck!" He then quit that day.&lt;/P&gt;
&lt;P&gt;It took me about three days to find all of the servers and crack the passwords. Yes, the company tried to take legal action against the guy and all that, but he moved back to his home country and so largely got away with it.&lt;/P&gt;
&lt;P&gt;Obviously, this isn't the way to leave a job. Many of us have changed jobs in the past, and most of us try to be very professional about the transition to a new team, regardless of the feelings about a particular company. I've been treated badly at a firm, but that is no reason to leave a mess for someone else. So here's what you should put into place at a&amp;nbsp;minimum before you go. Most of this is common sense - which of course isn't very common these days - and another good rule is just to ask yourself "what would I&amp;nbsp;want to know"?&lt;/P&gt;
&lt;P&gt;The article I referenced at the top of this post focuses on a lot of documentation of the systems. I think that's fine, but in actuality, I really don't need that. Even with this kind of documentation, I still perform&amp;nbsp;a full audit on the systems, so in the end I create my own system documentation. There are actually only&amp;nbsp;four big items I need to know to get started with the systems:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. Where is everything/everybody?&lt;BR&gt;&lt;/STRONG&gt;The first thing I need to know is where all of the systems are. I mean not only the street address, but the closet or room, the rack number, the IU number in the rack, the SAN luns, all that. A picture here is worth a thousand words, which is why I really like Visio. It combines nice graphics, full text and all that. But use whatever you have to tell someone the physical locations of the boxes. Also, tell them the physical location of the folks in charge of those boxes (in case you aren't) or who share that responsibility. And by "where" in this case, I mean names and phones.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;2. What do they do?&lt;/STRONG&gt;&lt;BR&gt;For both the servers and the people, tell them what they do. If it's a database server, detail what each database does and what application goes to that, and who "owns" that application. In my mind, this is one of hte most important things a Data Professional needs to know. In the case of the other administrtors or co-owners, document each person's responsibilities.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;3. What are the credentials?&lt;/STRONG&gt;&lt;BR&gt;Logging on/in and gaining access to the buildings are things that the new Data Professional will need to do to successfully complete their job. This means service accounts, certificates, all of that. The first thing they should do, of course, is change the passwords on all that, but the first thing they need is the ability to do that!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;4. What is out of the ordinary?&lt;BR&gt;&lt;/STRONG&gt;This is the most tricky, and perhaps the next most important thing to know. Did you have to use a "special" driver for that video card on server X? Is the person that co-owns an application with you mentally unstable (like me) or have special needs, like "don't talk to Buck before he's had coffee. Nothing will make any sense"? Do you have service pack requirements for a specific setup? Write all that down. Anything that took you a day or longer to make work is probably a candidate here.&lt;/P&gt;
&lt;P&gt;This is my short list - anything you care to add?&lt;/P&gt;</description></item><item><title>Did that change really fix the problem?</title><link>http://sqlblog.com/blogs/buck_woody/archive/2010/03/02/did-that-change-really-fix-the-problem.aspx</link><pubDate>Tue, 02 Mar 2010 13:31:51 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:22744</guid><dc:creator>BuckWoody</dc:creator><description>&lt;p&gt;When we’re heads-down on a problem, it’s sometimes far too easy to relax the method we should follow for troubleshooting. We’re supposed to gather as much information as possible, freeze the system as much as possible, and then develop the plan for the steps to correct the problem. Then we’re supposed to make a change, test the change, and solidify the change if it corrects the error.&lt;/p&gt;  &lt;p&gt;Most of us have learned to research what really happened, what changed, and then search the documentation, web, forums and other sources for possible fixes. &lt;/p&gt;  &lt;p&gt;We also know that “freezing” the system in our case often means ensuring there is a full backup before we change anything. If you don’t follow this rule; don’t worry – you will. The first time you’re at fault when it all goes wrong and you don’t have a way to put it back is the time that you’ll start with this step.&lt;/p&gt;  &lt;p&gt;It’s from here on out that the tyranny of the now sometimes gets the best of us. We may create a plan in our head, thinking “this is a simple problem” but an hour later we’re not sure what we’ve touched. Settings have been changed (and most importantly, not changed back), code has been altered, processes have been run and at some point, the problem goes away. We breathe a sigh of relief and go on about our day.&lt;/p&gt;  &lt;p&gt;But which “fix” fixed the problem? Or which combination of them? Sure, it might not matter right now – the problem is gone – but at some point it will come back to haunt us.&lt;/p&gt;  &lt;p&gt;So the lesson for today (and I always point these diatribes at myself as well) is that we should always follow the scientific method, no matter how “trivial” the problem: hypothesis, test, control. The “control” part is where we change the setting back from the one you changed!&lt;/p&gt;</description></item><item><title>Have you backed up your keys lately?</title><link>http://sqlblog.com/blogs/buck_woody/archive/2010/03/01/have-you-backed-up-your-keys-lately.aspx</link><pubDate>Mon, 01 Mar 2010 14:06:04 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:22679</guid><dc:creator>BuckWoody</dc:creator><description>&lt;p&gt;Did you know that you already have a Server Master Key (SMK) generated for your system? That’s right – while a Database Master Key (DMK) is generated when you encrypt a certificate or Asymmetric Key with code, the Server Master Key is generated automatically when you start the Instance. &lt;/p&gt;  &lt;p&gt;So you should back all of those keys up periodically, and then store that backup AWAY from the server itself. &lt;/p&gt;  &lt;p&gt;There are two reasons for this – first, if the drives get stolen and you’re storing the key backup there, well, that should be obvious why that’s bad. Second, you want to protect the keys in case the system is destroyed or you can’t recover the drives. You will need those keys if you have encrypted anything in the database to get the data back.&lt;/p&gt;  &lt;p&gt;More here: &lt;a href="http://technet.microsoft.com/en-us/library/bb964742.aspx"&gt;http://technet.microsoft.com/en-us/library/bb964742.aspx&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;No, the standard Maintenance Wizards don’t get this data. And no, I haven’t seen it addressed in most of the maintenance scripts out there anyway – sometimes for good reason, but this means you need to take care of it manually, and then document where you put that backup.&lt;/p&gt;</description></item><item><title>How Does Microsoft Do IT?</title><link>http://sqlblog.com/blogs/buck_woody/archive/2010/02/03/how-does-microsoft-do-it.aspx</link><pubDate>Wed, 03 Feb 2010 14:17:24 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:21774</guid><dc:creator>BuckWoody</dc:creator><description>&lt;p&gt;Microsoft is a big company – and of course we have a lot of IT infrastructure that we have to manage. It might surprise you to learn that we have an IT group, just like at your company. We have a networking team, a server hardware team, software teams, DBA’s, the whole bit. In fact, we have more Mac computers than just about anyone (other than that company down south from here) and we write some of the best-selling Apple software. We have a Linux lab. &lt;/p&gt;  &lt;p&gt;How do we do that? How do you manage 80,000+ seats, especially when most of your company are a bunch of tech-savvy geeks? It’s a tough job, but the neat thing is that we tell you how we’re doing it – everything – right here: &lt;a href="http://technet.microsoft.com/en-us/library/bb687780.aspx"&gt;http://technet.microsoft.com/en-us/library/bb687780.aspx&lt;/a&gt;. If you want to focus in on just SQL Server, just check here: &lt;a href="http://technet.microsoft.com/en-us/library/bb687798.aspx"&gt;http://technet.microsoft.com/en-us/library/bb687798.aspx&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;(By the way - I *totally* should be doing our marketing – isn’t that title catchy? My catch-phrases and product names would be a lot better than what we normally come up with. I’m just sayin’.)&lt;/em&gt;&lt;/p&gt;</description></item><item><title>SQL Server Best Practices: Use Roles When You Can</title><link>http://sqlblog.com/blogs/buck_woody/archive/2009/12/07/sql-server-best-practices-use-roles-when-you-can.aspx</link><pubDate>Mon, 07 Dec 2009 14:49:46 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:19566</guid><dc:creator>BuckWoody</dc:creator><description>&lt;p&gt;SQL Server has two major security vectors: “Principals”, which are primarily users and roles (groups), and “Securables”, which are primarily objects on the server or in the database, like tables or views. Many applications use Logins for their users, and then tie those Instance Logins to Database Users. The Database Users are then given rights and permissions to database objects like tables or stored procedures.&lt;/p&gt;  &lt;p&gt;If you can, it’s a good idea to apply permissions not to the individual users, but to database roles. The reason is that you can move users in and out of the roles without changing the permission scheme. &lt;/p&gt;  &lt;p&gt;It also helps if you want to transfer the database to another server. All you have to do is script out the groups and permissions, and when you transfer the database to another system you simply add the users on that system to the proper roles – no permission changes needed.&lt;/p&gt;</description></item><item><title>Disk I/O: Microsoft SQL Server on SAN Best Practices from SQL CAT's Mike Ruthruff (&amp;amp;amp; Prem Mehra)</title><link>http://sqlblog.com/blogs/jimmy_may/archive/2009/03/01/disk-i-o-microsoft-sql-server-on-san-best-practices-from-sql-cat-s-mike-ruthruff-amp-prem-mehra.aspx</link><pubDate>Sun, 01 Mar 2009 18:44:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:27862</guid><dc:creator>aspiringgeek</dc:creator><description>&lt;p&gt;While at the &lt;a target="_blank" href="http://sqlpass.org"&gt;PASS&lt;/a&gt; &lt;a target="_blank" href="http://www.sqlpass.org/Events/PASSCommunitySummit.aspx"&gt;Community Summit&lt;/a&gt; in November 2008, I had the pleasure of attending a handful of excellent presentations.&amp;nbsp; One of the best was delivered by Mike Ruthruff (&amp;amp; not just because he shilled for &lt;a target="_blank" href="http://blogs.msdn.com/jimmymay/archive/2008/11/25/disk-partition-alignment-sector-alignment-for-sql-server-part-3-pass-2008.aspx"&gt;my presentation&lt;/a&gt; on &lt;a target="_blank" href="http://blogs.msdn.com/jimmymay/archive/2008/10/14/disk-partition-alignment-for-sql-server-slide-deck.aspx"&gt;disk partition alignment&lt;/a&gt; later that day&amp;mdash;though I suspect he contributed to my session being SRO).&lt;/p&gt;
&lt;p&gt;Mike is a member of the SQL Server Customer Advisory Team (&lt;a target="_blank" href="http://www.sqlcat.com"&gt;SQL&lt;/a&gt; &lt;a target="_blank" href="http://blogs.msdn.com/sqlcat"&gt;CAT&lt;/a&gt;).&amp;nbsp; He authored the deck with contributions from SQL CAT patriarch Prem Mehra.&lt;/p&gt;
&lt;p&gt;Most of you probably know Mike because he is the primary author of the landmark white paper we all know-&amp;amp;-love &amp;amp; have read over-&amp;amp;-over again because we know how unbelievably valuable it is:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;SQL Server Predeployment I/O Best Practices&lt;/em&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/sql/bestpractice/pdpliobp.mspx" title="http://www.microsoft.com/technet/prodtechnol/sql/bestpractice/pdpliobp.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/sql/bestpractice/pdpliobp.mspx&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Mike&amp;nbsp;provided&amp;nbsp;a copy of his latest-&amp;amp;-greatest deck for publication here:&lt;/p&gt;
&lt;p style="PADDING-LEFT:30px;"&gt;&lt;em&gt;&lt;a target="_parent" href="http://sqlblog.com/cfs-file.ashx/__key/CommunityServer-Components-PostAttachments/00-09-45-27-65/Mike_5F00_Ruthruff_5F00_SQLServer_5F00_on_5F00_SAN_5F00_SQLCAT.zip"&gt;Microsoft SQL Server on SAN Best Practices&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The deck includes the following: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Characteristics of SQL Server I/O operations&lt;/li&gt;
&lt;li&gt;Best practices
&lt;ul&gt;
&lt;li&gt;SQL Server Design Practices &lt;/li&gt;
&lt;li&gt;Storage Configuration &lt;/li&gt;
&lt;li&gt;Common Pitfalls&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Monitoring performance of SQL Server on SAN&lt;/li&gt;
&lt;li&gt;Emerging Storage Technologies&lt;/li&gt;
&lt;li&gt;Additional Material In Appendix Section (not covered during session)
&lt;ul&gt;
&lt;li&gt;How to validate a configuration using I/O load generation tools &lt;/li&gt;
&lt;li&gt;General SQL Server I/O characteristics &lt;/li&gt;
&lt;li&gt;How to diagnose I/O bottlenecks&amp;nbsp; &lt;/li&gt;
&lt;li&gt;Sample Configurations &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I think you'll enjoy this presentation&amp;mdash;one of the best, perhaps &lt;em&gt;the&lt;/em&gt; best of its kind ever assembled.&amp;nbsp; &lt;em&gt;&amp;iexcl;Yo!&lt;/em&gt;&amp;nbsp; Only first-rate decks on this blog.&amp;nbsp; Besides which, SQL CAT does nothing but the best.&amp;nbsp; Get ready to be wowed by 50 slides of geekly goodness.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Administrivia&lt;/strong&gt; &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Jimmy May, MCM&lt;br /&gt;SQL CAT Sr. Program Manager&lt;br /&gt;SQL Server Customer Advisory Team, Business Platform Division&lt;br /&gt;317.590.8650&lt;br /&gt;&lt;a href="http://sqlblog.com/jimmymay"&gt;http://blogs.msdn.com/jimmymay&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;em&gt;Microsoft: Change the world or go home.&lt;/em&gt; &lt;/p&gt;
&lt;/blockquote&gt;</description></item></channel></rss>