<?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>SQLRockstar &#187; PASS</title>
	<atom:link href="http://thomaslarock.com/category/pass/feed/" rel="self" type="application/rss+xml" />
	<link>http://thomaslarock.com</link>
	<description>SQL Server DBA</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:09:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Return of the 24 Hours of PASS</title>
		<link>http://thomaslarock.com/2010/07/return-of-the-24-hours-of-pass/</link>
		<comments>http://thomaslarock.com/2010/07/return-of-the-24-hours-of-pass/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 14:09:32 +0000</pubDate>
		<dc:creator>Thomas LaRock</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[Professional Development]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=4530</guid>
		<description><![CDATA[In case you missed it I wanted to let everyone know that we are planning on doing our third 24 Hours of PASS. I sent out a call for abstracts recently to the people that have been selected to present at the PASS Summit in November (about 70 people in total). I got back about [...]]]></description>
			<content:encoded><![CDATA[<p>In case you missed it I wanted to let everyone know that we are planning on doing our third 24 Hours of PASS. I sent out a call for abstracts recently to the people that have been selected to present at the PASS Summit in November (about 70 people in total). I got back about 40 responses to my initial email and 35 expressed interest in participating. I know, I know, 35 <em>is</em> a lot more than 24. After I figure out the schedule and assign slots then we&#8217;ll have more than enough people available to serve as a backup in case someone needs to back out at the last possible minute (hey, it happens!)</p>
<p>I targeted the PASS speaker list because we are looking to promote the PASS Summit and thought it was best to ask people if they were interested in promoting their sessions. This can be a great way to drive attendance for those speakers that are doing a pre/post con session. For others it can be a way for then to practice their session one more time before the Summit, or just some general shameless self-promotion.</p>
<p>The biggest change to our format this time is that we are going to spread the event over two days (September 15th and 16th). We are keeping the same start time(s) as the last event, promptly at 12 noon GMT for both days. We&#8217;ll run twelve straight sessions, then take a twelve hour respite, and then crank it back up again the next day. Hopefully that will allow for more people to attend all the sessions they want to see.</p>
<p>Yeah, I know&#8230;people on the other side of the Earth have a less than optimal viewing time. When we looked at the numbers for the last event we found that an overwhelming majority of the attendees are from the USA and Europe. So we decided to switch up the format a bit in order to make it easier for those attendees to attend more sessions this time around. If you were one of the few from the Asia/Pacific region and are miffed that you will be forced to spend your overnight hours watching the sessions live, feel free to send me an email and we can discuss everything in more detail.</p>
<p>You should be able to begin registering for the event on or around August 11th. Don&#8217;t hesitate to ask any questions about the event, I will do my best to answer them.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2010/07/return-of-the-24-hours-of-pass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL University &#8211; Database Design/Development Week</title>
		<link>http://thomaslarock.com/2010/06/sql-university-database-designdevelopment-week/</link>
		<comments>http://thomaslarock.com/2010/06/sql-university-database-designdevelopment-week/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 19:11:51 +0000</pubDate>
		<dc:creator>Thomas LaRock</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[Professional Development]]></category>
		<category><![CDATA[SQL University]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=4477</guid>
		<description><![CDATA[Welcome back to another installment of SQL University. This week we will be talking about a topic that is often overlooked: database design. On second thought, &#8220;overlooked&#8221; may not be the correct choice. I think a more accurate description would be NULL. That&#8217;s right, I just said that database design is an unknown entity to [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome back to another installment of SQL University. This week we will be talking about a topic that is often overlooked: database design. On second thought, &#8220;overlooked&#8221; may not be the correct choice. I think a more accurate description would be NULL. That&#8217;s right, I just said that database design is an unknown entity to many. Because it is so easy to create a database, and because CPU, memory, and disk I/O is often able to overcome horrendous database design, most people don&#8217;t have any concept of what it means to actually design a database.</p>
<p>And for those that have heard of the words &#8220;database design&#8221;, a majority of them simply think that it means nothing more than listing out the tables they will be using to store their data. The concept of a foreign key, for example, is quite, well, foreign to them. Never mind normalization, or constraints, or anything else for that matter. I wish more people understood how a good design up front can save a lot of time in support later on.</p>
<p>Let&#8217;s get started.</p>
<h3>temdb</h3>
<p>So many times I see a database &#8220;designed&#8221; by this method:</p>
<ol>
<li>Create table</li>
<li>Insert data into that table</li>
</ol>
<p>And that&#8217;s it. Sometimes the steps are repeated, and many tables are created and populated, but I have seen the case where there was one database, with one table, with no indexes (or key, or constraints), and a few hundred million rows. I came across this gem when I was asked to help find out why performance was so poor for the database. Luckily I had a LOT of options to explain why performance was less than optimal.</p>
<p>Another thing to be aware of at this level is the need to accurately define your datatypes. Don&#8217;t just go with nvarchar(50) for everything because some design tool chooses that by default. Be aware of the choices you are making when you create the table. If you have no idea what I am talking about then <a href="http://www.databasejournal.com/features/mssql/article.php/3718066/Disk-Space-Usage-and-SQL-Server-Performance.htm">go here and read this article by Greg Larsen</a>. I&#8217;ll wait for you to come back.</p>
<h3>msdb</h3>
<p>Now that you have a basic awareness of some of the value in a good database design, it is time for you to expand your horizons a bit more. You need to start mapping out relationships between the tables in your database. Start thinking about what columns in your table compose a unique combination of values. While at TechEd I was able to attend Buck Woody&#8217;s <a href="http://www.msteched.com/2010/NorthAmerica/DAT210">presentation on database design</a>. My favorite part of his talk, besides his comments about Brent Ozar&#8217;s sleeping habits, was how you can use nouns in order to help you design a better database. Buck starts his overview of his database design process at about the sixteen minute mark and it goes like this:</p>
<ol>
<li>Create and/or refine the business requirements</li>
<li>Break out your nouns</li>
<li>Refine nouns</li>
<li>Define relationships</li>
<li>Define datatypes</li>
</ol>
<p>Steps two through four are part of a process called <em>normalization</em>, which is something we will discuss more in the master level.</p>
<p>Another item you need at this level is the ability to find your way around an ER diagram. There are a handful of tools you can use to create an ER diagram, and I won&#8217;t recommend any particular one here. The important point to take away from this level is that you are familiar enough with ER diagrams so that you can understand them to some degree.</p>
<h3>model</h3>
<p>To be at this level you should have a database that has primary and foreign keys defined, perhaps even some unique constraints. You should be able to make changes to your database based upon the ever-changing business requirements (trust me, they will <em>always</em> change). To truly be a model database designer, however, you will need to be adept at communicating with your business end users. You need to understand the business as well as, or perhaps better than, the end user. Otherwise you will find yourselves repeating step one (create/define business requirements) over and over again. Knowing your business will allow for you to help streamline that part of the process, and by streamline what I really mean is &#8220;make it slightly less painful than chewing on a piece of aluminum foil&#8221;.</p>
<p>If you can speak the language of your end user, allowing you to better define and create the necessary business requirements, then you will be well on your way to being a model database designer.</p>
<h3>master</h3>
<p>If you want to be a master database designer then you need to understand normalization, what it means to normalize (or denormalize) a database, and how to apply techniques to move your database into and out of particular normalization forms. In short, you need to dream about normalization much the same way as I dream about the elusive quad-thick slice of peppered bacon wrapped around a sea scallop and dipped in bourbon.</p>
<p>If you are looking for a completely dry explanation of database normalization <a href="http://en.wikipedia.org/wiki/Database_normalization">then go here</a>. If you want a slightly more readable format covering the basics, <a href="http://databases.about.com/od/specificproducts/a/normalization.htm">then go here</a>. Personally, I like pictures, and <a href="http://www.mahipalreddy.com/images/Normalization.gif">here is a good one</a> to help you understand normalization, especially after you read a little bit about it.By now you may be asking yourself &#8220;Self, why isn&#8217;t every database normalized by default somehow?&#8221; That&#8217;s a fair question. After all, why not have tools like SSMS force the user to create everything necessary in order for every database to be in the third normal form (3NF)? It&#8217;s because that, as with anything in life, there is a trade off whenever you want something. In this case the trade off can be performance. It could very well be the case that you want to denormalize your database, or at least parts of your database, in order to maximize performance. But as a master database designer you already knew that!</p>
<h3>resourcedb</h3>
<p>The easiest thing to do is to tell you to go and get <a href="http://www.informatik.uni-trier.de/~ley/db/about/codd.html">every book Codd</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.com/e/ir?t=sq0f-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /> has ever written on the subject of database design and theory. But that would be rather shortsighted of me, considering how much of the world has changed since Codd did his most famous work. In today&#8217;s world we have &#8220;<a href="http://en.wikipedia.org/wiki/Eventual_consistency">eventual consistency</a>&#8220;, which can be viewed as a manner for which you remove the need to ever have a normalized database (or even transactions for that matter). Recently I had a person tell me that stored procedures are dying, which only served as a reminder to me that technology is always evolving. So, start with Codd, but don&#8217;t end there.</p>
<p>I have a section of <a href="http://thomaslarock.com/book-reviews/">my library</a> dedicated to database design books. I really like <a href="http://www.amazon.com/gp/product/1590597699?ie=UTF8&amp;tag=sq0f-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1590597699">Beginning  Database Design: From Novice to Professional</a>, and would recommend that highly for anyone that wants to get started by learning the fundamentals for database design. After that book, the rest is up to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2010/06/sql-university-database-designdevelopment-week/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Community Communication</title>
		<link>http://thomaslarock.com/2010/06/community-communication/</link>
		<comments>http://thomaslarock.com/2010/06/community-communication/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 17:20:24 +0000</pubDate>
		<dc:creator>Thomas LaRock</dc:creator>
				<category><![CDATA[PASS]]></category>
		<category><![CDATA[Professional Development]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=4436</guid>
		<description><![CDATA[During my last night in New Orleans for TechEd I was approached by a man who stopped me and said, essentially:
&#8220;What makes you guys so special?&#8221;

The man was Rob Collie (blog &#124; twitter), and he was asking about the SQL Community as a whole. And I really had no answer for Rob. We talked about [...]]]></description>
			<content:encoded><![CDATA[<p>During my last night in New Orleans for TechEd I was approached by a man who stopped me and said, essentially:</p>
<p>&#8220;<em>What makes you guys so special?</em>&#8221;</p>
<p><a href="http://thomaslarock.com/wp-content/uploads/2010/06/special-offer.jpg"><img class="size-medium  wp-image-4471 alignleft" style="margin-right: 5px;" title="I'll take four!" src="http://thomaslarock.com/wp-content/uploads/2010/06/special-offer-228x300.jpg" alt="I'll  take four!" width="228" height="300" /></a></p>
<p>The man was Rob Collie (<a href="http://powerpivotpro.com/">blog</a> | <a href="http://twitter.com/powerpivotpro">twitter</a>), and he was asking about the SQL Community as a whole. And I really had no answer for Rob. We talked about it for a while, trying to figure out why the SQL Community seems to be much more social, and much more willing to help one another than other technical communities. I had noticed that even in the MVP forums that the SQL forum was always one of the more heavily used forums when compared to others. But why?</p>
<p>In the time since Rob <span style="text-decoration: line-through;">accosted</span> approached me I have been able to reflect a bit. I think I understand a few of the reasons why our Community is so chock full of awesome. Feel free to correct me if I am wrong, or if I have missed anything.</p>
<h3>People Crave Shared Experiences</h3>
<p>This should not be a shocker to anyone, but we as humans tend to want to have shared experiences with one another. I really don&#8217;t know why that is the case, but it certainly seems to be true of most. It happens all the time in conversations when someone relates an experience and someone else responds by affirming that experience by sharing memories of their own. Something like:</p>
<p>&#8220;This one time, at band camp&#8230;&#8221;</p>
<p>&#8220;Yeah, I went to band camp once. It was full of awesome.&#8221;</p>
<p>Since DBAs are people too it makes sense that many of us already have the innate desire to share experiences. But so does everyone else, right? So clearly this is not enough to explain why we are special, but it does help explain why we all look to congregate and communicate.</p>
<h3>We Are Organized</h3>
<p>We, as database professionals, have a professional association (PASS), that allows for all of us to find ways to connect (and stay connected). I recently asked Rob if there was a user group or association for, say, Excel users. He didn&#8217;t know of any such groups, and I started thinking about all of those other MVP forums. What about the xbox MVPs? Is there a professional association for xbox users, for example? Or Zune?</p>
<p>For us DBAs <a href="http://sqlpass.org/">we have such an association in place</a>, and I think that is a contributing factor, no question. But other professional associations exist, so this is not enough to explain why we are so special. There must be something more.</p>
<h3>We Have Vehicles For Discussions</h3>
<p>Once we start to connect with each other at face-to-face events (user groups, <a href="http://www.sqlsaturday.com/">SQL Saturdays</a>, PASS Summit, etc.), we then need to have ways to stay connected once those meetings are over. We have that with Twitter (even have our own special hash tag for help, #sqlhelp, which we use when we have questions for one another), as well as Facebook, LinkedIn, and various public forums. We write articles for websites and try to find ways to help others learn something new.</p>
<p>None of these vehicles are for our use only, so this is not enough to explain why we are so special, there must be something more.</p>
<h3>We Form a Support Group</h3>
<p>Since most of us are in a production support role, a natural question is &#8220;who supports the support people?&#8221; Why, we do, of course! We need to be there for one another, because there are times when we know we need someone there for us as well. Many DBAs work alone in their shop; the lone voice of reason amidst a sea of madness and <span style="text-decoration: line-through;">sloppy</span> agile programming methods. Who else can understand the life of a DBA except for another DBA?</p>
<p>We tend to be very supportive of one another. We help each other when we have questions. We are allowed to make mistakes (especially if we learn from them and don&#8217;t repeat them very often). No one is scorned, or banished from the Community for not knowing something. About the only way to get yourself in trouble is to plagiarize our material. Stay clear of content theft and you are welcome to join in our conversations.</p>
<p>Other communities simply do not seem to act in the same manner. I think that what makes us so special is that, as a whole, we are made up of people that are not afraid of two things. First is that we are not afraid to ask for help. Second, we are not afraid to provide help.</p>
<h3>Add It Up</h3>
<p>And you get the SQL Community, which is indeed a very special Community to be a part of.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2010/06/community-communication/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>PASS Call for Nominations is Open</title>
		<link>http://thomaslarock.com/2010/06/pass-nomcom/</link>
		<comments>http://thomaslarock.com/2010/06/pass-nomcom/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 18:41:19 +0000</pubDate>
		<dc:creator>Thomas LaRock</dc:creator>
				<category><![CDATA[PASS]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=4464</guid>
		<description><![CDATA[The call for nominations for the PASS Board of Directors has been announced. The past three years I have been involved in the process as a candidate. This time, I am proud to tell everyone that I was asked to serve on the nominations committee. In other words, for years I was eating the bacon, [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.sqlpass.org/Community/PASSBlog/entryid/121/Call-for-Nominations-for-2011-2012-PASS-Board-Term-Now-Open.aspx">call for nominations for the PASS Board of Directors</a> has been announced. The past three years I have been involved in the process as a candidate. This time, I am proud to tell everyone that I was asked to <a href="http://elections.sqlpass.org/Home/NomCom.aspx">serve on the nominations committee</a>. In other words, for years I was eating the bacon, and this year I get to see how the bacon is made.</p>
<p>The deadline for applications to be submitted is July 21st, a full seven days after <a href="http://en.wikipedia.org/wiki/Bastille_Day">Bastille Day</a> so there is really no excuse for anyone to be late getting their paperwork completed on time. If you know of anyone that you feel should consider running, get them to complete the application. If you know of someone and they appear reluctant to run, contact anyone on the nomination committee so that we can engage the person in a conversation. Perhaps we could clear up a few questions and that person would then be inclined to participate in the process.</p>
<p>I look forward to serving on the committee this year as we search for our newest Board members.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2010/06/pass-nomcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>24 Hours of PASS Recordings Now Available</title>
		<link>http://thomaslarock.com/2010/06/24-hours-of-pass-recordings-now-available/</link>
		<comments>http://thomaslarock.com/2010/06/24-hours-of-pass-recordings-now-available/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 13:25:52 +0000</pubDate>
		<dc:creator>Thomas LaRock</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[PASS]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=4434</guid>
		<description><![CDATA[Remember that little event we had last month? The one that lasted for twenty-four (24) consecutive hours? The one where you kept asking if sessions were going to be recorded because you weren&#8217;t able to attend due to work/family/sleep?
Well the recordings are now available for viewing. You will need to login to the PASS website [...]]]></description>
			<content:encoded><![CDATA[<p>Remember that little event we had last month? The one that lasted for twenty-four (24) consecutive hours? The one where you kept asking if sessions were going to be recorded because you weren&#8217;t able to attend due to work/family/sleep?</p>
<p>Well the recordings are <a href="http://www.sqlpass.org/LearningCenter/24Hours.aspx">now available for viewing</a>. You will need to login to the PASS website in order to view them.</p>
<p>I wouldn&#8217;t try to watch them all in a row (again). I suggest that you set aside a few hours a week for the next six to seven weeks and enjoy the great content.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2010/06/24-hours-of-pass-recordings-now-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>24 HOP Diary</title>
		<link>http://thomaslarock.com/2010/05/24-hop-diary/</link>
		<comments>http://thomaslarock.com/2010/05/24-hop-diary/#comments</comments>
		<pubDate>Wed, 19 May 2010 10:56:24 +0000</pubDate>
		<dc:creator>Thomas LaRock</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[PASS]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=4290</guid>
		<description><![CDATA[Much like last time, I decided to keep a running diary of events as the day unfolds, so check  back frequently for updates.
I will also be on UStream, you can watch me watching the sessions by  going to:
http://www.ustream.tv/channel/24-hours-of-pass
The broadcast will get started in just a few minutes…
6:55AM I&#8217;m awake, and so are the [...]]]></description>
			<content:encoded><![CDATA[<p>Much like last time, I decided to keep a running diary of events as the day unfolds, so check  back frequently for updates.</p>
<p>I will also be on UStream, you can watch me watching the sessions by  going to:</p>
<p><a href="http://www.ustream.tv/channel/24-hours-of-pass">http://www.ustream.tv/channel/24-hours-of-pass</a></p>
<p>The broadcast will get started in just a few minutes…</p>
<p><strong>6:55AM </strong>I&#8217;m awake, and so are the kids. I have enough time to get the bacon started before the event begins in just over an hour.</p>
<p><strong>7:13AM</strong> Slight network issue, my laptop can&#8217;t get it going with the WiFi, but the iMac has no trouble making my life easier. Thank you, Mr. Jobs. And the bacon is prepped and ready to be deployed.</p>
<p><strong>7:36AM</strong> Prepping the UStream and grabbing my bacon from the oven. Oh, and redirecting people from the overflow session to the actual session.</p>
<p><strong>7:47AM</strong> Bacon is done, but I forgot the cracked pepper. Rookie mistake and I&#8217;ll blame the rush of activity here at SQLRockstar central.</p>
<p><strong>7:55AM</strong> Debating if I should open my work email, or just use the blackberry all day (and night). I&#8217;m going to open it up, just in case someone needs my help.</p>
<p><strong>8:28AM</strong> This is crazy, about 400 people in the meeting, a handful of which have audio issues (not sure they are using the right version of the LiveMeeting client), I haven&#8217;t eaten my bacon yet, and people keep sending me private chat messages. I haven&#8217;t been able to interact much on Ustream yet.</p>
<p><strong>8:49AM </strong>Starting to get more control over things, we have over 440 people inside this meeting right now.</p>
<p><strong>9:07AM</strong> OK, I have had my first slice of bacon for the day and everything is looking good. We are climbing up to 500 people already for this session.</p>
<p><strong>9:13AM </strong>Just found out that @AndyLeonard uses schemas. Somewhere, @BrentO is weeping.</p>
<p><strong>9:27AM</strong> Andy just posted this quote &#8220;You should build as many tables as you need, but no more.&#8221; True dat.</p>
<p><strong>1:13PM</strong> Forgot I had the diary. Since my last post we have had a LOT of activity including Rushabh not being able to do his session and needing to switch with Jacob at the very last minute. @AdamMachanic just declared tempdb as &#8220;the single biggest bottleneck in SQL Server&#8221;.</p>
<p><strong>1:32PM </strong>Adam just broke the 800 barrier and set a new high water mark for attendees. I&#8217;m wondering if we can crack 1,000 today. LiveMeeting will break at 1,250.</p>
<p><strong>2:00PM </strong>Adam just finished up a great presentation and topped out at 814 attendees. I&#8217;m excited for the next talk as well by Don Vilen.</p>
<p><strong>2:20PM</strong> I am <span style="text-decoration: underline;">very</span> interested in using filtered indexes.</p>
<p><strong>2:29PM</strong> So, the DTA can suggest a filtered index, but the missing indexes functionality will not flag them as missing. Great info right there.</p>
<p><strong>2:55PM</strong> Don is done, and up next is the Donald, @donalddotfarmer.</p>
<p><strong>3:26PM</strong> Donald always has wonderful slides, and great demos. It is clear to me the PowerPivot will be for the power users first, and I am wondering how long before it trickles down to casual users.</p>
<p><strong>4:13PM </strong>Don just lays this gem &#8220;sometimes the best way to protect data is to never put it in a database.&#8221; Agreed, it should be left in various office products like MS Access and Excel, and then store those files inside of Sharepoint.</p>
<p><strong>4:30PM</strong> Don Kiely has omnipotent powers over his schemas, or something like that.</p>
<p><strong>5:13PM</strong> Maciej is diving into data compression, he just mentioned how vardecimal was introduced with SQL 2005 SP2 and deprecated by the time SQL 2008 RTM came out, setting the record for the shortest lived feature in the history of SQL Server.</p>
<p><strong>6:10PM</strong> Jessica just tells us that LOOKUPSET does not mean what you think it means; think &#8216;lookup&#8217; and &#8216;set&#8217;, not &#8216;look&#8217; and &#8216;upset&#8217;.</p>
<p><strong>7:48PM</strong> Had to drop off to take a phone call but got back in time to swap the audio to Simon&#8217;s session. I always enjoy seeing the differences in how T-SQL functions can perform. Liked linked servers, functions are one of those things that can work well in one circumstance and horribly in another and all too often get misused (or abused).</p>
<p><strong>8:24PM</strong> Brad always has such great professional advice. I love the fact that he talks about writing down your goals, that is such an important things to do. Getting your thoughts and dreams on paper always make them seem more attainable.</p>
<p><strong>9:24PM</strong> Got started a little late, but @kekline is finally in the house to talk about the top ten mistakes in SQL Server. Here&#8217;s number one: showing up late for your own presentation.</p>
<p><strong>10:11PM</strong> Kevin finished up strong and not Peter Myers is up to talk about PerformancePoint. Which made me realize that Microsoft currently has PerformancePoint, PowerPivot, and PowerPoint. Where&#8217;s the PerformancePivot? Or PivotPerformance? My guess is we will see one (or both) of them with SQL11.</p>
<p><strong>11:11PM</strong> Shutting things down for a few hours so that my family (including me) can get a little sleep. My streak comes to an end for now. I&#8217;ll pick this back up in the morning, should be online for @BrentO.</p>
<p><strong>3:45AM</strong> OK, I am back, and just in time to listen to the end of @rob_farley, who stepped in at the very last minute to cover an open spot. Sounds like his presentation was a good one and I am sorry to have missed it live. Here&#8217;s hoping I get a chance to meet him at the PASS Summit later this year.</p>
<p><strong>5:13AM</strong> Rushabh gave a great overview of Master Data Services and we are now getting an overview of CPU&#8217;s from Thomas Grohser. My favorite part so far? That would be when he said &#8220;If snapping your finger once a second is memory access, doing it once every 11 days is disk access.&#8221; A wonderful way to conceptualize what is happening inside that black box known as a server.</p>
<p><strong>5:46AM</strong> Thomas&#8217; phone just rang (at least I think it was his phone) and it reminded me how the US is always behind when it comes to things like polyphonic ringtones.</p>
<p><strong>6:06AM </strong>@drsql gets us into the right frame of mind by giving his talk the sub-title of &#8220;Things that had the people who designed some of your databases considered then you could be upgrading to sql 2008 r2 without a lot of work&#8221;. If you look up the phrase &#8220;liquid awesome&#8221; you will see that sub-title as one of the definitions.</p>
<p><strong>6:07AM</strong> Louis now just claimed that chess is also a pie. This could be the most confusing session I have ever attended and I once listened to Jerry Tarkanian talk to me for 45 minutes about how the best thing you can do for your basketball team is to have an Armenian as your 12th man.</p>
<p><strong>6:26AM</strong> Funny, but Louis just described all the ways you don&#8217;t want to design a database and he ended up also describing Sharepoint.</p>
<p><strong>6:45AM</strong> And now Louis just told us to find a new career. Wait, it might have been just me that needs a new career. Still not sure, but I think there was a double negative in that slide or in his answer. But to cover myself I re-enabled my account on Monster.</p>
<p><strong>7:01AM</strong> And we made it to the last session, @BrentO is ready to take us home.</p>
<p><strong>7:06AM</strong> Apparently Brent has money to burn, and he smokes cigars by lighting them with hundred-dollar bills. And he names his servers after the stations on <em>Lost</em>.</p>
<p><strong>7:26AM</strong> Brent just showed us how to check to make certain that a DBCC CHECKDB has been run against a particular database. I never thought about checking for that, and I am now thinking of a new custom monitor for OpsMgr. But I am also thinking about how I want some pumpkin pie, thanks to @datachick.</p>
<p><strong>7:53AM</strong> Brent just showed no fewer than six tips on how to hack into your database server, including &#8220;Devious Dave&#8221; who created a trigger to delete data <em>after</em> they have left the company. I am thinking Brent is looking for a side job with a security firm.</p>
<p><strong>8:00AM</strong> And we&#8217;re done, just like that another 24 hours of my life has passed. It seems like only yesterday.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2010/05/24-hop-diary/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The 24 HOP Strikes Back</title>
		<link>http://thomaslarock.com/2010/05/the-24-hop-strikes-back/</link>
		<comments>http://thomaslarock.com/2010/05/the-24-hop-strikes-back/#comments</comments>
		<pubDate>Mon, 17 May 2010 15:14:25 +0000</pubDate>
		<dc:creator>Thomas LaRock</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[Professional Development]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=4254</guid>
		<description><![CDATA[This Wednesday, May 19th, PASS will be hosting their second 24 Hours of PASS event. The first event last September was quite successful. So successful, in fact, that when PASS decided to do it again my first thought was about how difficult it is for sequels to be as successful as the original. For example, [...]]]></description>
			<content:encoded><![CDATA[<p>This Wednesday, May 19th, PASS will be hosting their second <a href="http://www.sqlpass.org/24hours/2010/default.aspx">24 Hours of PASS event</a>. The first event last September was quite successful. So successful, in fact, that when PASS decided to do it again my first thought was about how difficult it is for sequels to be as successful as the original. For example, the list of movie failures is quite long and includes <a title="The entire cast has since disappeared" href="http://www.imdb.com/title/tt0086129/">Porky&#8217;s II: The Next Day</a>, <a title="Jason Bateman rarely gets acclaim for this one" href="http://www.imdb.com/title/tt0094118/">Teen Wolf Too</a>, <a title="Yes, she really did win an Oscar later in life." href="http://www.imdb.com/title/tt0120179/">Speed 2 Cruise Control</a>, <a title="Spoiler: He's still dead" href="http://www.imdb.com/title/tt0108539/">Weekend At Bernie&#8217;s II</a>, and <a title="Starring 'Boogaloo Shrimp' and 'Shabba-Doo'" href="http://www.imdb.com/title/tt0086999/">Breakin&#8217; 2 Electric Boogaloo</a>. I&#8217;ll never get those hours of my life back, nor will anyone else for that matter.</p>
<p>Fortunately we have something that all of those movies were lacking: <a href="http://www.microsoft.com/sqlserver/2008/en/us/R2.aspx"><em>a reason to watch</em></a>. With SQL Server 2008 R2 having been recently launched we were able to structure our event to include a heapin&#8217; helpin&#8217; of R2 along with sessions on SQL 2008, Episode 10. And with the early reviews of R2 just <a href="http://www.brentozar.com/archive/2010/05/sql-server-r-review/">starting to come in</a>, I am looking forward to attending as many sessions as possible, especially <a href="http://www.sqlpass.org/24hours/2010/SQLServer2008R2.aspx">the R2 sessions</a>.</p>
<p>With all that in mind, I am going to use quotes from <a href="http://www.imdb.com/title/tt0080684/">Star Wars: Episode V &#8211; The Empire Strikes Back</a> to give you a preview of what is to come this Wednesday. <em>Empire</em> is one of the most successful movies of all time, and is one of those rare sequels to be even more successful than the original, which only seems fitting right now.</p>
<p><strong>&#8220;Why, you stuck up, half-witted, scruffy-looking Nerf herder!  [<em>pause</em>] Who&#8217;s scruffy-looking?&#8221;</strong></p>
<p><a href="http://thomaslarock.com/wp-content/uploads/2010/05/Star_Wars_empire_strikes_back.jpg"><img class="alignleft size-medium  wp-image-4267" style="margin-right: 15px;" title="Star_Wars_empire_strikes_back" src="http://thomaslarock.com/wp-content/uploads/2010/05/Star_Wars_empire_strikes_back-300x225.jpg" alt="" width="300" height="225" /></a>This quote reminds me about the comments I received regarding my beard growth during the event last year when I attended all 24 sessions and <a href="http://www.ustream.tv/channel/24-hours-of-pass">broadcast myself on UStream</a>. I will be broadcasting myself again this time, but I am not guaranteeing that I will be attending all the sessions due to the start and end time being at 8AM for me and the fact that I need to be at work the next day, otherwise I would have to take two vacation days for the event. I love PASS and all, but I love taking vacations with my family as well.</p>
<p><strong>“Control, control, you must learn control!</strong><strong>”</strong></p>
<p>Have you heard about the new feature in R2 called the Utility Control Point? Do you want to hear about this new feature? Then you will want to <a href="http://www.sqlpass.org/24hours/2010/Sessions/GettingStartedwithSQLServerUtilityinSQLSer.aspx">register for Glenn Berry&#8217;s session</a>. Glenn is an expert in this area and was one of the <a href="http://thomaslarock.com/2010/05/utility-control-point/">first people to contact me</a> to tell me that Microsoft was going to be updating the UCP in the near future to allow for monitoring SQL 2008 instances that have had SP2 applied. When Glenn contacted me I felt like I was in on a secret, similar to when the name of this movie was leaked over thirty years ago. I remember telling my friends that I knew the name to the movie and how excited we all were and&#8230;OK, I&#8217;ll stop now, because I have learned control.</p>
<p><strong>&#8220;All right, I&#8217;ll give it a try&#8230; <strong> </strong>No! Try not. Do&#8230; or do not. There is no try.&#8221;</strong></p>
<p>This is for all of the people and all of the effort it takes in order for this event to run smoothly. There are 24 presenters, there are 24 hosts for those presenters, and there are four event coordinators that help to oversee the sessions as well. That&#8217;s over fifty people and we haven&#8217;t even talked about the people behind the scenes involved in marketing and community coordination. Last year my role in this event was to show up and smile for the camera. This year I was asked to take on more responsibilities and my first thought was &#8220;I&#8217;ll try.&#8221; As the quote suggests, there is no try, it really is do&#8230;or do not.</p>
<p><strong>&#8220;What is thy bidding, my master?&#8221;</strong></p>
<p>Who else would this quote be for but <a href="http://www.brentozar.com/sql-mcm/">Brent Ozar, MCM</a>? No one, that&#8217;s who. Brent is presenting a session titled &#8220;<a href="http://www.sqlpass.org/24hours/2010/Sessions/BLITZ60MinuteServerTakeovers.aspx"><em>Blitz! 60 Minute Server Takeovers</em></a>&#8220;, where he will tell you what to do when someone dumps a server in your lap that you never knew existed, kinda like when some hologram of an old man shows up and tells you that <a href="http://www.youtube.com/watch?v=rKtciRCVpFE">your son is still alive and is coming to kill the both of you</a>.</p>
<p><strong>&#8220;Sir, the possibility of successfully navigating an asteroid field is  approximately 3,720 to 1</strong><strong>. Never tell me the odds.</strong><strong>&#8220;</strong></p>
<p>This is how I feel when it comes to navigating the field of Master Data Management. It seems so overwhelming, like having a thousand pieces of rock flying at you from all directions. Fortunately we have our own Rushabh Mehta to help us <a href="http://www.sqlpass.org/24hours/2010/Sessions/ImplementingMDMUsingSQLServer2008R2MasterD.aspx">navigate through the Master Data Services</a> feature of SQL Server 2008 R2. And just how awesome is <a href="http://en.wikipedia.org/wiki/Indiana_Jones">Indiana Jones</a> that he can kick ass in two different galaxies in two different time periods?</p>
<p><strong>&#8220;Impressive. Most impressive. Obi-Wan has taught you well.&#8221;</strong></p>
<p>If you are looking for something impressive you need only to examine the <a href="http://www.sqlpass.org/24hours/2010/Sessions.aspx">sessions list</a>. Check out the names. Read the session titles. Pick any session to attend, set aside an hour of your time, and when it is done you will feel as if Obi-Wan himself has taught you something, and taught you well.</p>
<p><strong>&#8220;If you only knew the power of the Dark Side. Obi-Wan never told you what  happened to your father. <strong> </strong>He told  me enough! He told me *you* killed him! <strong> </strong>No. *I* am your father. No. No. That&#8217;s not true. That&#8217;s  impossible!&#8221;</strong></p>
<p><a href="http://thomaslarock.com/wp-content/uploads/2010/05/vader.gif"><img class="size-medium wp-image-4264 alignleft" style="margin-right: 15px;" src="http://thomaslarock.com/wp-content/uploads/2010/05/vader-300x225.gif" alt="" width="300" height="225" /></a>The movie&#8217;s <a href="http://www.youtube.com/watch?v=Vdc7v4vkbJI">signature moment</a> is reserved for our signature format: 24 continuous sessions, broadcast live, with 24 different speakers located throughout the globe. Impossible? Not as impossible as finding out your father is Darth Vader, that you have a twin sister, or that 30 years of bloodshed is going to be brought to an end by a band of muppets named Ewoks. Seriously, how could the Emperor <em>not</em> see that coming? Where&#8217;s the &#8220;power of the dark side&#8221; when you need it?</p>
<p><strong>&#8220;Sir, rebel ships are coming into our sector. <strong> </strong>Good, our first catch of the  day.&#8221;</strong></p>
<p>The first catch of our day will be &#8220;<a href="http://www.sqlpass.org/24hours/2010/Sessions/IntroductiontoPowerPivot.aspx"><em>Introduction to PowerPivot</em></a>&#8221; by Brian Knight. I was very excited to be able to secure Brian in the lead off spot for this event particularly when he told me he wanted to speak on PowerPivot, an instrumental piece to the entire SQL 2008 R2 launch. How excited? About as excited as I was to <a href="http://www.gourmetfoodclubs.com/bacon-of-the-month-club.html?gclid=CN71idCm2aECFQ9N2godZlkvJA">join the Bacon of the Month club</a>.</p>
<p><strong>&#8220;Lord Vader, the fleet has moved out of lightspeed and we&#8217;re preparing to&#8230;  [<em>Ozzel stops, and suddenly begins to choke, clutching at his  throat</em>] You have  failed me for the last time, Admiral. Captain Piett? Yes, my lord? Make ready to land our troops  beyond their energy field, and deploy the fleet, so that nothing gets off the  system. [<em>beside Piett, Admiral Ozzel utters one last strangled  gasp, and falls over dead</em>] You are in command now, <em>Admiral </em>Piett. Thank you, Lord Vader. &#8220;</strong></p>
<p>There is nothing quite like a <a href="http://en.wikipedia.org/wiki/Battlefield_promotion">battlefield promotion</a>, and Lord Vader shows us one way to get the job done here. Many of us, myself included, became a DBA by similar circumstances; there was a vacancy that we were asked to fill. I often hear people refer to us as &#8220;involuntary&#8221; or &#8220;accidental&#8221; DBAs, kinda how <a href="http://www.youtube.com/watch?v=7O1Qd_FNgfM">Admiral Piett took over that Star Destroyer</a>. I have no idea if Admiral Piett was able to get 24 hours of free training on how to operate that Star Destroyer, but I do know where to go for <a href="http://www.sqlpass.org/24hours/2010/">free training for SQL Server</a>.</p>
<p>I hope that you will be able to take part in this wonderful event this Wednesday and Thursday. See you there!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/PcjnbIF1yAA&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/PcjnbIF1yAA&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2010/05/the-24-hop-strikes-back/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting Ready For 24 Hours of PASS</title>
		<link>http://thomaslarock.com/2010/05/getting-ready-for-24-hours-of-pass/</link>
		<comments>http://thomaslarock.com/2010/05/getting-ready-for-24-hours-of-pass/#comments</comments>
		<pubDate>Fri, 07 May 2010 17:29:05 +0000</pubDate>
		<dc:creator>Thomas LaRock</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[PASS]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=4203</guid>
		<description><![CDATA[We are less than two weeks away from the next event and I am getting things ready. I dusted off the video I made for the original event and thought I would share it with you again.
]]></description>
			<content:encoded><![CDATA[<p>We are less than two weeks away from the next event and I am getting things ready. I dusted off the video I made for the original event and thought I would share it with you again.</p>
<br /><img src="http://podcasts.thomaslarock.com/24HrsPASS.jpg" alt="media" /><br />
[See post to watch Flash video]
]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2010/05/getting-ready-for-24-hours-of-pass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PASS Call For Speakers Is Open!</title>
		<link>http://thomaslarock.com/2010/05/pass-call-for-speakers-is-open/</link>
		<comments>http://thomaslarock.com/2010/05/pass-call-for-speakers-is-open/#comments</comments>
		<pubDate>Wed, 05 May 2010 12:58:44 +0000</pubDate>
		<dc:creator>Thomas LaRock</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=4184</guid>
		<description><![CDATA[PASS has announced that the call for speakers is now open. You can get more details at:
http://sqlpass.eventpoint.com/cft
There are five tracks for this year&#8217;s Summit:

Enterprise Database Administration and Deployment
Application and Database Development
BI Platform Architecture, Development and Administration
BI Information Delivery
Professional Development

I am thinking of submitting 2-3 abstracts myself and I have until June 5th to get them [...]]]></description>
			<content:encoded><![CDATA[<p>PASS has announced that the call for speakers <a href="http://sqlpass.eventpoint.com/cft">is now open</a>. You can get more details at:</p>
<p><a href="http://sqlpass.eventpoint.com/cft">http://sqlpass.eventpoint.com/cft</a></p>
<p>There are five tracks for this year&#8217;s Summit:</p>
<ul>
<li>Enterprise Database Administration and Deployment</li>
<li>Application and Database Development</li>
<li>BI Platform Architecture, Development and Administration</li>
<li>BI Information Delivery</li>
<li>Professional Development</li>
</ul>
<p>I am thinking of submitting 2-3 abstracts myself and I have until June 5th to get them done!</p>
]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2010/05/pass-call-for-speakers-is-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>24 Hours of PASS Is Coming</title>
		<link>http://thomaslarock.com/2010/05/24-hours-of-pass-is-coming/</link>
		<comments>http://thomaslarock.com/2010/05/24-hours-of-pass-is-coming/#comments</comments>
		<pubDate>Mon, 03 May 2010 21:40:14 +0000</pubDate>
		<dc:creator>Thomas LaRock</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[SQL MVP]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=4171</guid>
		<description><![CDATA[In case you haven&#8217;t heard there is an upcoming 24 Hours of PASS event to be held on May 19th and 20th. Here is a reminder of the features in SQL 2008 R2 that will be discussed:

PowerPivot
PerformancePoint
Utility  Control Point
Parallel  Data Warehouse
StreamInsight
Master  Data Management
Multi-Server  Management
Report  Builder
Data  Tier Applications

And who are [...]]]></description>
			<content:encoded><![CDATA[<p>In case you haven&#8217;t heard there is an upcoming 24 Hours of PASS event to be held on May 19th and 20th. Here is a reminder of the features in SQL 2008 R2 that will be discussed:</p>
<ol>
<li><a href="http://www.sqlpass.org/24hours/2010/Sessions/SolvingCommonBusinessProblemswithMicrosoftPo.aspx">PowerPivot</a></li>
<li><a href="http://www.sqlpass.org/24hours/2010/Sessions/ProducingDashboardswithPerformancePointService.aspx">PerformancePoint</a></li>
<li><a href="http://www.sqlpass.org/24hours/2010/Sessions/GettingStartedwithSQLServerUtilityinSQLSer.aspx">Utility  Control Point</a></li>
<li><a href="http://www.sqlpass.org/24hours/2010/Sessions/WhatExactlyIsinSQLServer2008R2.aspx">Parallel  Data Warehouse</a></li>
<li><a href="http://www.sqlpass.org/24hours/2010/Sessions/WhatExactlyIsinSQLServer2008R2.aspx">StreamInsight</a></li>
<li><a href="http://www.sqlpass.org/24hours/2010/Sessions/ImplementingMDMUsingSQLServer2008R2MasterD.aspx">Master  Data Management</a></li>
<li><a href="http://www.sqlpass.org/24hours/2010/Sessions/MultiServerManagementwithUCPMDWandPBM.aspx">Multi-Server  Management</a></li>
<li><a href="http://www.sqlpass.org/24hours/2010/Sessions/EasierthanEverReportAuthoringinSSRS2008R2.aspx">Report  Builder</a></li>
<li><a href="http://www.sqlpass.org/24hours/2010/Sessions/DataTierApplications.aspx">Data  Tier Applications</a></li>
</ol>
<p>And who are the speakers we have lined up to present during the  event? Why, check out these names (listed alphabetically by height):</p>
<p><a href="http://www.sqlpass.org/24hours/2010/Sessions/WhatsReallyHappeningonYourServer.aspx">Adam  Machanic</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/DatabaseDevelopmentPatterns.aspx">Andy  Leonard</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/ManageYourDBACareerDontLetItManageYou.aspx">Brad  McGehee</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/BLITZ60MinuteServerTakeovers.aspx">Brent  Ozar</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/IntroductiontoPowerPivot.aspx">Brian  Knight</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/MultiServerManagementwithUCPMDWandPBM.aspx">Chuck  Heinzelman</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/SQLTuningGetItRighttheFirstTime.aspx">Dean  Richards</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/ExploringSQLServer2005and2008Security.aspx">Don  Kiely</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/FilteredIndexesSparseColumns.aspx">Don  Vilen</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/FilteredIndexesSparseColumns.aspx">Donald  Farmer</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/GettingStartedwithSQLServerUtilityinSQLSer.aspx">Glenn  Berry</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/ReportingServicesEnhancementsinSQLServer2008.aspx">Greg  Low</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/DataTierApplications.aspx">Jacob  Sebastian</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/EasierthanEverReportAuthoringinSSRS2008R2.aspx">Jessica  Moss</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/WhatExactlyIsinSQLServer2008R2.aspx">Kevin  Cox</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/Top10MistakesonSQLServer.aspx">Kevin Kline</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/DatabaseDesignFundamentals.aspx">Louis  Davidson</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/UsingDataCompressionwithSQLServer2008and20.aspx">Maciej  Pilecki</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/ProducingDashboardswithPerformancePointService.aspx">Peter  Myers</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/PowerPivotforFinancialDecisionMakers.aspx">Peter  Ward</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/ImplementingMDMUsingSQLServer2008R2MasterD.aspx">Rushabh  Mehta</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/ManagingSSISPackageDeploymentswithPowerShell.aspx">Sean  McCown</a>, <a href="http://www.sqlpass.org/24hours/2010/Sessions/HighPerformanceFunctions.aspx">Simon  Sabin</a>, and <a href="http://www.sqlpass.org/24hours/2010/Sessions/SQLServer2008R2HowtoManageCPUsCoresand.aspx">Thomas  Grohser</a>!</p>
<h3>Thanks Tom, How Can I Participate?</h3>
<p>Well, why not register <a href="https://www323.livemeeting.com/lrs/8000181573/Registration.aspx?pageName=7sh5kdvjm47xplbf">for  the event</a>? What are you waiting for?</p>
<p>And just like last time, I will be on <a href="http://www.ustream.tv/channel/24-hours-of-pass">UStream live  during the event</a>. Did you not <a href="https://www323.livemeeting.com/lrs/8000181573/Registration.aspx?pageName=7sh5kdvjm47xplbf">register</a> yet?</p>
<p>At this point, May 19th is like a cross between Cinco de Mayo and Bastille Day for me. I can  hardly wait for them to arrive.</p>
<div>
<dl id="attachment_3956">
<dt><a href="https://www323.livemeeting.com/lrs/8000181573/Registration.aspx?pageName=7sh5kdvjm47xplbf"><img title="24hrs" src="http://thomaslarock.com/wp-content/uploads/2010/04/24hrs.jpg" alt="" width="250" height="102" /></a></dt>
<dd>Click me to register!</dd>
</dl>
</div>
<p>See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2010/05/24-hours-of-pass-is-coming/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
