<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brent Ozar PLFfriendfeed | Brent Ozar PLF</title>
	<atom:link href="http://www.brentozar.com/archive/tag/friendfeed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brentozar.com</link>
	<description>Your technology pain-relief experts.</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:15:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Twitter for SQL Server DBAs</title>
		<link>http://www.brentozar.com/archive/2008/05/twitter-for-sql-server-dbas/</link>
		<comments>http://www.brentozar.com/archive/2008/05/twitter-for-sql-server-dbas/#comments</comments>
		<pubDate>Mon, 19 May 2008 13:14:28 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.brentozar.com/?p=1018</guid>
		<description><![CDATA[Twitter is like public instant messaging. Users like me post short notes, and anybody who follows a Twitter user gets a copy of the message. You get a stream-of-consciousness view into some of the most interesting people on the web. (That&#8217;s not to say I&#8217;m one of the most interesting people on the web &#8211;...<p>...<br /><i>Upcoming free webcasts: <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=663314175">SQL and SSDs: A Valentine's Day Love Story</a> and <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=664876357">Anatomy of the SQL Server Log File</a></i>.</p>
]]></description>
			<content:encoded><![CDATA[<p>Twitter is like public instant messaging.  Users like me post short notes, and anybody who follows a Twitter user gets a copy of the message.  You get a stream-of-consciousness view into some of the most interesting people on the web.  (That&#8217;s not to say I&#8217;m one of the most interesting people on the web &#8211; I use Twitter so that I can FOLLOW the interesting people!)</p>
<p>This is helpful for DBAs because there&#8217;s some really SQL-savvy people using Twitter.  It ends up being a fast question-and-answer session sometimes.  If I&#8217;ve got a SQL question, I can post it with Twitter and get an answer back within a few minutes if one of my SQL buddies happens to see it.  If not, no problem, I didn&#8217;t bother anybody.</p>
<p>A great example of this happened the other day: one of the people I follow Twittered a note asking if there were any reasons he shouldn&#8217;t name his differential backups with a .diff extension instead of .bak.  I wrote back and said yes, make sure you&#8217;ve got your antivirus software set up to exclude .diff files before you do it.  Presto.</p>
<p>Here&#8217;s a video explaining Twitter in plain English:</p>
<p><code><object width="425" height="373" data="http://www.youtube.com/v/ddO9idmax0o&amp;hl=en&amp;rel=0&amp;border=1" type="application/x-shockwave-flash"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/ddO9idmax0o&amp;hl=en&amp;rel=0&amp;border=1" /></object></code></p>
<p>You can sign up for free at <a href="http://twitter.com" target="_blank">Twitter.com</a>, and after you sign up, you&#8217;ll want to start following people.  Start by following me &#8211; go to <a href="http://twitter.com/BrentO">http://twitter.com/BrentO</a> and click the Follow button at the top left.</p>
<p>Here&#8217;s the best <a href="http://sqlserverpedia.com/wiki/Twitter">list of SQL Server DBAs on Twitter</a>.  It&#8217;s a wiki, so you can add yourself too!</p>
<p>The next thing you&#8217;ll want to do is install a program to alert you when people send Twitters.  Sure, you could go to Twitter.com, but you won&#8217;t think to do that very often, and you&#8217;ll miss out on all the fun conversations that happen so quickly.  <a href="http://iconfactory.com/software/twitterrific">Twitterific is my favorite Mac-based Twitter program</a>, but there&#8217;s others for the PC.  <a href="http://www.twhirl.org/">Twhirl works on multiple platforms</a>, and seems to have a big following.</p>
<p>Another benefit to Twhirl is that it has some <a href="http://friendfeed.com/">FriendFeed</a> integration.  FriendFeed gives you an RSS feed of what your friends are doing across all of their online services &#8211; Flickr, Twitter, their blogs, Facebook, etc.  I&#8217;ll do a separate post on FriendFeed soon, but in the meantime, if you&#8217;re already using RSS, here&#8217;s <a href="http://friendfeed.com/brento">my FriendFeed</a>.</p>
<h3>More DBA Career Articles</h3>
<ul>
<li><a href="http://www.brentozar.com/archive/2008/05/moving-from-help-desk-to-database-administrator/">Moving from Help Desk to DBA</a> &#8211; a reader asked how to do it, and I gave a few ways to get started.</li>
<li><a href="/sql/picking-a-dba-career-path/">Development DBA or Production DBA?</a> &#8211; job duties are different for these two DBA roles.  Developers become one kind of DBA, and network administrators or sysadmins become a different kind.  I explain why.</li>
<li><a href="http://www.brentozar.com/archive/2008/08/recommended-books-for-sql-server-dbas/">Recommended Books for DBAs</a> &#8211; the books that should be on your shopping list.</li>
<li><a href="http://www.brentozar.com/archive/2008/04/dba-candidates-ask-for-a-list-of-servers/">Ask for a List of Servers</a> &#8211; DBA candidates need to ask as many questions as they answer during the interview.</li>
<li><a href="http://www.brentozar.com/archive/2008/02/interviewing-a-sql-server-dba-size-matters/">Are you a Junior or Senior DBA?</a> &#8211; Sometimes it&#8217;s hard to tell, but I explain how to gauge DBA experience by the size of databases you&#8217;ve worked with.</li>
<li>So You Wanna Be a Rock &amp; Roll Star &#8211; <a href="http://www.brentozar.com/archive/2008/11/so-you-wanna-be-a-rock-roll-star/">Part 1</a> and <a href="http://www.brentozar.com/archive/2008/11/so-you-wanna-be-a-rock-roll-star-part-2/">Part 2</a> &#8211; wanna know what it takes to have &#8220;SQL Server Expert&#8221; on your business card?  I explain.</li>
<li><a href="http://www.brentozar.com/becoming-a-dba/">Becoming a DBA</a> &#8211; my list of articles about database administration as a career.</li>
</ul>
<p>...<br /><i>Upcoming free webcasts: <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=663314175">SQL and SSDs: A Valentine's Day Love Story</a> and <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=664876357">Anatomy of the SQL Server Log File</a></i>.</p>
<div class="wp-about-author-containter-top" style="background-color:#FFEAA8;"><div class="wp-about-author-pic"><img alt='' src='http://1.gravatar.com/avatar/77f776c2eaf0cc691e8a0880bb8a191f?s=100&amp;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=R' class='avatar avatar-100 photo' height='100' width='100' /></div><div class="wp-about-author-text"><h3><a href='http://www.brentozar.com/archive/author/BrentO/' title='Brent Ozar'>Brent Ozar</a></h3><p>Brent specializes in performance tuning for SQL Server, VMware, and storage.  He's one of the very few Microsoft Certified Masters of SQL Server, a published author, and a Microsoft MVP.  He likes travel, Jeeps, Apple gear, jokes, and writing about himself in the third person.  <a href="http://www.brentozar.com/consultants/brent-ozar/">Read more and contact Brent</a>.</p><p><a href='http://www.brentozar.com' title='Brent Ozar'>Website</a> - <a href='http://twitter.com/brento' title='Brent Ozaron Twitter'>Twitter</a> - <a href='http://www.facebook.com/brentozar' title='Brent Ozar on Facebook'>Facebook</a> - <a href='http://www.brentozar.com/archive/author/BrentO/' title='More posts by Brent Ozar'>More Posts</a> </p></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.brentozar.com/archive/2008/05/twitter-for-sql-server-dbas/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 650/660 objects using disk: basic

Served from: www.brentozar.com @ 2012-02-08 16:59:21 -->
