<?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>SQLWatchmen</title>
	<atom:link href="http://www.sqlwatchmen.com/blogs/jim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqlwatchmen.com/blogs/jim</link>
	<description>Technical Blog of Jim Murphy</description>
	<lastBuildDate>Fri, 17 May 2013 23:36:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>I&#8217;m Speaking in Redmond, WA on AlwaysOn.</title>
		<link>http://www.sqlwatchmen.com/blogs/jim/2013/05/17/im-speaking-in-redmond-wa-on-alwayson/</link>
		<comments>http://www.sqlwatchmen.com/blogs/jim/2013/05/17/im-speaking-in-redmond-wa-on-alwayson/#comments</comments>
		<pubDate>Fri, 17 May 2013 16:32:17 +0000</pubDate>
		<dc:creator>jmurphy</dc:creator>
				<category><![CDATA[Training Events]]></category>

		<guid isPermaLink="false">http://www.sqlwatchmen.com/blogs/jim/?p=656</guid>
		<description><![CDATA[I am super excited that I was selected to present my AlwaysOn &#8211; Finally A Usable &#8216;Mirror&#8217; session in Redmond, WA. The session is an hour long and is for SQLSaturday 212 on May 18th, 2013. The place will be loaded with SQL Server all-stars, oh and I&#8217;ll also be there. Some will be Microsoft [...]]]></description>
				<content:encoded><![CDATA[<p>I am super excited that I was selected to present my <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=212&#038;sessionid=13126">AlwaysOn &#8211; Finally A Usable &#8216;Mirror&#8217;</a> session in Redmond, WA. The session is an hour long and is for <a href="http://www.sqlsaturday.com/212/eventhome.aspx">SQLSaturday 212</a> on May 18th, 2013.</p>
<p>The place will be loaded with SQL Server all-stars, oh and I&#8217;ll also be there.  Some will be Microsoft employees and others will be SQL Server MVP&#8217;s.  Some will be local to the Redmond area while others are flying in from across the country.  </p>
<p>It is a huge honor to be invited to speak on my favorite feature (AlwaysOn) of my favorite piece of software (SQL Server) at Microsoft&#8217;s world headquarters.  I just arrived in Redmond and looking forward to a private speakers dinner tonight, as well as the public after party tomorrow night.  Networking is one of my favorite activities since I enjoy meeting new geeks and talking about all sorts of dorky topics.  </p>
<p>So if you are going to this event, please come up and introduce yourself.  I&#8217;d love to get to know you.  Also, <a href="http://www.red-gate.com">Red Gate</a> may be giving me a license key or two to give away, so ask me about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlwatchmen.com/blogs/jim/2013/05/17/im-speaking-in-redmond-wa-on-alwayson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 Reasons Why Failover Could Be Slow</title>
		<link>http://www.sqlwatchmen.com/blogs/jim/2013/05/15/2-reasons-why-failover-could-be-slow/</link>
		<comments>http://www.sqlwatchmen.com/blogs/jim/2013/05/15/2-reasons-why-failover-could-be-slow/#comments</comments>
		<pubDate>Wed, 15 May 2013 14:55:12 +0000</pubDate>
		<dc:creator>jmurphy</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[HADR]]></category>
		<category><![CDATA[SQL Server Maintenance]]></category>
		<category><![CDATA[SQL Server Performance]]></category>
		<category><![CDATA[SQL Server Recovery]]></category>

		<guid isPermaLink="false">http://sqlwatchmen.com/blogs/jim/?p=548</guid>
		<description><![CDATA[Intro Microsoft SQL Server has had Mirroring starting with version 2005, and now that SQL Server 2012 is released, there is an additional feature set called AlwaysOn (marketing info &#124; technical info). AlwaysOn in currently an Enterprise only feature, so Standard Edition users will still need to use Mirroring. I would describe AlwaysOn this way: [...]]]></description>
				<content:encoded><![CDATA[<h2>Intro</h2>
<p>Microsoft SQL Server has had <a href="http://msdn.microsoft.com/en-us/library/ms189852.aspx">Mirroring</a> starting with version 2005, and now that SQL Server 2012 is released, there is an additional feature set called AlwaysOn (<a href="http://www.microsoft.com/en-us/sqlserver/solutions-technologies/mission-critical-operations/high-availability.aspx">marketing info</a> | <a href="http://msdn.microsoft.com/en-us/library/ff877884.aspx">technical info</a>).  AlwaysOn in currently an Enterprise only feature, so Standard Edition users will still need to use Mirroring.  I would describe AlwaysOn this way: it is a beautiful blend of Clustering and Mirroring smeared with Special Sauce.  That may not be the best description, but being a fast food junkie, it really hits home with me.  Don&#8217;t be afraid of the word Clustering though.  Shared Storage (e.g. A SAN) is NOT required.  AlwaysOn leverages some of the Clustering features to manage Quorum and the actual failover process. </p>
<p>When a failover event occurs, the failover process is usually quite snappy.  Somewhere between 15 seconds and a minute usually.  That said, there are a few reasons why failover may be on the slower side:</p>
<ol>
<li>Virtual Log File Count (VLFs)</li>
<li>Cloud Disk Latency</li>
</ol>
<h2>1. High VLF Count Slows Failover Time</h2>
<p>In simple terms, a Transaction Log file (.LDF) is made up of 3 or more segments called Virtual Log Files.  Each segment can either be Active or not.  The sizes are variable based on a formula related to the size of each growth.  If SQL Server is set to autogrow and the tlog grows in small 1MB or 10% increments, there could be thousands of VLFs. </p>
<p>When SQL Server performs a failover, lots of transaction log entries need to be reconciled (read and write activities) in a process called Recovery (or Crash Recovery) so SQL Server can bring the database online in a healthy state (see <a href="http://en.wikipedia.org/wiki/ACID">ACID properties of a transactional database</a>).  Each VLF requires a little bit of overhead to process, so if there are thousands of VLFs, the process can be noticeably slower.</p>
<p>The solution is to properly shrink (which will deallocate the VLFs), and properly grow (which creates more VLF &#8216;segments&#8217;) the transaction log.  The key term is <strong>properly</strong>.  If done correctly, an 8GB transaction log file (.LDF) should contain between 19 and 35 VLFs.  See <a href="http://www.sqlskills.com/blogs/kimberly/transaction-log-vlfs-too-many-or-too-few/">this blog post</a> from Kimberly Trip (<a href="http://www.sqlskills.com/blogs/kimberly/">b</a>|<a href="https://twitter.com/KimberlyLTripp">t</a>) for more details.</p>
<p>And you can check to see how many VLFs your database has by running this undocumented SQL Statement and counting the number of rows returned:</p>
<p><code>DBCC LogInfo</code></p>
<h2>2. Cloud Disk Latency Slows Failover</h2>
<p>Another reason that the failover can be slow, is if the IO Subsystem is pokey.  This can be the case with a Direct Attach Storage (DAS) RAID 5 configuration which also uses slow drives.  Or a local SAN using an iSCSI interface (large TCP/IP Overhead) combined with a budget 1Gbps pipe rather than 10Gbps.  Of course, this is all relative to your servers IO demand (which can be greatly lightened without hardware upgrades by query/index tuning, etc.)</p>
<p>But for today, we are going to focus specifically on cloud storage.  <a href="http://aws.amazon.com/">Amazon AWS</a> <a href="http://aws.amazon.com/ec2/">EC2</a> (which we have a few clients using) is a prime example. True, Amazon has awesome data centers, and lots of computing power.  However they also <a href="http://aws.amazon.com/what-is-cloud-computing/">host Netflix</a> and a bunch of other IO intensive companies.  If the zillionth person decides to watch a new episode of <a href="http://www.npr.org/2013/05/14/183840292/the-last-word-in-business">Arrested Development</a> (did you know it&#8217;s <a href="http://www.npr.org/2013/05/14/183840292/the-last-word-in-business">coming back</a>?) and the data happens to be sitting on the same disk spindles as your database, you could have some latency issues.  So if you are using EC2 or similar to house your replica, the failover will trigger a crash recovery on the EC2 replica to being it online. If this is timed while a lot of other IO unrelated to your account, then you may have a delay getting your server back up and operating.</p>
<p>This is known as the noisy-neighbor problem.  And this can happen with any shared hosting, and even on your own corporate SAN (and even on local DAS drives housing multiple databases or other files).  You don&#8217;t think your SAN has only your database on the underlying physical disks do you?  Sure, your SAN Admin told you that this LUN is just for you, but they lie with the truth (and many times they just plain lie) by carving out your LUN from the same disk pool as a million other LUNs and [mis]leading you into believing that what you see on F: is the only data on those disks.</p>
<p>So if you are having slower than expected failovers, you can test the IO latency with a tool like IOMeter or similar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlwatchmen.com/blogs/jim/2013/05/15/2-reasons-why-failover-could-be-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Training for EOG Resources</title>
		<link>http://www.sqlwatchmen.com/blogs/jim/2013/05/02/custom-training-for-eog-resources/</link>
		<comments>http://www.sqlwatchmen.com/blogs/jim/2013/05/02/custom-training-for-eog-resources/#comments</comments>
		<pubDate>Thu, 02 May 2013 17:40:41 +0000</pubDate>
		<dc:creator>jmurphy</dc:creator>
				<category><![CDATA[Training Events]]></category>

		<guid isPermaLink="false">http://www.sqlwatchmen.com/blogs/jim/?p=647</guid>
		<description><![CDATA[One of my favorite clients: EOG Resources, asked me to create a custom 4 hour training class for five of their employees. I worked it up and delivered it yesterday. The audience seemed really pleased. But that is probably because they had a chance to catch some much needed zzzzzz&#8217;s. The goal was to prepare [...]]]></description>
				<content:encoded><![CDATA[<p>One of my favorite clients: <a href="http://www.eogresources.com/">EOG Resources</a>, asked me to create a custom 4 hour training class for five of their employees.  I worked it up and delivered it yesterday.  The audience seemed really pleased.  But that is probably because they had a chance to catch some much needed zzzzzz&#8217;s.</p>
<p>The goal was to prepare some general technical people who don&#8217;t know a thing about databases/SQL Server and get them to the point where they can restore a database to a Test server, and write some queries so they can write some reports.  So we entitled this class SQL101.   Since the main goal was to have them effective at a basic level in just 4 hours, I organized the training in the following way:  </p>
<ul>
<li>Break it into 50 minute chunks to allow frequent breaks and side-bar Q and A so everyone can keep up. No SQL-Child Left Behind!</li>
<li>A few slides in PowerPoint to introduce a new topic and provide a little theory.</li>
<li>A demo where they watch me perform the task we just discussed.</li>
<li>A lab where they all do the same (with a twist) and I walk the class to provide assistance.</li>
<li>Rinse and Repeat as necessary for each topic within each of the 4 parts.</li>
</ul>
<p>I felt that this format would engage different parts of the brain in cycles, cover the theory needed to understand what they need to do (but in spoon fed sizes), and have them walk out of the class having performed each piece. I thought that the end result will be that people will exit the class and feel, not only that they CAN do it, but they already DID do it.  I wanted them to rush back to their desk aching to crank out some joins using their new found skills.  Therefore, all examples, demos, and lab exercises used the two databases that they will be making reports against so they can become accustomed to how they are normalized and where the fields of interest are.</p>
<p>The class was very much engaged and learned very well.  Of course, some had a little experience walking into the class, and they were always asking about the content that happens to be on the next slide.  I did provide some extra credit exercises on some of my labs since I figured this might happen (there&#8217;s always one).</p>
<p>They reported absolutely loving the class. One week later, my contact at EOG told me what great feedback he received from the class and that he personally said it was the best technical training he has ever attended.  I bet he&#8217;s never attended any other class and has nothing to compare it too.  Nonetheless, he asked me to begin working up a SQL 201 class to pick up where we left off.  I don&#8217;t think they&#8217;ll be ready for Windowing functions in TSQL, but there is a lot more we can cover.  Maybe I&#8217;ll give away Itzik&#8217;s book to prep them for the SQL 301 class they&#8217;ll likely ask for.</p>
<p>Most of the content for the SQL101 class is too basic for a SQL Server Users Group presentation.  However, I may break it into 4 separate hour long presentations and provide it to a .NET users Group or two.  I&#8217;m not sure if and how this format will work though, since it is about 35% lab, requiring everyone to have the same example databases on their own laptop.  Maybe I should get some <a href="http://www.sqlwatchmen.com">SQLWatchmen</a> branded USB thumb drives with the presentation slides, demo scripts and sample databases to hand out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlwatchmen.com/blogs/jim/2013/05/02/custom-training-for-eog-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>S3OLV User Group Presentation &#8211; AlwaysOn</title>
		<link>http://www.sqlwatchmen.com/blogs/jim/2013/04/11/s3olv-user-group-presentation-alwayson/</link>
		<comments>http://www.sqlwatchmen.com/blogs/jim/2013/04/11/s3olv-user-group-presentation-alwayson/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 12:10:06 +0000</pubDate>
		<dc:creator>jmurphy</dc:creator>
				<category><![CDATA[SQL Server Presentations]]></category>
		<category><![CDATA[Training Events]]></category>
		<category><![CDATA[User Group]]></category>

		<guid isPermaLink="false">http://www.sqlwatchmen.com/blogs/jim/?p=649</guid>
		<description><![CDATA[When I was at the PASS Summit 2012 last November, a friend of mine Jason Brimhall (b&#124;t SQL MCM and a lead author of this book) asked me to present my AlwaysOn &#8211; Finally, A Usable &#8216;Mirror&#8217; presentation at the S3OLV SQL Server Users Group in Las Vegas in April 2013. I accepted. Fortunately, they [...]]]></description>
				<content:encoded><![CDATA[<p>When I was at the <a href="http://www.sqlpass.org/summit/2012/">PASS Summit 2012</a> last November, a friend of mine Jason Brimhall (<a href="http://jasonbrimhall.info/">b</a>|<a href="https://twitter.com/sqlrnnr">t</a> <a href="http://blogs.technet.com/b/themasterblog/archive/2013/04/17/introducing-our-latest-sql-server-2008-microsoft-certified-master-jason-brimhall.aspx">SQL MCM</a> and a lead author of <a href="http://www.amazon.com/Server-2012-T-SQL-Recipes-Problem-Solution/dp/1430242000">this book</a>)  asked me to present my AlwaysOn &#8211; Finally, A Usable &#8216;Mirror&#8217; presentation at the S3OLV SQL Server Users Group in Las Vegas in April 2013. I accepted.  Fortunately, they use LiveMeeting so I was able to do the presentation and demos from my office in Austin.  </p>
<p>Usually, I present this session in person to a live audience, which makes it very easy for me to have good audience contact and interact (bidirectionally) with the audience.  I typically ask how many folks have used Mirroring in production and how many have used Clustering.  The normal show of hands allows me to adapt my illustrations and comparisons, technical depth, and pace according to what I perceive the majority of my audience knows.</p>
<p>In this case, since it was a web presentation with muted attendees, I was a bit blind.  This was not a problem for me though, since I typically present 3h webinars to audiences ranging from 30 to 400 attendees and I do this about 4 or 5 times a year as an <a href="http://ironspeed.com/mvp/MVPJimMurphy.aspx">Iron Speed MVP</a>.  Same drill here: PowerPoint, tons of demos, gotta have a bunch of corny jokes to keep folks awake, and everyone is muted.  Meanwhile, I pretend they are all laughing [at me] while really they are sighing and probably checking their email.  I use the chat feature to collect feedback and I use the Question and Answer feature to screen questions.  It does make it more difficult to handle questions as compared to an in person presentation, but it is not a big deal.</p>
<p>My presentation to S3OLV was very well received.  <a href="http://www.linkedin.com/pub/charley-jones/5/787/1ab">Charlie Jones</a>, who runs S3OLV, said it was among the best presentations he&#8217;s seen and if I ever need a speaking reference, have them contact him.  Wow, what a nice compliment!  I think he must have gotten me confused with one of my favorite technical presenters Grant Fritchey (<a href="http://www.scarydba.com/">b</a>|<a href="https://twitter.com/GFritchey">t</a>). And no, I&#8217;m not kissing butt.  I really enjoy his high energy active and sharp presenting skills.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlwatchmen.com/blogs/jim/2013/04/11/s3olv-user-group-presentation-alwayson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLWatchmen Company Lunch</title>
		<link>http://www.sqlwatchmen.com/blogs/jim/2013/01/18/sqlwatchmen-company-lunch/</link>
		<comments>http://www.sqlwatchmen.com/blogs/jim/2013/01/18/sqlwatchmen-company-lunch/#comments</comments>
		<pubDate>Fri, 18 Jan 2013 17:53:33 +0000</pubDate>
		<dc:creator>jmurphy</dc:creator>
				<category><![CDATA[Company]]></category>

		<guid isPermaLink="false">http://www.sqlwatchmen.com/blogs/jim/?p=595</guid>
		<description><![CDATA[SQLWatchmen company lunch was at GattiTown this quarter. As soon as we got in the door it was a mad dash to the pizza buffet. Everyone piled their plates high with pizza and we made our way to the cartoon room. After we finished eating and sipping soda an announcement was made that the company [...]]]></description>
				<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.sqlwatchmen.com/blogs/jim/images/2013/01/IMG_2648.jpg" width="240" />
		</p><div id="attachment_614" class="wp-caption alignright" style="width: 310px"><a href="http://www.sqlwatchmen.com/blogs/jim/2013/01/18/sqlwatchmen-company-lunch/img_2624/" rel="attachment wp-att-614"><img class="size-medium wp-image-614  " alt="Nathan Wimberley winner of Employee of the Quarter " src="http://www.sqlwatchmen.com/blogs/jim/images/2013/01/IMG_2624-300x225.jpg" width="300" height="225" /></a><p class="wp-caption-text">Nathan Wimberley winner of Employee of the Quarter</p></div>
<p>SQLWatchmen company lunch was at<a title="GattiTown" href="http://www.gattitownaustin.com/" target="_blank"> GattiTown </a>this quarter. As soon as we got in the door it was a mad dash to the pizza buffet. Everyone piled their plates high with pizza and we made our way to the cartoon room. After we finished eating and sipping soda an announcement was made that the company was going to begin implementing Employee of the Quarter. I also explained to the team that the winner of Employee of the Quarter would be someone that performed above what was expected of them on projects. Which in this office the team makes it very difficult to choose just one winner.</p>
<p><strong>Congratulations Nathan Wimberley!</strong> For Q4 in 2012 Nathan Wimberley was announced as our Employee of the Quarter for his extraordinary execution on a very time sensitive project. Nathan was presented with a signed certificate, and a gift card. I also took this opportunity to commend the entire team for all their hard work in the year 2012. The team seemed very eager to see who will win Employee of the Quarter for Q1 in 2013!</p>
<div id="attachment_616" class="wp-caption alignleft" style="width: 168px"><a href="http://www.sqlwatchmen.com/blogs/jim/2013/01/18/sqlwatchmen-company-lunch/img_2639/" rel="attachment wp-att-616"><img class="wp-image-616 " title="Nathan dancing on Dance Revolution " alt="" src="http://www.sqlwatchmen.com/blogs/jim/images/2013/01/IMG_2639-225x300.jpg" width="158" height="210" /></a><p class="wp-caption-text">Nathan dancing on Dance Revolution</p></div>
<p>Once we were filled with caffeine and pizza it was off to the game room. The company bought everyone token cards to play a few games. The team really enjoyed playing good old games such as, Skee Ball, basketball, and air hockey. Some of the many highlights of the day were the bumper cars, watching Nathan dance on the Dance Revolution game, and winning 400 tickets on a Deal or No Deal game of chance!! In the end we combined all our ticket earnings that totaled 1,750 tickets! It was difficult for the group to choose from all the prizes. We finally agreed upon a board game for a future company lunch, splat balls, mustaches, small trinkets, and candy. All in all the team had a blast!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>It was refreshing to get out of the office for a few hours and just have fun with fellow team mates. These company lunches have proved to be a great way to show the office that they are appreciated, and helps us all form a closer bond so we are more effective when working together.</p>
<p>Make sure you check back to see where our next company lunch will be held, and who will win Employee of the Quarter next! Do you have company lunches too? Tell us about them!</p>
<div id="attachment_615" class="wp-caption aligncenter" style="width: 470px"><a href="http://www.sqlwatchmen.com/blogs/jim/2013/01/18/sqlwatchmen-company-lunch/img_2625/" rel="attachment wp-att-615"><img class=" wp-image-615   " title="Part of the team getting ready to burn rubber and smash into one another" alt="" src="http://www.sqlwatchmen.com/blogs/jim/images/2013/01/IMG_2625-300x225.jpg" width="460" height="409" /></a><p class="wp-caption-text">Part of the team getting ready to burn rubber and smash into one another</p></div>
<table border="0" align="center">
<tbody>
<tr>
<td>
<p><div id="attachment_628" class="wp-caption alignleft" style="width: 235px"><a href="http://www.sqlwatchmen.com/blogs/jim/2013/01/18/sqlwatchmen-company-lunch/img_2635/" rel="attachment wp-att-628"><img class="size-medium wp-image-628 " title="Cotton Candy! " alt="" src="http://www.sqlwatchmen.com/blogs/jim/images/2013/01/IMG_2635-225x300.jpg" width="225" height="300" /></a><p class="wp-caption-text">Cotton Candy!</p></div></td>
<td>
<p><div id="attachment_629" class="wp-caption alignright" style="width: 235px"><a href="http://www.sqlwatchmen.com/blogs/jim/2013/01/18/sqlwatchmen-company-lunch/img_2648/" rel="attachment wp-att-629"><img class="size-medium wp-image-629 " title="Skee Ball " alt="IMG_2648" src="http://www.sqlwatchmen.com/blogs/jim/images/2013/01/IMG_2648-225x300.jpg" width="225" height="300" /></a><p class="wp-caption-text">Skee Ball</p></div></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlwatchmen.com/blogs/jim/2013/01/18/sqlwatchmen-company-lunch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve been selected as a Friend of Red Gate!</title>
		<link>http://www.sqlwatchmen.com/blogs/jim/2013/01/15/ive-been-selected-as-a-friend-of-red-gate/</link>
		<comments>http://www.sqlwatchmen.com/blogs/jim/2013/01/15/ive-been-selected-as-a-friend-of-red-gate/#comments</comments>
		<pubDate>Tue, 15 Jan 2013 14:20:45 +0000</pubDate>
		<dc:creator>jmurphy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sqlwatchmen.com/blogs/jim/?p=650</guid>
		<description><![CDATA[I am happy to announce that I&#8217;ve been selected for Red Gate&#8217;s Friends of Red Gate program! This is a great honor since so many people apply and so few people actually get awarded. Personally, I think a Red Gate clerk was trying to click the Reject button but accidentally hit the button next to [...]]]></description>
				<content:encoded><![CDATA[<p>I am happy to announce that I&#8217;ve been selected for <a href="http://www.red-gate.com">Red Gate&#8217;s </a> <a href="http://www.red-gate.com/community/friends-of-rg">Friends of Red Gate</a> program! This is a great honor since so many people apply and so few people actually get awarded. Personally, I think a Red Gate clerk was trying to click the Reject button but accidentally hit the button next to it.  </p>
<p>Being a FoRG is open primarily to Microsoft SQL Server MVP&#8217;s and offers a lot of opportunity to help the community at large as well as Red Gate.  I might participate in authoring or reviewing a book (Red Gate is a <a href="http://www.google.com/url?sa=t&#038;rct=j&#038;q=red%20gate%20books&#038;source=web&#038;cd=1&#038;sqi=2&#038;ved=0CDgQFjAA&#038;url=http%3A%2F%2Fwww.red-gate.com%2Fcommunity%2Fbooks">publisher of FREE ebooks</a> as well as outstanding printed books), providing feedback on beta versions of their software and providing free license keys as give aways on their behalf as I travel the country and speak at SQL events.  Oh, and did I mention that I get free licenses for all of their tools?  I do need to know their tools if I&#8217;m going to review them, right?  Of course, I already own many of their tools since they are so helpful.</p>
<p>I&#8217;m really looking forward to the next year of helping the SQL Server community in whatever capacity I am able.</p>
<p>Thanks Red Gate!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlwatchmen.com/blogs/jim/2013/01/15/ive-been-selected-as-a-friend-of-red-gate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PASS Summit 2012 and Red Gate SQL in the City Seattle</title>
		<link>http://www.sqlwatchmen.com/blogs/jim/2012/11/12/pass-summit-2012-and-red-gate-sql-in-the-city-seattle/</link>
		<comments>http://www.sqlwatchmen.com/blogs/jim/2012/11/12/pass-summit-2012-and-red-gate-sql-in-the-city-seattle/#comments</comments>
		<pubDate>Mon, 12 Nov 2012 13:05:48 +0000</pubDate>
		<dc:creator>jmurphy</dc:creator>
				<category><![CDATA[Training Events]]></category>

		<guid isPermaLink="false">http://www.sqlwatchmen.com/blogs/jim/?p=651</guid>
		<description><![CDATA[Red Gate SQL In The City (SITC) &#8211; Seattle On November 5, 2012, I attended the Red Gate SQL In The City Seattle. It was fantastic free SQL training. I especially enjoyed the sessions from Adam Machanic (b&#124;t), Brent Ozar (b&#124;t) and Steve Jones (b&#124;t). It was nice catching up with my many friends as [...]]]></description>
				<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.sqlwatchmen.com/blogs/jim/images/2013/05/20130517-100938.jpg" width="240" />
		</p><h3>Red Gate SQL In The City (SITC) &#8211; Seattle</h3>
<p>On November 5, 2012, I attended the <a href="http://www.red-gate.com">Red Gate</a> <a href="http://sqlinthecity.red-gate.com/seattle-2012/">SQL In The City Seattle</a>.  It was fantastic free SQL training.  I especially enjoyed the sessions from Adam Machanic (<a href="http://sqlblog.com/blogs/adam_machanic/">b</a>|<a href="https://www.twitter.com/AdamMachanic">t</a>), Brent Ozar (<a href="http://www.brentozar.com/blog/">b</a>|<a href="https://www.twitter.com/BrentO">t</a>) and Steve Jones (<a href="http://www.sqlservercentral.com/blogs/steve_jones/">b</a>|<a href="https://www.twitter.com/way0utwest">t</a>). It was nice catching up with my many friends as well. </p>
<p><a href="http://www.sqlwatchmen.com/blogs/jim/images/2013/05/20130517-100938.jpg"><img src="http://www.sqlwatchmen.com/blogs/jim/images/2013/05/20130517-100938.jpg" alt="20130517-100938.jpg" class="alignnone size-full" /></a>
<p>Kalen Delaney (<a href="http://www.sqlserverinternals.com/">b</a>|<a href="https://twitter.com/sqlqueen">t</a>)</p>
<h3>PASS Summit 2012 &#8211; Seattle</h3>
<p>For the rest of the week, I was at the <a href="http://www.sqlpass.org/summit/2012/">PASS Summit</a>.  Every year, this is the main event that I most look forward to.  Thousands of SQL geeks fly in from around the world to attend, and the speakers are the best of the best.   </p>
<p>I attended Bob Ward&#8217;s precon.  Mind blower.  If you are far past the basics of SQL Server, then this is an awesome session!  Very technical.  It was a 500 level precon so it was not for those with weak hearts or other medical conditions.  And of course, he pulled out the debugger.  We expected nothing less!</p>
<p>While I was there, I was sure to attend the annual User Group Chapter Leaders meeting.  As a chapter leader running the ###CACTUSS Central SQL Server Users Group in Austin, TX, I find this a great help to learn how other cities and countries and overcoming the challenges inherent to running a User Group.  We are also kept up to date on the latest methods of ordering books, emailing our registration list, finding and organizing speakers and so on.</p>
<p>If you have never attended the PASS Summit, you will want to ensure that you attend each year. It is the best training on the planet, and you can purchase a DVD of the sessions to continue your learning when back in the office.  Honestly, I have many friends from around the world who pay international flights on their own dime if their company won&#8217;t pay.  Yes, that is how valuable this event is.  You don&#8217;t want to miss it.</p>
<p>So if you are in the U.S., the decision to attend this event is a no brainer.  See you next year in <a href="http://www.sqlpass.org/summit/2013/">North Carolina</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlwatchmen.com/blogs/jim/2012/11/12/pass-summit-2012-and-red-gate-sql-in-the-city-seattle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Gate SQL in the City Austin</title>
		<link>http://www.sqlwatchmen.com/blogs/jim/2012/09/30/red-gate-sql-in-the-city-austin/</link>
		<comments>http://www.sqlwatchmen.com/blogs/jim/2012/09/30/red-gate-sql-in-the-city-austin/#comments</comments>
		<pubDate>Sun, 30 Sep 2012 13:36:15 +0000</pubDate>
		<dc:creator>jmurphy</dc:creator>
				<category><![CDATA[SQL Server Presentations]]></category>
		<category><![CDATA[Training Events]]></category>
		<category><![CDATA[AlwaysOn]]></category>

		<guid isPermaLink="false">http://www.sqlwatchmen.com/blogs/jim/?p=587</guid>
		<description><![CDATA[I am happy to announce that Red Gate invited me to speak at their multi-city, US tour of SQL in the City to provide free training to the SQL community. The event will be held on Monday October 1st, and I will be giving my popular AlwaysOn presentation. AlwaysOn is a kind of &#8216;super-mirroring&#8217; for [...]]]></description>
				<content:encoded><![CDATA[<p>I am happy to announce that <a href="http://sqlinthecity.red-gate.com/austin-2012/speakers">Red Gate invited me to speak</a> at their multi-city, US tour of <a href="http://sqlinthecity.red-gate.com/austin-2012">SQL in the City</a> to provide free training to the SQL community.  The event will be held on Monday October 1st, and I will be giving my popular AlwaysOn presentation.  </p>
<p>AlwaysOn is a kind of &#8216;super-mirroring&#8217; for the Enterprise edition of SQL Server 2012.  Mirroring is still supported in SQL Server 2012 and for the next couple of versions for those of you who have the Standard Edition of SQL Server 2012, but it was officially announced as deprecated so it will not be included in future versions.  AlwaysOn is one of the most anticipated features and one which is causing a lot of buzz.  I have implemented it for two of my customers since it was released a few months ago, and it is a lot of fun to work with.</p>
<p>Basically, it is like a cross between mirroring and clustering.  But don&#8217;t be scared by the word &#8216;clustering&#8217;.  AlwaysOn uses Clustering technologies for the Quorum voting and the failover logic, and DOES NOT require you to use shared storage (SAN).  I repeat: you do not need a SAN to use AlwaysOn. Additionally, you can now have multiple &#8216;replicas&#8217; (a fancy new word for primary or secondary), and you can configure your secondary replicas to be read only so you can offload your reporting/backup workload!  Uh, you will need to buy more licenses for a secondary IF it will be used to perform &#8216;work&#8217;, like servicing reports or used as a backup source, but it will NOT NEED additional licenses if it is ONLY used as a passive node.</p>
<p>There are tons of other great features that we will break down and discuss like what an Availability Group is and details on how it works, what a VNN (Virtual Network Name) or Availability Group Listener is, Synchronous vs. Asynchronous, the flexible failover policy, and on and on.  <strong>Nearly half of my presentation is a demo</strong> where we set it all up together and watch it fail from a real web application so you can see how it will work from your users perspective.</p>
<p>So if you are going to be in the Austin area on October 1st 2012, <a href="http://sqlinthecity.red-gate.com/austin-2012/register">register now</a> for this free training event, and I&#8217;ll see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlwatchmen.com/blogs/jim/2012/09/30/red-gate-sql-in-the-city-austin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLSaturday 107 Wrap Up</title>
		<link>http://www.sqlwatchmen.com/blogs/jim/2012/04/24/sqlsaturday-107-wrap-up/</link>
		<comments>http://www.sqlwatchmen.com/blogs/jim/2012/04/24/sqlsaturday-107-wrap-up/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 12:15:31 +0000</pubDate>
		<dc:creator>jmurphy</dc:creator>
				<category><![CDATA[Training Events]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://sqlwatchmen.com/blogs/jim/?p=465</guid>
		<description><![CDATA[SQLSaturday 107 &#8211; Great Success I was excited to go to SQLSaturday 107 for three main reasons. For one, my SQL Server 2012 AlwaysOn session was picked and I love giving that one. Secondly, Kalen Delaney (blog&#124; @sqlqueen) was giving an all-day precon on SQL Server Execution Plans: Tuning And Management and I just had [...]]]></description>
				<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.sqlwatchmen.com/blogs/jim/images/2012/04/KalenThinksImHot.PNG" width="240" />
		</p><h2>SQLSaturday 107 &#8211; Great Success</h2>
<p>I was excited to go to SQLSaturday 107 for three main reasons. For one, my <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=107&amp;sessionid=6044" target="_blank">SQL Server 2012 AlwaysOn session</a> was picked and I love giving that one. Secondly, Kalen Delaney (<a title="blog" href="http://www.sqlserverinternals.com/" target="_blank">blog</a>| <a title="twitter" href="http://twitter.com/sqlqueen" target="_blank">@sqlqueen</a>) was giving an <a href="http://www.sqlsaturday.com/107/eventhome.aspx">all-day precon</a> on <strong>SQL Server Execution Plans: Tuning And Management</strong> and I just had to see that! Lastly, I wanted to reunite with my #sqlfamily once again. I brought one of my employees Tim Smith (<a title="blog" href="http://echoboombomb.blogspot.com" target="_blank">blog</a> | <a title="twitter" href="http://twitter.com/echoboombomb" target="_blank">@echoboombomb</a>).  This was his first SQLSaturday.</p>
<p>I was also very pleased with how the event went, so thanks to the organizers, (Nancy Hidy-Wilson <a title="blog" href="http://nancyhidywilson.wordpress.com" target="_blank">blog</a> | <a title="twitter" href="http://twitter.com/NancyHidyWilson" target="_blank">@nancyhidywilson</a>, Will Howard <a title="blog" href="http://www.sqlonlinesolutions.com" target="_blank">blog</a> | <a title="twitter" href="http://twitter.com/willsqlonline" target="_blank">@willsqlonline</a>, Jonathan Gardner (<a title="blog" href="http://jonathanagardner.com/" target="_blank">blog</a> | <a title="twitter" href="http://twitter.com/jgardner04" target="_blank">@jgardner04</a> and others) for their hard work! It was truly a delightful event.</p>
<p>SQLWatchmen was also a sponsor to provide a little financial help so the event would go well.</p>
<p>&nbsp;</p>
<h2>Arrival In Houston Thursday Evening</h2>
<p>Upon arrival, Tim Smith and I had a pleasant dinner with Kendal Van Dyke (<a title="blog" href="http://www.kendalvandyke.com" target="_blank">blog</a> | <a title="twitter" href="http://twitter.com/SQLDBA" target="_blank">@SQLDBA</a>. That was arranged via Twitter, so if you are new to these events, get a twitter account and tune in, you just may end up having dinner with a <a href="http://www.sqlpass.org/AboutPASS/BoardofDirectors.aspx" target="_blank">PASS board member</a>. So never underestimate the <a href="http://www.dongabor.com/" target="_blank">power of networking</a>.</p>
<p>&nbsp;</p>
<h2>Precon w/ Kalen Delaney</h2>
<p>Kalen Delaney was in Houston for the week training the <a title="Idera ACE" href="http://www.idera.com/About-Us/ACE/" target="_blank">ACE&#8217;s from Idera Software</a>. While she was there, she extended her trip a little and taught an awesome precon titled <strong>SQL Server Execution Plans: Tuning And Management</strong> to provide folks with low cost, all day training going deep into her subject.</p>
<div class="wp-caption alignright" style="width: 336px"><a href="http://www.sqlwatchmen.com/blogs/jim/images/2012/04/KalenThinksImHot.PNG"><img title="Kalen Thinks I'm Hot" src="http://www.sqlwatchmen.com/blogs/jim/images/2012/04/KalenThinksImHot.PNG" alt="Kalen Thinks Jim Murphy looked warm" width="326" height="478" /></a><p class="wp-caption-text">Someone Misstated Kalen and Twitter Went Crazy</p></div>
<p>She projected her voice well, so even the folks at the back of the room could hear her easily. Course, I was sitting at the table she was presenting from, but some ear plugs fixed that right up! Her manner and style was very pleasant, but most importantly, her content was highly technical and explained very methodically and clear. I loved it.</p>
<p>As the precon was about to start, we found that the projector VGA cable was not long enough to reach Kalen&#8217;s demo location. No problem, we quickly solved this by getting rid of 1 table, which seats two, and moved Kalen closer to the projector. The show went on, but with two fewer people: Tim and me. I dashed to a closed Radio Shack, pleaded with the manager an hour before they were officially open and he rung me up a VGA extension cable early! Great guy! I dashed back to the precon, with my &#8216;ticket&#8217; to see the rest of the program in hand, and waited in the corridor for Kalen to take a break so we could rewire the projector, add in the missing table and provide us a place to sit. So <a title="SQLWatchmen" href="http://www.sqlwatchmen.com" target="_blank">SQLWatchmen</a> became the proud sponsor of a VGA Cable.</p>
<p>While in the hallway outside the class, Nancy and I had a great discussion about, VGA cables, User Group stuff, event planning and financials, and life. It was very nice conversation.  Before long, it was break time and we rewired the projector and Tim and I got to see the rest of the presentation.</p>
<p>So there I was, sitting at the teachers desk feeling like I did in school when the teachers didn&#8217;t want me out of their sight. She said that I looked a little warm, but someone on twitter blew that way out of proportion. You can see a clip of that to the right.</p>
<p>&nbsp;</p>
<h2>A Message For All SQLSaturday Organizers</h2>
<p>Here is one observation: most new people that I spoke with at the precon, had no idea what a SQLSaturday was and had no idea there was one the next day. Apparently, they&#8217;re bosses registered them for the precon (and apparently paid for them), forwarded the email and said: &#8220;Here, go to this training&#8221;. Three new people that I asked if they were going tomorrow, all said the same thing. So I have a call for SQLSaturday organizers: Promote the SQLSaturday several times AT THE PRECON. Your promotional emailings may go to the boss who registered, not the attendee. Maybe prepare a print-out about the following days&#8217; SQLSaturday (hours, sessions, map, and how to register), and hand those out at the precon!  The SQLSaturday 107 team did make an announcement.</p>
<p>&nbsp;</p>
<h2>SQLSaturday 107 Sessions</h2>
<p>The morning started with my session at 8:30 am: <a title="AlwaysOn" href="http://www.sqlsaturday.com/viewsession.aspx?sat=107&amp;sessionid=6044" target="_blank">AlwaysOn &#8211; Finally A Usable &#8216;Mirror&#8217; </a>. The projector kept going into sleep mode while I was in the middle of using it. After some failed pre-session diagnostics, I dashed to my car in the parking lot to grab the projector that I needed to fail over to. I&#8217;m glad I brought it, but my students were even more happy.  Yes, I had a Disaster Recovery plan for the projector and was able to keep my presentation AlwaysOn (AlwaysOn is a trademark of Microsoft Corp, all rights reserved and all the rest of that stuff). After the initial projector hiccups, all went well. About 80% of the class were Clustering professionals, so I dove into some 300 material rather than just sticking to the basics.</p>
<p>William Assaf&#8217;s (<a title="blog" href="http://sqltact.com" target="_blank">blog</a> | <a title="twitter" href="http://twitter.com/william_a_dba" target="_blank">@william_a_dba) </a>session<a href="http://www.sqlsaturday.com/viewsession.aspx?sat=107&amp;sessionid=6358" target="_blank"> SQL Admin Best Practices with DMV&#8217;s</a>.<br />
I really enjoy William&#8217;s style, what a great teacher. In this class, I learned that there is a DMV for collecting disk details starting in SQL Server 2008 R2. I did not know this. Awesome job, great mix of humor without going overboard, and a well polished presentation.</p>
<p>Christina Leo&#8217;s (<a title="blog" href="http://christinaleo.net" target="_blank">blog</a> | <a title="twitter" href="http://twitter.com/christinaleo" target="_blank">@christinaleo</a>) session <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=107&amp;sessionid=7683" target="_blank">SQL Server Internals: It&#8217;s What&#8217;s for Dinner!<br />
</a>This was nice to see Christina&#8217;s presentation finally. We have presented at several of the same SQL Saturdays lately, but I have not been in her class as of yet. Boy, what excitement! She is so excited about what she teaches that her excitement bubbled over into the rest of the room. This fast-talking girl knows what she&#8217;s talking about and you&#8217;d better drink a Coke or have your coffee before entering this very technical and fast paced class. She covered SQL Server Internals like a pro. Beautiful slides with many animations as well. Very easy to follow.</p>
<p>&nbsp;</p>
<h2>Lunch</h2>
<p>Lunch was full of fun. You might think that a simple meal would be uneventful, but around SQL geeks, you never know what to expect. In this case, a bunch of us were at a table, including Wes Brown (<a title="blog" href="http://www.sqlserverio.com/" target="_blank">blog</a> |<a title="twitter" href="http://twitter.com/sqlserverio" target="_blank"> @sqlserverio</a>), Benjamin Nevarez (<a title="blog" href="http://benjaminnevarez.com" target="_blank">blog</a> |<a title="twitter" href="http://twitter.com/BenjaminNevarez" target="_blank"> @BenjaminNevarez</a>), Argenis Fernandez (<a title="blog" href="http://www.sqlblog.com/blogs/argenis_fernandez" target="_blank">blog</a> | <a title="twitter" href="http://twitter.com/DBArgenis" target="_blank">@DBArgenis</a>), Mike Fal (<a title="blog" href="http://www.mikefal.net" target="_blank">blog</a> | <a title="twitter" href="http://twitter.com/Mike_Fal" target="_blank">@Mike_Fal</a>) and others, when Jack Corbett (<a title="blog" href="http://www.wisemanorwiseguy.com" target="_blank">blog</a> | <a title="twitter" href="http://twitter.com/unclebiguns" target="_blank">@unclebiguns</a>) walks up. The short jokes begin to fly, then the tall jokes (Jason Horner<a title="blog" href="http://jasonhorner.com" target="_blank"> blog </a>| <a title="twitter" href="http://twitter.com/jasonhorner" target="_blank">@jasonhorner</a>), then the skinny jokes, then the fat jokes. It got pretty brutal but we all laughed a ton. No hard feelings of course. And in the end, we came up with a new invention for Jack so people can find him when he is in a crowd: A belt with an orange bicycle flag attached to the back so the flag sticks way up in the air.</p>
<p>Robert Davis&#8217;s (<a title="blog" href="http://www.sqlsoldier.com" target="_blank">blog</a> | <a title="twitter" href="http://twitter.com/SQLSoldier" target="_blank">@SQLSoldier</a>) session <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=107&amp;sessionid=8311" target="_blank">Replication Magic: Initializing From Backups</a>.<br />
I volunteered to be a room monitor for this session to help ensure things go smooth for Robert. This was an awesome presentation where he showed us how to start Replication from a backup. Nice slides, great demos and expert handling of the questions.</p>
<div class="wp-caption alignleft" style="width: 394px"><a href="http://www.sqlwatchmen.com/blogs/jim/images/2012/04/KalenDelaneyJimMurphySmall.jpg"><img class=" " title="Jim Murphy With Kalen Delaney At SQL Saturday 107 In Houston" src="http://www.sqlwatchmen.com/blogs/jim/images/2012/04/KalenDelaneyJimMurphySmall.jpg" alt="Jim Murphy With Kalen Delaney At SQL Saturday 107 In Houston" width="384" height="288" /></a><p class="wp-caption-text">Kalen Delaney Taught An Awesome Precon</p></div>
<p>Vicky Harp&#8217;s (<a title="blog" href="http://vickyharp.com" target="_blank">blog</a> | <a title="twitter" href="http://twitter.com/vickyharp" target="_blank">@vickyharp</a>) session <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=107&amp;sessionid=6041" target="_blank">Edge Case Testing for the Database Professional</a>.<br />
This was a session that I wanted to see for a while. In fact, Vicky and I have spoken at the same SQL Saturdays IN THE SAME TIME SLOT at every SQLSaturday that we both spoke at.  Austin #97, same time slot. CO Springs #104, same. This was a treat and I really enjoyed the material and the discussion. Very interactive session.</p>
<p>I wanted to see Kalen Delaney&#8217;s session <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=107&amp;sessionid=6122" target="_blank">Costs of Concurrency</a>, but I figured it was packed (which I heard later that it was). So I took the opportunity to speak with the various <a href="http://www.sqlsaturday.com/sponsors.aspx" target="_blank">sponsors</a> about their products, community, thanking them for sponsoring this event. I also got to talking with Mark Rosenberg (<a title="blog" href="http://www.geekswithblogs.com/markrosenberg" target="_blank">blog</a> | <a title="twitter" href="http://twitter.com/m_rosenberg" target="_blank">@m_rosenberg</a>) from<a href="http://www.newhorizons.com/LocalWeb/TX/Austin/Solutions.aspx" target="_blank"> New Horizons in Austin</a> and found that he is very excited about what we are doing in Austin and is looking forward to sponsoring our own SQLSaturday in September.</p>
<p>&nbsp;</p>
<h2>Conclusion</h2>
<p>I had a fantastic time at this SQLSaturday, caught up with a lot of friends and learned a great deal as well. If you have never been to a SQLSaturday event, I encourage you to find one within a few hours driving distance and GO! You won&#8217;t regret it. Experts, book authors, MVP&#8217;s and MCM&#8217;s speak at these and it is free to attend thanks to the sponsors! You just can&#8217;t loose.</p>
<p>&nbsp;</p>
<h2>P.S. &#8211; Why SQLWatchmen Sponsored</h2>
<p>I was asked by several folks at the event where they should put their raffle ticket for <a title="Database Administrators" href="http://www.sqlwatchmen.com" target="_blank">SQLWatchmen</a> since I did not set up a table/booth, and didn&#8217;t even set up a box to collect the tickets. The answer is simple: <a title="DBA Consulting Company" href="http://www.sqlwatchmen.com" target="_blank">SQLWatchmen</a> did not sponsor this event to grow the business, we sponsored to help the community and assist Nancy and company with pulling off a great event. <a title="DBA Consulting Company" href="http://www.sqlwatchmen.com" target="_blank">SQLWatchmen</a> focuses on helping small companies who do not need a full time DBA, but which run SQL Server for their critical systems, like <a href="http://sharepoint.microsoft.com/en-us/Pages/default.aspx" target="_blank">Sharepoint</a>, <a href="http://www.microsoft.com/en-us/dynamics/default.aspx" target="_blank">Dynamics</a>,<a href="http://www.advsol.com/AM/template.cfm?section=North_America1" target="_blank"> iMIS</a>, etc. So nearly all attendees (DBA&#8217;s), along with their employers (who already have a DBA) are not likely to be in need of our help. So <a title="Austin SQL DBA Consultants" href="http://www.sqlwatchmen.com" target="_blank">SQLWatchmen</a> was not a sponsor in an effort to find new customers, but simply to help the community and to give a little something back to the community that I fell in love with some time ago.</p>
<p>Sounds strange, I know, but that is why there was no booth. This is the same reason I sponsored last years Austin SQLSaturday, and the same reason I&#8217;ll do it again this year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlwatchmen.com/blogs/jim/2012/04/24/sqlsaturday-107-wrap-up/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What Have You Done For Me Lately?</title>
		<link>http://www.sqlwatchmen.com/blogs/jim/2012/04/23/what-have-you-done-for-me-lately/</link>
		<comments>http://www.sqlwatchmen.com/blogs/jim/2012/04/23/what-have-you-done-for-me-lately/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 14:57:31 +0000</pubDate>
		<dc:creator>jmurphy</dc:creator>
				<category><![CDATA[Training Events]]></category>
		<category><![CDATA[User Group]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://sqlwatchmen.com/blogs/jim/?p=472</guid>
		<description><![CDATA[The blog has been quiet over the Winter, so where have I been lately? Simply put: On the road with the SQL Server community! I&#8217;ve been doing a lot in the community lately, as well as having our busiest Winter ever with SQLWatchmen.  So instead of making a bunch of blog posts about what I&#8217;ve [...]]]></description>
				<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.sqlwatchmen.com/blogs/jim/images/2012/04/SQLCommunitySmall.jpg" width="240" />
		</p><h2>The blog has been quiet over the Winter, so where have I been lately?</h2>
<p>Simply put: On the road with the SQL Server community! I&#8217;ve been doing a lot in the community lately, as well as having our busiest Winter ever with <a title="SQLWatchmen" href="http://www.sqlwatchmen.com" target="_blank">SQLWatchmen</a>.  So instead of making a bunch of blog posts about what I&#8217;ve been up to, I decided to just make one big itinerary.</p>
<div class="wp-caption alignright" style="width: 368px"><img title="SQL Community" src="http://www.sqlwatchmen.com/blogs/jim/images/2012/04/SQLCommunitySmall.jpg" alt="SQLSaturday Speakers Dinner" width="358" height="269" /><p class="wp-caption-text">SQLFamily at a Speakers Dinner</p></div>
<p>Over the past few months, I have:<br />
1) Presented at the <a title="CACTUSS Central SQL Server Users Group" href="http://cactuss.org/cactuss-central-and-north-meeting" target="_blank">CACTUSS Central SQL Server Users Group </a>in Austin on the topic of AlwaysOn. This was on September 20, 2011.<br />
2) Co-Coordinated <a title="SQLSaturday 97" href="http://www.sqlsaturday.com/97/eventhome.aspx" target="_blank">SQLSaturday 97</a> in Austin on throughout August and September.<br />
3) <a title="Spoke" href="http://www.sqlsaturday.com/viewsession.aspx?sat=97&amp;sessionid=5771" target="_blank">Spoke </a>at SQLSaturday 97 In Austin on AlwaysOn using CTP3 on October 1, 2011.<br />
4) Attended the <a title="PASS Summit" href="http://www.sqlpass.org/summit/2011/" target="_blank">PASS Summit </a>in Seattle for the first time on the week of October 10, 2011.<br />
5) Attended the annual <a title="Iron Speed MVP Summit" href="http://www.ironspeed.com/mvp/MVPJimMurphy.aspx" target="_blank">Iron Speed MVP Summit</a> in San Jose and met with fellow MVPs from around the world. This was the week after the PASS Summit (week of October 17, 2011).  I actually flew straight from Seattle to San Jose and didn&#8217;t return back to the office for two weeks straight.  That was rough.<br />
6) In November and December, I prepared for and presented a <a title="three hour webinar on C# development using Iron Speed Designer" href="http://www.ironspeed.com/products/Training-Fundamentals.aspx" target="_blank">three hour webinar</a> each month on C# development with SQL Server.<br />
7) On January 7, 2012, I flew to Colorado Springs to give the <a title="AlwaysOn presentation" href="http://www.sqlsaturday.com/viewsession.aspx?sat=104&amp;sessionid=6045" target="_blank">AlwaysOn presentation</a> there. They put me in the Auditorium and there was probably about 60 people in attendance there, but I didn&#8217;t count.<br />
8) Went on a traveling road trip, speaking throughout the middle of the state of Texas presenting my AlwaysOn session. The first stop was at the <a title="SALSSA SQL Server Users Group" href="http://www.salssa.com/" target="_blank">SALSSA SQL Server Users Group </a>in San Antonio on January 18, 2012.<br />
9) Then the following day, drove up to Dallas and spoke at the <a title="NTSSUG SQL Server Users Group" href="http://northtexas.sqlpass.org/MeetingInfo/MeetingArchive/tabid/238/Default.aspx" target="_blank">NTSSUG SQL Server Users Group</a> to a large and enthusiastic audience of 83 people! That is a big users group.  That was on January 19, 2012.<br />
10) On March 10, 2012, I was in Tampa, FL at SQL Saturday 110 where I enjoyed presenting my <a title="AlwaysOn session" href="http://www.sqlsaturday.com/viewsession.aspx?sat=110&amp;sessionid=6163" target="_blank">AlwaysOn session</a>.<br />
11) On April 16, 2012, I presented my AlwaysOn session to the <a title="CACTUSS Central SQL Server Users Group" href="http://cactuss.org/cactuss-central-416" target="_blank">CACTUSS Central SQL Server Users Group</a>.<br />
12) And I just returned from SQL Saturday #107 in Houston where I presented my <a title="AlwaysOn presentation" href="http://www.sqlsaturday.com/viewsession.aspx?sat=107&amp;sessionid=6044" target="_blank">AlwaysOn presentation</a> on April 21, 2012.</p>
<p>I think that is a lot of community activity and traveling, so my blogging suffered a bit lately. I know, not an excuse. I&#8217;ll get better at not being a perfectionist so I can &#8216;just blog&#8217;. I&#8217;ll also get better at not making excuses.</p>
<p>On top of the above &#8216;external&#8217; activities, I have also been busy with &#8216;internal&#8217;, or less visible community activities:<br />
13) Running a SQL Server Users Group (<a title="CACTUSS Central Meetings" href="http://cactuss.org/meeting-announcement-cactuss-central-august-1" target="_blank">CACTUSS Central meetings</a>). Well, this one is kinda visible.<br />
14) Sitting on the board of <a title="Professional Organization of SQL Server Educators" href="http://www.sqlposse.com/2011/07/21/its-official-we-are-posse/" target="_blank">POSSE</a>.<br />
15) Going through the election process with POSSE where I won a 2 year board of directors position and continue my role as the Treasurer.<br />
16) Beginning the early planning stages for our 2012 Austin SQL Saturday (Finding venues, finding sponsors and deciding who should be on this years planning committee).</p>
<p>Well, no one has ever accused me to lacking passion for the community.</p>
<p>17) Oh ya. Almost forgot, I&#8217;ve been running a <a title="SQL Server Database Administrator Consultants" href="http://www.sqlwatchmen.com" target="_blank">DBA consulting company</a>, where we have been experiencing a lot of growth requiring that I hire two new staff members in Q1 2012. We also moved into a larger office location on February 24, 2012.</p>
<p>Is that why I haven&#8217;t been sleeping much lately?!?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sqlwatchmen.com/blogs/jim/2012/04/23/what-have-you-done-for-me-lately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
