<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>WebbTech Solutions</title>
	<atom:link href="http://webbtechsolutions.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://webbtechsolutions.com</link>
	<description>We provide clever, unique, and flexible solutions</description>
	<lastBuildDate>Tue, 09 Feb 2010 01:05:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='webbtechsolutions.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/fdc0d22240029b0e94c54fcc393f7773?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>WebbTech Solutions</title>
		<link>http://webbtechsolutions.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://webbtechsolutions.com/osd.xml" title="WebbTech Solutions" />
		<item>
		<title>Join me at the Memphis SQL Server User Group meeting</title>
		<link>http://webbtechsolutions.com/2010/02/08/join-me-at-the-memphis-sql-server-user-group-meeting/</link>
		<comments>http://webbtechsolutions.com/2010/02/08/join-me-at-the-memphis-sql-server-user-group-meeting/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 00:05:28 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[DMVs]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>

		<guid isPermaLink="false">http://joedba.wordpress.com/2010/02/08/join-me-at-the-memphis-sql-server-user-group-meeting/</guid>
		<description><![CDATA[
For almost a year now, I&#8217;ve exchanged emails with the leaders of the Memphis SQL Server User Group, trying to find a time when our schedules would align themselves and I&#8217;d be able to join them for a meeting. After many attempts and several near misses, we&#8217;ve finally set a date!
This Thursday, February 11, 2010, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=587&subd=joedba&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><p><a href="http://www.flickr.com/photos/exothermic/1996377394/" target="_blank"><img src="http://joedba.files.wordpress.com/2010/02/memphis_pyramid_2010_02_09.jpg?w=480&#038;h=362" alt="memphis_pyramid_2010_02_09.jpg" width="480" height="362" /></a></p>
<p>For almost a year now, I&#8217;ve exchanged emails with the leaders of the <a href="http://www.mem-pass.org" target="_blank">Memphis SQL Server User Group</a>, trying to find a time when our schedules would align themselves and I&#8217;d be able to join them for a meeting. After many attempts and several near misses, we&#8217;ve finally set a date!</p>
<p>This Thursday, February 11, 2010, I will be speaking on a SQL Server Locking &amp; Blocking. I&#8217;ll talk about:</p>
<ul>
<li>Why databases lock resources</li>
<li>The consequences of blocking</li>
<li>How SQL Server manages locks</li>
<li>Techniques for influencing locking behavior</li>
<li>Using Transaction Isolation Levels</li>
</ul>
<p>You can <a href="http://joedba.files.wordpress.com/2009/10/jw_locking_blocking_made_simple.pdfng_blocking_made_simple.pdf" target="_blank">download the presentation materials here</a>.</p>
<p>During my presentation, I&#8217;ll demonstrate how to analyze locks that SQL Server is holding using the sys.dm_tran_locks Dynamic Management View (DMV) as shown below.</p>
<p><span style="font-family:'Courier New', sans-serif;font-size:12px;line-height:20px;"><br />
&#8211;examine the resources<br />
SELECT<br />
resource_type<br />
,(CASE<br />
WHEN resource_type = &#8216;OBJECT&#8217; THEN object_name(resource_associated_entity_id)<br />
WHEN resource_type IN (&#8216;DATABASE&#8217;, &#8216;FILE&#8217;, &#8216;METADATA&#8217;) THEN &#8216;N/A&#8217;<br />
WHEN resource_type IN (&#8216;KEY&#8217;, &#8216;PAGE&#8217;, &#8216;RID&#8217;) THEN (<br />
SELECT<br />
object_name(object_id)<br />
FROM<br />
sys.partitions<br />
WHERE<br />
hobt_id=resource_associated_entity_id)<br />
ELSE<br />
&#8216;Undefined&#8217;<br />
END) AS resource_name<br />
,request_mode as lock_type<br />
,resource_description<br />
,request_status<br />
,request_session_id<br />
,request_owner_id AS transaction_id<br />
FROM<br />
sys.dm_tran_locks<br />
WHERE<br />
resource_type &lt;&gt; &#8216;DATABASE&#8217;;</span></p>
<p>If you live in or near Memphis, I hope you come out and join us for the meeting. I&#8217;d love to meet you. For more information, visit <a href="http://mem-pass.org" target="_blank">mem-pass.org</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joedba.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joedba.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joedba.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joedba.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joedba.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joedba.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joedba.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joedba.wordpress.com/587/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joedba.wordpress.com/587/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joedba.wordpress.com/587/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=587&subd=joedba&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://webbtechsolutions.com/2010/02/08/join-me-at-the-memphis-sql-server-user-group-meeting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Joe</media:title>
		</media:content>

		<media:content url="http://joedba.files.wordpress.com/2010/02/memphis_pyramid_2010_02_09.jpg" medium="image">
			<media:title type="html">memphis_pyramid_2010_02_09.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Conducting Effective Meetings</title>
		<link>http://webbtechsolutions.com/2010/01/29/conducting-effective-meetings/</link>
		<comments>http://webbtechsolutions.com/2010/01/29/conducting-effective-meetings/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 15:05:34 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Professional Development]]></category>

		<guid isPermaLink="false">http://webbtechsolutions.com/?p=581</guid>
		<description><![CDATA[Have you ever received an appointment request for a meeting that you knew was going to be unproductive? Nothing was accomplished the last time this team met; the only thing that was decided was that we needed to meet again. What a waste of time!
Meetings are not free, even if everyone is local and there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=581&subd=joedba&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><p>Have you ever received an appointment request for a meeting that you knew was going to be unproductive? Nothing was accomplished the last time this team met; the only thing that was decided was that we needed to meet again. What a waste of time!</p>
<p>Meetings are not free, even if everyone is local and there are no travel costs to consider. The loss in productivity alone can be staggering.</p>
<p><a href="http://www.flickr.com/photos/jeffbelmonte/416939788/" target="_blank"><img style="max-width:800px;" src="http://joedba.files.wordpress.com/2010/01/meeting_doodles-20100129.jpg?w=500" border="0" alt="" /></a></p>
<h3>Personal Productivity at the Expense of Team Productivity</h3>
<p>I used to just &#8220;grin and bear&#8221; it as the saying goes. I used to take my laptop to those meetings under the guise of &#8220;taking notes&#8221;. But what I was really doing was being productive on my own. I was sifting through email in pursuit of <a href="http://inboxzero.com/inboxzero/" target="_blank">InboxZero</a>. Or I remoting into a client&#8217;s server to do some &#8220;real work&#8221; while the meeting languished.</p>
<p>But I&#8217;ve learned that although I was being productive as an individual, I was contributing to the ineffectiveness of the team. My mental absence was hindering the team as a whole. My personal productivity was at the expense of the productivity of the team. In essence I was part of the problem, not part of the solution.</p>
<p>I&#8217;ve written about some of those experiences and my short-sightedness in a prior post entitled &#8220;<a href="http://webbtechsolutions.com/2009/07/23/closing-your-laptop-in-meetings/" target="_blank">Closing Your Laptop in Meetings</a>&#8220;. If you haven&#8217;t read it, I&#8217;d encourage you to do so and then take the challenge.</p>
<h3>Conducting Effective Meetings</h3>
<p>Something had to give. I didn&#8217;t want to spend scores of hours each year sitting in meetings that even most of the attendees would say was worthless. So, I did a lot of research and experimenting, looking for ways to make the meetings I conduct and the meetings I attend more effective.</p>
<p>I finally found a few critical points that have helped me immensely in making my meetings more productive. I&#8217;ll be the first to admit that these are not rocket science; they are common sense approaches that just seem to work.</p>
<p>I&#8217;ve wrapped this into a presentation that I&#8217;ve delivered to clients with very good feedback. And now I&#8217;m delivering this session in a Microsoft TechNet Thrive! webcast next week. Here&#8217;s the information:</p>
<p><strong>Language(s):</strong> English<br />
<strong>Product(s):</strong> Other<br />
<strong>Audience(s):</strong> IT Generalist<br />
<strong>Duration:</strong> 60 Minutes<br />
<strong>Start Date:</strong>Tuesday, February 02, 2010 9:00 AM Pacific Time (US &amp; Canada)<br />
<strong>To Register:</strong> <a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032433814&amp;EventCategory=4&amp;culture=en-US&amp;CountryCode=US" target="_blank">Click here</a></p>
<p>I hope you&#8217;ll join me for this session.</p>
<p>Now, your turn. What techniques have you found for making meetings more effective?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joedba.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joedba.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joedba.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joedba.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joedba.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joedba.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joedba.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joedba.wordpress.com/581/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joedba.wordpress.com/581/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joedba.wordpress.com/581/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=581&subd=joedba&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://webbtechsolutions.com/2010/01/29/conducting-effective-meetings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Joe</media:title>
		</media:content>

		<media:content url="http://joedba.files.wordpress.com/2010/01/meeting_doodles-20100129.jpg" medium="image" />
	</item>
		<item>
		<title>Speaking at the Baltimore SQL Server User Group</title>
		<link>http://webbtechsolutions.com/2010/01/27/speaking-at-the-baltimore-sql-server-user-group/</link>
		<comments>http://webbtechsolutions.com/2010/01/27/speaking-at-the-baltimore-sql-server-user-group/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 16:18:34 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[DMVs]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://webbtechsolutions.com/2010/01/27/speaking-at-the-baltimore-sql-server-user-group/</guid>
		<description><![CDATA[
On Monday, the first of February, 2010, I will be speaking at the Baltimore SQL Server User Group meeting at 7:00 PM EST. My topic will be SQL Server Locking and Blocking Made Simple. In it, I will discuss:

The need for locking
The consequences of blocking
How SQL Server locks resources
How blocking affects performance
Influencing locks with granularity [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=577&subd=joedba&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><p><a href="http://www.flickr.com/photos/pedromourapinheiro/3840479383/" target="_blank"><img style="border:0 none;max-width:800px;" src="http://joedba.files.wordpress.com/2010/01/alltheworldsastage-20100127.jpg?w=450&#038;h=300" alt="" width="450" height="300" /></a></p>
<p>On Monday, the first of February, 2010, I will be speaking at the Baltimore SQL Server User Group meeting at 7:00 PM EST. My topic will be SQL Server Locking and Blocking Made Simple. In it, I will discuss:</p>
<ul>
<li>The need for locking</li>
<li>The consequences of blocking</li>
<li>How SQL Server locks resources</li>
<li>How blocking affects performance</li>
<li>Influencing locks with granularity hints</li>
<li>Setting Transaction Isolation Levels</li>
</ul>
<p>Here is a sample slide from the presentation. You can <a href="http://joedba.files.wordpress.com/2009/10/jw_locking_blocking_made_simple.pdf" target="_blank">download the entire presentation here</a>.</p>
<p><img style="max-width:800px;float:none;" src="http://joedba.files.wordpress.com/2010/01/locking_presentation_screenshot.jpg?w=500" border="0" alt="" /></p>
<p>During the presentation, I will regularly use the following script to view the locks being held by SQL Server.<br />
<span style="font-family:Courier New;"><br />
&#8211;examine the resources<br />
SELECT<br />
resource_type<br />
,(CASE<br />
WHEN resource_type = &#8216;OBJECT&#8217; THEN object_name(resource_associated_entity_id)<br />
WHEN resource_type IN (&#8216;DATABASE&#8217;, &#8216;FILE&#8217;, &#8216;METADATA&#8217;) THEN &#8216;N/A&#8217;<br />
WHEN resource_type IN (&#8216;KEY&#8217;, &#8216;PAGE&#8217;, &#8216;RID&#8217;) THEN (<br />
SELECT<br />
object_name(object_id)<br />
FROM<br />
sys.partitions<br />
WHERE<br />
hobt_id=resource_associated_entity_id)<br />
ELSE<br />
&#8216;Undefined&#8217;<br />
END) AS resource_name<br />
,request_mode as lock_type<br />
,resource_description<br />
,request_status<br />
,request_session_id<br />
,request_owner_id AS transaction_id<br />
FROM<br />
sys.dm_tran_locks<br />
WHERE<br />
resource_type &lt;&gt; &#8216;DATABASE&#8217;;<br />
</span></p>
<p>I hope you&#8217;ll join me there.</p>
<p>If you&#8217;re interested in having me speak at your local user group, please send me an <a href="mailto:joew@webbtechsolutions.com" target="_blank">email</a> or direct message me in <a href="http://www.twitter.com/joewebb" target="_blank">twitter</a>. I&#8217;d love to talk with you.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joedba.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joedba.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joedba.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joedba.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joedba.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joedba.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joedba.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joedba.wordpress.com/577/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joedba.wordpress.com/577/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joedba.wordpress.com/577/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=577&subd=joedba&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://webbtechsolutions.com/2010/01/27/speaking-at-the-baltimore-sql-server-user-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Joe</media:title>
		</media:content>

		<media:content url="http://joedba.files.wordpress.com/2010/01/alltheworldsastage-20100127.jpg" medium="image" />

		<media:content url="http://joedba.files.wordpress.com/2010/01/locking_presentation_screenshot.jpg" medium="image" />
	</item>
		<item>
		<title>The Three Events That Brought Me Here</title>
		<link>http://webbtechsolutions.com/2010/01/26/the-three-events-that-brought-me-here/</link>
		<comments>http://webbtechsolutions.com/2010/01/26/the-three-events-that-brought-me-here/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 17:14:52 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Just for fun]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>

		<guid isPermaLink="false">http://webbtechsolutions.com/2010/01/26/the-three-events-that-brought-me-here/</guid>
		<description><![CDATA[Recently Paul Randal (twitter, blog) instigated another meme in the SQL Server community &#8211; What three events brought you here. If you&#8217;re not familiar with memes, I&#8217;ve explained them in another post entitled &#8220;What&#8217;s Your Biggest Weakness?&#8221; And as I mentioned in that post, I love reading memes because it really helps you feel like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=571&subd=joedba&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><p>Recently Paul Randal (<a href="http://twitter.com/paulrandal" target="_blank">twitter</a>, <a href="http://www.sqlskills.com/blogs/paul/" target="_blank">blog</a>) instigated another meme in the SQL Server community &#8211; What three events brought you here. If you&#8217;re not familiar with memes, I&#8217;ve explained them in another post entitled &#8220;<a href="http://webbtechsolutions.com/2009/12/23/whats-your-biggest-weakness/" target="_blank">What&#8217;s Your Biggest Weakness?</a>&#8221; And as I mentioned in that post, I love reading memes because it really helps you feel like you&#8217;re getting to know others in the SQL community. Technical articles and forum postings help you to learn more about technology; memes help you to learn more about a person. And even though the SQL Community is focused on SQL Server, at its core is people.</p>
<p>A few days ago I was tagged for this meme by my friend TJay Belt (<a href="http://twitter.com/tjaybelt" target="_blank">twitter</a>, <a href="http://tjaybelt.blogspot.com/" target="_blank">blog</a>). You can <a href="http://tjaybelt.blogspot.com/2010/01/what-three-events-brought-you-here.html" target="_blank">read his post here</a>.</p>
<p>So what brought me to this point in my career? I&#8217;m glad you asked.</p>
<h3>The Apple IIc</h3>
<p><a href="http://www.flickr.com/photos/digitofu/20122275/" target="_blank"><img class="alignright" style="border:0 none;max-width:800px;margin-top:10px;margin-bottom:10px;margin-left:10px;" src="http://joedba.files.wordpress.com/2010/01/apple_iic.jpg?w=250&#038;h=179" border="0" alt="" width="250" height="179" /></a>The first event that started me down this journey was when my childhood friend and neighbor got an Apple IIc. He had a few games for it but otherwise really didn&#8217;t know what to do with it. I was in the latter part of middle school at the time and spent most every rainy day at his house trying to figure out what we could do with this new &#8220;thing&#8221;.</p>
<p>I eventually discovered that I could view and even changed the source code for some of the basic games. For example, in a horse racing game, I modified it so that I could alway tell before each race which horse would come in first. I also started creating some primitive &#8220;choose your own adventure&#8221; games.</p>
<p><a href="http://www.flickr.com/photos/unloveable/2399932549/" target="_blank"><img class="alignleft" style="border:0 none;max-width:800px;margin-top:10px;margin-bottom:10px;margin-right:10px;" src="http://joedba.files.wordpress.com/2010/01/mastermind_20100126.jpg?w=160&#038;h=214" border="0" alt="" width="160" height="214" /></a>Not long after noticing my interest in computers, my parents bout me an IBM PC Clone  from a company called Leading Edge. According to the salesman, it was powerful enough to run a small business and it should last me a long, long time. About a year later, I upgraded the RAM from 256kb to 512kb by removing a bunch of little individual chips from a breadboard and replacing them with others. It didn&#8217;t have hard drive.</p>
<p>I bought and studied a book on GWBasic and started writing programs. I started with simple things like a check book balancing program (boring!) and the like. The pentacle of that era was one that would play Mastermind with me.</p>
<h3>The future Mrs. Webb</h3>
<p>After high school, I went to college to study Electrical Engineering and then went on to get an M.B.A. It was during that time that I met the wonderful young woman that would eventually become my wife. The only issue was that she transferred from Auburn University to Vanderbilt University in Nashville, Tennessee. So after I graduated, I pursued her, looking for most any job I could find in the Middle Tennessee Area.</p>
<p>I landed one working for a pharmacy software company vendor. My job was to help develop a digital communications package that would transfer patient and sales information from stores to headquarters and then send formulary information from headquarters to stores . It was my first real experience with databases and I liked it.</p>
<h3>A Taste of Consulting</h3>
<p>Just a couple of short years after starting work for the pharmacy software company, my direct boss at the time left the company and started consulting for other companies in the pharmacy software field. It didn&#8217;t take long for him to get so busy that he needed some help. He called me and I started doing work on the side for him. Before long, that turned into a full time job for me.</p>
<p>Over the next few years I helped him to build a successful consulting business from the ground up. I learned invaluable lessons about working with clients, writing proposals, designing software, and the like. It was then that I decided to strike out on my own. I thought that if I could help him to build a successful consulting company, I could do it again for myself. So, with the support of my wife, I left and started WebbTech Solutions. That was 14 years ago and I haven&#8217;t regretted it at all.</p>
<h3>Volunteering</h3>
<p>In the year 2000, I was leading the Nashville SQL Server User Group and I heard about this new association called the <a href="http://www.sqlpass.org" target="_blank">Professional Association for SQL Server</a>. Kevin Kline (<a href="http://twitter.com/kekline" target="_blank">twitter</a>, <a href="http://www.kevinekline.com/" target="_blank">blog</a>), then the Vice President of Marketing for PASS, came to speak at our local group and really talked high of the organization.</p>
<p>So our group became an Official Chapter for PASS just one year after its inception. I went to my first PASS conference in San Francisco where I met Brian Knight (<a href="http://twitter.com/brianknight" target="_blank">twitter</a>, <a href="http://www.bidn.com/blogs/BrianKnight" target="_blank">blog</a>). He recruited me to be the Chapter Manager and I was eventually appointed to the Board to fill a vacancy.</p>
<p>I continued volunteering for PASS and was elected several more times to the Board, eventually serving as the Vice President of Marketing and Executive Vice President of Finance. During my time there I met many, many great people and a multitude of doors were opened for me, too many to recount here.</p>
<h3>It&#8217;s all about people</h3>
<p>As I think back over the events and milestones that have led me to this point in my career, I realize more than ever before that it really is all about people. The people you meet, the people you help, and the people that help you along the way.</p>
<p>So, what about you? How did you get to where you are right now? What events, either planned or coincidental got you to where you are? I&#8217;d like to hear about them.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joedba.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joedba.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joedba.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joedba.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joedba.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joedba.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joedba.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joedba.wordpress.com/571/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joedba.wordpress.com/571/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joedba.wordpress.com/571/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=571&subd=joedba&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://webbtechsolutions.com/2010/01/26/the-three-events-that-brought-me-here/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Joe</media:title>
		</media:content>

		<media:content url="http://joedba.files.wordpress.com/2010/01/apple_iic.jpg" medium="image" />

		<media:content url="http://joedba.files.wordpress.com/2010/01/mastermind_20100126.jpg" medium="image" />
	</item>
		<item>
		<title>Goals and Theme Word for 2010</title>
		<link>http://webbtechsolutions.com/2010/01/19/goals-and-theme-word-for-2010/</link>
		<comments>http://webbtechsolutions.com/2010/01/19/goals-and-theme-word-for-2010/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 16:17:36 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Just for fun]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Professional Development]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>

		<guid isPermaLink="false">http://webbtechsolutions.com/2010/01/19/goals-and-theme-word-for-2010/</guid>
		<description><![CDATA[I was warned by my father when I turned 21 that, although it seemed like it took a long to reach 21, three blinks from now I&#8217;d be 40. Boy was he right! The older I get, the faster time seems to pass by.
We&#8217;re two-thirds of the way through January 2010 already and I&#8217;m just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=565&subd=joedba&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><p><a href="http://www.flickr.com/photos/shenghunglin/310262611/" target="_blank"><img style="max-width:800px;float:right;margin-top:10px;margin-bottom:10px;margin-left:10px;" src="http://joedba.files.wordpress.com/2010/01/time_flies_20100119.jpg?w=500" border="0" alt="" /></a>I was warned by my father when I turned 21 that, although it seemed like it took a long to reach 21, three blinks from now I&#8217;d be 40. Boy was he right! The older I get, the faster time seems to pass by.</p>
<p>We&#8217;re two-thirds of the way through January 2010 already and I&#8217;m just now getting to my first blog post of the year. Weeks ago, I was tagged by my friend, Tim Ford (<a href="http://www.twitter.com/sqlagentman" target="_blank">twitter</a>, <a href="http://thesqlagentman.com/" target="_blank">blog</a>), for a meme about my Goals and Theme Word for 2010. A good and timely reminder to set aside some time to think about what I&#8217;d like to accomplish in the coming twelve months, and to share that with the world. What better way to hold yourself accountable than to share it with, well, everyone?</p>
<p>Time got away from me and I hadn&#8217;t posted anything. That&#8217;s when another good friend, Kevin Kline (<a href="http://twitter.com/kekline" target="_blank">twitter</a>, <a href="http://kevinekline.com/" target="_blank">blog</a>), gently reminded me in his goals posting that I hadn&#8217;t shared mine.</p>
<h3>The Value of Setting Goals</h3>
<p>As you can probably imagine, the life I&#8217;ve chosen keeps me pretty busy. Running my own consulting business, living on a hobby farm with animals and a garden, raising four wonderful kids with my wife of twelve years, and volunteering for church and Boy Scout activities requires me to prioritize. I need to make sure that what I&#8217;m doing is important. That&#8217;s not to say that it&#8217;s all work and no play for me. No, leisure time with my family is important to me. So I make sure that I take the time to have fun.</p>
<p>This begs the question: how do you know what is important? We can go through life putting out the fires that pop up along the way, reacting to the pressing need of the moment. But that&#8217;s very reactionary. It&#8217;s not planned. And it doesn&#8217;t allow you to make sure you&#8217;re generally moving in the right direction because your vision is limited to one fire at a time.</p>
<p>To ensure that your overall direction is right, to know whether each of the fires puts before you will take you a step further in the direction you want to go, you must first define that direction. This is where goals come in.</p>
<p>Goals are set when there isn&#8217;t a fire immediately in front of us, when we have the time to think about what we want rather than what the pressing issue of the moment is asking of us. Goals give us a vision of the desired future. And with that vision in mind, we can evaluate each opportunity as it&#8217;s presented to us and compare it to that future-state that we&#8217;ve already defined. If the opportunity moves us a step closer to that future-state, we can embrace the opportunity, if it doesn&#8217;t we can take that into consideration as we evaluate what to do about it.</p>
<h3>My Goals for 2010</h3>
<p><a href="http://www.flickr.com/photos/balakov/379812594/" target="_blank"><img style="max-width:800px;float:none;" src="http://joedba.files.wordpress.com/2010/01/bullseye_20090119.jpg?w=500" alt="" /></a></p>
<p>I subscribe to the <a href="http://www.topachievement.com/smart.html" target="_blank">SMART goals</a> theory. Each goal should be Specific, Measurable, Attainable, Realistic, and Timely. Essentially it boils down to &#8220;who does what by when&#8221; and in this case you are the &#8220;who&#8221;. This keeps us from creating fuzzy or indeterminate goals like &#8220;I&#8217;m going to blog more.&#8221; There is plenty of information online about SMART goals, just use your favorite search engine to find a plethora of information on the subject.</p>
<p>For the purposes of setting goals, I like to keep two broad categories in mind: the goals that pertain to my business and career and those that involve my home life.</p>
<p><strong>My Professional Goals</strong><br />
Over the next twelve months (ok, 11.3 months), I&#8217;d like to accomplish the following things:</p>
<ul>
<li>Write a business plan for a new venture I&#8217;m considering. For several years now, I had an idea for a new and complementary business but I haven&#8217;t acted on it. This year, I will. The business plan itself is not really what I&#8217;m after, it&#8217;s the process of writing it that&#8217;s important &#8211; doing the research to see if it&#8217;s a worthwhile proposition.</li>
<li>Post a minimum of 72 blogs to my professional blog site. That&#8217;s an average of 1.5 blog postings per week. Of course I&#8217;m already behind in this area so I&#8217;ll need to do some catch up here. As with my first goal, this goal is really serves as a proxy for two other goals that are more difficult to measure. First I&#8217;d like to get better and faster at writing and one approach to that is to do it more often. Secondly I&#8217;d like to increase the number of people I help through this blog and studies have shown that there is a direct correlation between blogging frequency and readers.</li>
<li>Schedule and have a Weekly Review at least 40 times this year. I&#8217;ve been using a customized version of David Allen&#8217;s Getting Things Done for years now, but I haven&#8217;t quite mastered one of the more powerful aspects of it, the Weekly Review. This year will be different.</li>
</ul>
<p><strong>My Personal Goals</strong><br />
Before the end of this year, I will:</p>
<ul>
<li>Double the amount of pasture that I have fenced. About one-third of our pasture has perimeter fencing and that&#8217;s just not enough for the heard of animals that we have and will have by late spring. I need to give them access to more grass.</li>
<li>Read at least 5 books on preparedness, survival skills, or sustainability on the farm. This equals what I did last year and my knowledge on the subjects have greatly increased but I still have a long way to go.</li>
<li>Paint three rooms in our house. There&#8217;s not much more to say about this one.</li>
<li>Resolve an ongoing plumbing issue. There&#8217;s not much more you want me to say about this one; trust me.</li>
</ul>
<p>And there you have it, my goals for this year. Of course I&#8217;ll continue to do the other things in my life like teach a Sunday School Class at my Church, volunteer as an Assistance Scout Master in the Boy Scouts, and strive to spend more time with my kids. But these are the new goals for the coming year.</p>
<p>I was close to setting a personal goal of going to <a href="http://en.wikipedia.org/wiki/Philmont_Scout_Ranch" target="_blank">Philmont Scout Ranch</a> in northern New Mexico this year, but I&#8217;m not quite ready to commit to that yet. I&#8217;ll go one day, I&#8217;m just not positive that this year will work out for me.</p>
<p>There&#8217;s nothing really impressive or necessarily inspiring with them, but getting them jotted down so that I can refer to them throughout the year and reflect on how I did at the end of the year will is good. Thanks Tim for tagging me on this one.</p>
<p>Since I was so very late in getting these out, this meme has pretty well run its course so I&#8217;m not going to tag anyone for follow up. But if you&#8217;d like to share your goals for this year, I&#8217;d love to hear about them. Post a link in the comments section below, or jot them down directly in a comment.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joedba.wordpress.com/565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joedba.wordpress.com/565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joedba.wordpress.com/565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joedba.wordpress.com/565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joedba.wordpress.com/565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joedba.wordpress.com/565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joedba.wordpress.com/565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joedba.wordpress.com/565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joedba.wordpress.com/565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joedba.wordpress.com/565/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=565&subd=joedba&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://webbtechsolutions.com/2010/01/19/goals-and-theme-word-for-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Joe</media:title>
		</media:content>

		<media:content url="http://joedba.files.wordpress.com/2010/01/time_flies_20100119.jpg" medium="image" />

		<media:content url="http://joedba.files.wordpress.com/2010/01/bullseye_20090119.jpg" medium="image" />
	</item>
		<item>
		<title>What&#8217;s Your Biggest Weakness?</title>
		<link>http://webbtechsolutions.com/2009/12/23/whats-your-biggest-weakness/</link>
		<comments>http://webbtechsolutions.com/2009/12/23/whats-your-biggest-weakness/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 21:13:10 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Professional Development]]></category>

		<guid isPermaLink="false">http://webbtechsolutions.com/?p=560</guid>
		<description><![CDATA[If you&#8217;ve followed many SQL Server blogs over the past few years, you&#8217;ve undoubtedly noticed a trend of &#8220;tagging&#8221; other bloggers. It usually starts with one person asking and answering a simple question. Typically, the question isn&#8217;t technical; it&#8217;s more of a &#8220;human interest&#8221; story. For example &#8220;How did you get your start in IT?&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=560&subd=joedba&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><div class="wp-caption alignright" style="width: 310px"><a href="http://www.flickr.com/photos/sirbranderson/149302153/" target="_blank"><img class=" " style="border:0 none;max-width:800px;margin:5px;" src="http://joedba.files.wordpress.com/2009/12/freeze_tag_2009-12-22.jpg?w=300&#038;h=214" alt="" width="300" height="214" /></a><p class="wp-caption-text">Freeze tag taken to an extreme</p></div>
<p>If you&#8217;ve followed many SQL Server blogs over the past few years, you&#8217;ve undoubtedly noticed a trend of &#8220;tagging&#8221; other bloggers. It usually starts with one person asking and answering a simple question. Typically, the question isn&#8217;t technical; it&#8217;s more of a &#8220;human interest&#8221; story. For example &#8220;How did you get your start in IT?&#8221; or &#8220;<a href="http://webbtechsolutions.com/2009/06/29/the-best-thing-i-learned-at-pass-summit/" target="_blank">The best thing I learned at a PASS Summit</a>&#8221; Something like that.</p>
<p>The person that starts it the question &#8220;tags&#8221; three other bloggers to answer the same question. The tagged bloggers answer the question in a post to their blog site and then tag three more. It continues from there, growing virally. It&#8217;s these kinds of blogs that tend to make the community more personable, more real.</p>
<h3>The online version of freeze tag</h3>
<p>Over the years, I&#8217;ve been tagged a number of times by friends and colleagues. I try to respond and keep the thread going but I must admit that I&#8217;ve probably missed as many as I&#8217;ve made. Usually that&#8217;s not intentional; I just run out of time. By the time I get around to responding, the question and answer craze has run its course.</p>
<p>I&#8217;ll confess, however, that occasionally I do skip questions that I don&#8217;t find entertaining or worthwhile. I almost did that with this question. Jeremiah Peschka (<a href="http://facility9.com/" target="_blank">blog</a>, <a href="http://www.twitter.com/peschkaj" target="_blank">twitter</a>) tagged me with a question that <a href="http://www.made2mentor.com/2009/12/%E2%80%9Cwhat-is-your-biggest-weakness%E2%80%9D-the-classic-interview-question/" target="_blank">David Stein</a> started.</p>
<p>Why on earth would I want to share with potential clients, and everyone else for that matter, what I consider to be my biggest weakness? And not only to share it once, but to have it recorded for posterity. I don&#8217;t want to do that! Or rather, I didn&#8217;t want to do that.</p>
<h3>Considering it from every angle</h3>
<p>Then I began pondering the question. What would I say if I were to answer it? Would I answer it with the standard interview response to that question? Or delve deeper into some true self-analysis? What are the implications of each?</p>
<div class="wp-caption alignleft" style="width: 170px"><a href="http://www.flickr.com/photos/dkoch13/516781072/" target="_blank"><img style="border:0 none;max-width:800px;margin:5px;" src="http://joedba.files.wordpress.com/2009/12/pole_vaulter-2009-12-22.jpg?w=160&#038;h=272" alt="" width="160" height="272" /></a><p class="wp-caption-text">How high is your bar?</p></div>
<p>That&#8217;s when it really hit me. I was spinning my wheels looking for the perfect answer, one that was a good from every angle, one that was funny yet insightful, sincere yet not too revealing.</p>
<p>Have you figured it out yet, my biggest weakness?</p>
<p>I&#8217;m a perfectionist. I like and strive for perfection in everything I do. I set I very high bar for myself and expect not only to meet it but to exceed it. If I don&#8217;t live up to that expectation, I feel that I&#8217;ve fallen short somehow. I&#8217;m very competitive, but mostly with myself. I know I can bat 1.000 in softball. There&#8217;s no reason why I cannot get a turkey every time I bowl (even though that&#8217;s only once every five years).</p>
<p>Is that really a weakness, though? It can be. If you are never satisfied with your performance that can lead to a very unhealthy perspective on life.</p>
<p>It can also lead to &#8220;<a href="http://en.wikipedia.org/wiki/Analysis_paralysis" target="_blank">paralysis by analysis</a>&#8220;, the phenomena where a decision cannot be reached because there is always more information to be sifted through or considered.</p>
<p>Fortunately, I&#8217;m not naturally affected by either of those by-products of perfectionism.  I tend to have a pretty healthy and balanced view of life, I think. And I&#8217;m much more of an action person than one who tends to over analyze.</p>
<h3>Always room for improvement</h3>
<p>Where perfectionism rears its ugly head in my day to day life is that there is always room for improvement, at least in my mind.</p>
<p>Let me give you a real example. I&#8217;ve written several books and authored articles for magazines and other publications. When I first started writing, I spent a consider amount of time writing, rewriting, revising, and fine-tuning each and every paragraph of each of each and every page of the article or chapter. Was the final product better than the first draft? Yeah, probably so. But was it really noticeably better, especially considering the extra effort required? Probably not. At least not to anyone except me. That was not a good use of my time.</p>
<h3>Dealing with perfectionism in an imperfect world</h3>
<p>Over the years, I&#8217;ve recognized my tendencies toward perfectionism and have slowly discovered habits that help to turn that tendency into a positive attribute.</p>
<p><strong>Setting realistic goals</strong><br />
As many others have stated in various ways, it&#8217;s important to begin with the end in mind. That is, know where you are starting from and where you intend to go. The former is not a problem for the perfectionist; we can easily identify our starting point. But the latter can be an issue. If your expectations are not realistic or are needlessly over ambitious, that can be a problem. It can be counter productive to set goals that are too far fetched. We&#8217;ll either spend too much time trying to achieve the unachievable or get frustrated trying.</p>
<p><strong>Moving the ball down the field</strong><br />
A corollary to &#8220;Setting realistic goals&#8221; is to keep in mind that often times it&#8217;s best to set incremental goals along the way. Sure we all want to achieve great results, but sometimes, getting from A to Z in one leap is too much to ask. It&#8217;s better to take two or three steps in the right direction and then once that&#8217;s done, set new goals to go a little further. Eventually we&#8217;ll get to our destination.<br />
<strong><br />
Time boxing</strong><br />
When I set out to accomplish an activity or task, I employ &#8220;time boxing&#8221;. Time boxing is the technique where you allot yourself a reasonable, yet finite, amount of time to work on the given task. During the allotted time you work as diligently as you can and do the best job you can to accomplish the task. At the end of the the scheduled time, you&#8217;re done. Period. No more. Then you move on to the next activity.</p>
<p>Continuing with the writing example, I may give myself a total of eight hours to write an article. I may break this up in to four 2-hour blocks. At the end of the fourth 2-hour session, it&#8217;s done. Time to turn it in.</p>
<p>Are there exceptions? Sure. But at least they are conscious choices rather than a continual slide toward never finishing the article.</p>
<p><strong>Setting priorities</strong><br />
Implicit in all of this is the concept of setting priorities. We must take a balanced approach and consider what is not getting done because we are spending what may be considered an excessive amount of time on one particular task or project. It&#8217;s good to weigh priorities at the task level (what I&#8217;m working on right now) as well as at the overall project level (what projects am I engaged in currently) and even the meta-project level (all of the projects I&#8217;ve worked on compared to the direction I want to go).</p>
<h3>No excuses!</h3>
<p>Now, to be clear. I&#8217;m not advocating putting in a sub-par effort or recommending a &#8220;well it&#8217;s good enough&#8221; attitude. That&#8217;s a completely different issue. What I am recommending is that you keep in mind the <a href="http://en.wikipedia.org/wiki/Diminishing_returns" target="_blank">Law of Diminishing Returns</a> when it comes to your work.</p>
<h3>Your turn</h3>
<p>I was a bit late getting my answer to this post out (not because I kept rewriting it, though) so I&#8217;m not going to tag anyone else as a follow on. But I&#8217;d encourage you to give this question some thought. If you decide to blog about it, leave me a link to it in the comments section below.</p>
<p>And if you have some thoughts on how to better manage your time, I&#8217;d love to hear that too.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joedba.wordpress.com/560/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joedba.wordpress.com/560/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joedba.wordpress.com/560/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joedba.wordpress.com/560/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joedba.wordpress.com/560/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joedba.wordpress.com/560/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joedba.wordpress.com/560/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joedba.wordpress.com/560/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joedba.wordpress.com/560/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joedba.wordpress.com/560/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=560&subd=joedba&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://webbtechsolutions.com/2009/12/23/whats-your-biggest-weakness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Joe</media:title>
		</media:content>

		<media:content url="http://joedba.files.wordpress.com/2009/12/freeze_tag_2009-12-22.jpg" medium="image" />

		<media:content url="http://joedba.files.wordpress.com/2009/12/pole_vaulter-2009-12-22.jpg" medium="image" />
	</item>
		<item>
		<title>Reporting Services Licensing</title>
		<link>http://webbtechsolutions.com/2009/12/17/reporting-services-licensing/</link>
		<comments>http://webbtechsolutions.com/2009/12/17/reporting-services-licensing/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 21:01:38 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://webbtechsolutions.com/?p=553</guid>
		<description><![CDATA[
Licensing models can sometimes make database modeling seem trivial. Per processor or per seat? Single core, dual-core, multi-core processors? Multiple instances on one server? Virtualizing servers on a single server? It can get very confusing, very quickly.
I&#8217;m regularly asked by a former students, clients, and people in the Forums about licensing for a SQL Server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=553&subd=joedba&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><p style="text-align:center;"><a href="http://www.flickr.com/photos/torkildr/3462606643/" target="_blank"><img class="aligncenter size-full wp-image-554" style="border:0 none;margin-top:5px;margin-bottom:5px;" title="server_room_2009-12-17" src="http://joedba.files.wordpress.com/2009/12/server_room_2009-12-17.jpg?w=450&#038;h=300" alt="" width="450" height="300" /></a></p>
<p>Licensing models can sometimes make database modeling seem trivial. Per processor or per seat? Single core, dual-core, multi-core processors? Multiple instances on one server? Virtualizing servers on a single server? It can get very confusing, very quickly.</p>
<p>I&#8217;m regularly asked by a former students, clients, and people in the Forums about licensing for a SQL Server Reporting Services instances. A typical question is: How many SQL Server licenses are required when the Report Server is installed on one server and the back end database is installed on a separate remote server?</p>
<p>Here are a couple of links that help describe the SQL Server licensing models.</p>
<ul>
<li><a href="http://www.microsoft.com/sqlserver/2005/en/us/Special-Considerations.aspx">Special Licensing Considerations for SQL Server 2005</a></li>
<li><a href="http://www.google.com/url?sa=U&amp;start=10&amp;q=http://download.microsoft.com/download/1/e/6/1e68f92c-f334-4517-b610-e4dee946ef91/2008%2520SQL%2520Licensing%2520Overview%2520final.docx&amp;ei=FbuaScPEKcH7tgfhzrC_Cw&amp;usg=AFQjCNEv9OjTUzohoj4sO6UITHqShP7Q4g"> SQL Server 2008 Pricing and Licensing</a></li>
</ul>
<p>And by the way, the answer to the sample question? Each server where a Business Intelligence component is installed requires a valid SQL Server license. So, a remote database deployment scenario where the Report Server is installed on one server and the ReportServer database is installed on a separate server requires two licenses of SQL Server.</p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:0;width:1px;height:1px;">
<table class="Framework" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td class="MainCell">
<div id="main">
<div class="previousNext"><a id="viewpost_ascx_PreviousNext_PrevLink" title="previous post" href="http://weblogs.sqlteam.com/joew/archive/2009/01/15/60824.aspx">&lt;&lt; Adding a column to every table in a database</a> <span id="viewpost_ascx_PreviousNext_LeftPipe" class="prevNextSeparator"> | </span> <a id="viewpost_ascx_PreviousNext_MainLink" href="http://weblogs.sqlteam.com/joew/Default.aspx">Home</a> <span id="viewpost_ascx_PreviousNext_RightPipe" class="prevNextSeparator"> | </span> <a id="viewpost_ascx_PreviousNext_NextLink" title="next post" href="http://weblogs.sqlteam.com/joew/archive/2009/02/26/60856.aspx">DevLink 2009 Call for Speakers &gt;&gt;</a></div>
<div class="post">
<h2><a id="viewpost_ascx_TitleUrl" title="Title of this entry." href="http://weblogs.sqlteam.com/joew/archive/2009/02/17/60844.aspx">Reporting Services Licensing</a></h2>
<p>Licensing models can sometimes make database modeling seem trivial. Per processor or per seat? Single core, dual-core, multi-core processors? Multiple instances on one server? Virtualizing servers on a single server? It can get very confusing, very quickly.</p>
<p>Recently, I was asked by a former student about licensing for a SQL Server Reporting Services instance. In the proposed scenario, the Report Server would be installed on one server and the back end database would be installed on a separate, remote server. How many licenses of SQL Server are required?</p>
<p>In short, each server where a Business Intelligence component is installed requires a valid SQL Server license. So, a remote database deployment scenario where the Report Server is installed on one server and the ReportServer database is installed on a separate server requires two licenses of SQL Server.</p>
<p>But don&#8217;t take my word for it. Here are a couple of links that will help clarify licensing requirements.</p>
<p><a href="http://www.microsoft.com/sqlserver/2005/en/us/Special-Considerations.aspx">Special Licensing Considerations for SQL Server 2005</a></p>
<p><a href="http://www.google.com/url?sa=U&amp;start=10&amp;q=http://download.microsoft.com/download/1/e/6/1e68f92c-f334-4517-b610-e4dee946ef91/2008%2520SQL%2520Licensing%2520Overview%2520final.docx&amp;ei=FbuaScPEKcH7tgfhzrC_Cw&amp;usg=AFQjCNEv9OjTUzohoj4sO6UITHqShP7Q4g"> SQL Server 2008 Pricing and Licensing</a></p>
<p>Cheers and I hope this helps!</p>
<p>Joe<br />
<a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2009%2f02%2f17%2f60844.aspx"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2009%2f02%2f17%2f60844.aspx" border="0" alt="kick it on DotNetKicks.com" /></a></p>
<p class="postfoot"><a class="printIcon" href="window.print();">Print</a> | posted on Tuesday, February 17, 2009 8:01 AM</p>
</div>
<p>&lt;!&#8211;    &#8211;&gt;  	<span id="apnlCommentsWrapper$RBS_Holder"><span id="apnlCommentsWrapper"> <a title="feedback anchor" name="feedback"></a></p>
<div id="comments">
<h3>Feedback</h3>
<div class="post">
<h2><a title="permalink: re: Reporting Services Licensing" href="http://weblogs.sqlteam.com/joew/archive/2009/02/17/60844.aspx#40474">#</a> <a name="40474"></a>re: Reporting Services Licensing</h2>
<p>really, as far as I know every server that runs any service of sql server needs separate licensing&#8230; And it is very expensive to have at leat 2 physical processor server for your SSRS&#8230;</p>
<div class="postfoot">2/17/2009 8:16 AM | <a id="Comments_ascx_CommentList_ctl00_NameLink" title="http://www.db-staff.com/" href="http://www.db-staff.com/" target="_blank">Remote DBA</a></div>
</div>
<div class="post">
<h2><a title="permalink: re: Reporting Services Licensing" href="http://weblogs.sqlteam.com/joew/archive/2009/02/17/60844.aspx#41954">#</a> <a name="41954"></a>re: Reporting Services Licensing</h2>
<p>I could use a clarification here. Having any SQL Service run on a separate server makes sense that it would require an additional license. However, I&#8217;m under the impression that having the web components run on a different server does NOT constitute a SQL Service and therefore would NOT require a separate license.</p>
<p>Am I mistaken there?</p>
<p>Nick</p>
<div class="postfoot">11/10/2009 1:03 PM | <a id="Comments_ascx_CommentList_ctl01_NameLink" title="Nick L Duckstein" target="_blank">Nick L Duckstein</a></div>
</div>
<div class="post">
<h2><a title="permalink: re: Reporting Services Licensing" href="http://weblogs.sqlteam.com/joew/archive/2009/02/17/60844.aspx#42160">#</a> <a name="42160"></a>re: Reporting Services Licensing</h2>
<p>Check this document:</p>
<p>http://download.microsoft.com/download/1/e/6/1e68f92c-f334-4517-b610-e4dee946ef91/2008%20SQL%20Licensing%20Overview%20final.docx</p>
<p>It seems like if you want to install reporting services web components (the site and the web service) on a different server where SQL Server 2008 is installed then you will need an other license.</p>
<div class="postfoot">12/17/2009 7:58 AM | <a id="Comments_ascx_CommentList_ctl02_NameLink" title="Jairo Portela" target="_blank">Jairo Portela</a></div>
</div>
</div>
<div id="commentform">
<h3>Post Comment</h3>
<table border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td>Title</td>
<td></td>
<td><span id="PostComment_ascx_RequiredFieldValidator1" style="color:red;visibility:hidden;">Please enter a title</span></td>
</tr>
<tr>
<td>Name</td>
<td></td>
<td><span id="PostComment_ascx_RequiredFieldValidator2" style="color:red;visibility:hidden;">Please enter your name</span></td>
</tr>
<tr>
<td>Email</td>
<td></td>
<td><span id="PostComment_ascx_vldEmail" style="color:red;display:none;">Email is not required, but it must be valid if specified.</span></td>
</tr>
<tr>
<td>Url</td>
<td></td>
<td><span id="PostComment_ascx_vldUrl" style="color:red;display:none;">Url is not required, but it must be valid if specified.</span></td>
</tr>
<tr>
<td colspan="3">Comment  				<span id="PostComment_ascx_RequiredFieldValidator3" style="color:red;visibility:hidden;">Please enter a comment</span>
</td>
</tr>
<tr>
<td colspan="3">Remember Me?</td>
</tr>
<tr>
<td><span id="PostComment_ascx_ctl00" style="color:red;display:none;">Please enter the answer to the supplied question.</span><span id="PostComment_ascx_ctl00_subtext_captcha" style="display:none;">Please add 7 and 1 and type the answer here: </span></p>
<div id="PostComment_ascx_captcha" class="captcha"><img src="http://weblogs.sqlteam.com/CaptchaImage.ashx?spec=7uV4%2by8oovDW1AEcwg24ytochS%2bX7bkcI8lqVYEyAccKzxVsqSMhL2w%2fZ2HGZFSe" border="0" alt="" width="180" height="50" />Enter the code shown above:<span id="PostComment_ascx_captcha" style="color:red;height:50px;width:180px;display:none;">Please enter the correct word</span></div>
</td>
<td colspan="2"><span id="PostComment_ascx_Message" style="color:red;"> </span></td>
</tr>
</tbody>
</table>
</div>
<p></span></span></div>
</td>
</tr>
</tbody>
</table>
</div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joedba.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joedba.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joedba.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joedba.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joedba.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joedba.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joedba.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joedba.wordpress.com/553/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joedba.wordpress.com/553/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joedba.wordpress.com/553/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=553&subd=joedba&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://webbtechsolutions.com/2009/12/17/reporting-services-licensing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Joe</media:title>
		</media:content>

		<media:content url="http://joedba.files.wordpress.com/2009/12/server_room_2009-12-17.jpg" medium="image">
			<media:title type="html">server_room_2009-12-17</media:title>
		</media:content>

		<media:content url="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fjoew%2farchive%2f2009%2f02%2f17%2f60844.aspx" medium="image">
			<media:title type="html">kick it on DotNetKicks.com</media:title>
		</media:content>

		<media:content url="http://weblogs.sqlteam.com/CaptchaImage.ashx?spec=7uV4%2by8oovDW1AEcwg24ytochS%2bX7bkcI8lqVYEyAccKzxVsqSMhL2w%2fZ2HGZFSe" medium="image" />
	</item>
		<item>
		<title>Locking Scripts</title>
		<link>http://webbtechsolutions.com/2009/12/11/locking-scripts/</link>
		<comments>http://webbtechsolutions.com/2009/12/11/locking-scripts/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 20:50:14 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://webbtechsolutions.com/?p=546</guid>
		<description><![CDATA[
Thanks to everyone who attended my TechNet Thrive! and Nashville SQL Server User Group presentations this week! I hope it was worth your while. As promised, here is the presentation.
And here&#8217;s the script I used to review the locks.
&#8211;examine the resources
SELECT
resource_type
,(CASE
WHEN resource_type = &#8216;OBJECT&#8217; THEN object_name(resource_associated_entity_id)
WHEN resource_type IN (&#8216;DATABASE&#8217;, &#8216;FILE&#8217;, &#8216;METADATA&#8217;) THEN &#8216;N/A&#8217;
WHEN resource_type IN [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=546&subd=joedba&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><p><a href="http://www.flickr.com/photos/zdenadel/2301632962/" target="_blank"><img class="size-full wp-image-549 alignnone" style="border:0 none;margin-top:5px;margin-bottom:5px;" title="microphone" src="http://joedba.files.wordpress.com/2009/12/microphone.jpg?w=400&#038;h=266" alt="" width="400" height="266" /></a></p>
<p>Thanks to everyone who attended my TechNet Thrive! and Nashville SQL Server User Group presentations this week! I hope it was worth your while. As promised, <a href="http://joedba.files.wordpress.com/2009/12/jw_locking_blocking_made_simple.pdf">here is the presentation</a>.</p>
<p>And here&#8217;s the script I used to review the locks.</p>
<p>&#8211;examine the resources<br />
SELECT<br />
resource_type<br />
,(CASE<br />
WHEN resource_type = &#8216;OBJECT&#8217; THEN object_name(resource_associated_entity_id)<br />
WHEN resource_type IN (&#8216;DATABASE&#8217;, &#8216;FILE&#8217;, &#8216;METADATA&#8217;) THEN &#8216;N/A&#8217;<br />
WHEN resource_type IN (&#8216;KEY&#8217;, &#8216;PAGE&#8217;, &#8216;RID&#8217;) THEN (<br />
SELECT<br />
object_name(object_id)<br />
FROM<br />
sys.partitions<br />
WHERE<br />
hobt_id=resource_associated_entity_id)<br />
ELSE<br />
&#8216;Undefined&#8217;<br />
END) AS resource_name<br />
,request_mode as lock_type<br />
,resource_description<br />
,request_status<br />
,request_session_id<br />
,request_owner_id AS transaction_id<br />
FROM<br />
sys.dm_tran_locks<br />
WHERE<br />
resource_type &lt;&gt; &#8216;DATABASE&#8217;;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joedba.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joedba.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joedba.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joedba.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joedba.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joedba.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joedba.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joedba.wordpress.com/546/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joedba.wordpress.com/546/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joedba.wordpress.com/546/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=546&subd=joedba&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://webbtechsolutions.com/2009/12/11/locking-scripts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Joe</media:title>
		</media:content>

		<media:content url="http://joedba.files.wordpress.com/2009/12/microphone.jpg" medium="image">
			<media:title type="html">microphone</media:title>
		</media:content>
	</item>
		<item>
		<title>Locking &amp; Blocking</title>
		<link>http://webbtechsolutions.com/2009/12/08/locking-blocking/</link>
		<comments>http://webbtechsolutions.com/2009/12/08/locking-blocking/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 23:07:43 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>

		<guid isPermaLink="false">http://webbtechsolutions.com/2009/12/08/locking-blocking/</guid>
		<description><![CDATA[
On the gridiron, two opposing teams are contending for one very limited resource, the football. One team has it; the other team wants it. The team that has it, tries very hard to protect it by securing the football and blocking all others from getting to it. 
The same can be said about SQL Server. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=544&subd=joedba&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><p><a target="_blank" href="http://www.flickr.com/photos/robsogood/3880626953/"><img style="max-width:800px;" src="http://joedba.files.wordpress.com/2009/12/locking_and_blocking-2009-12-09.jpg?w=500" border="0" /></a></p>
<p>On the gridiron, two opposing teams are contending for one very limited resource, the football. One team has it; the other team wants it. The team that has it, tries very hard to protect it by securing the football and blocking all others from getting to it. </p>
<p>The same can be said about SQL Server. When one process needs to access a resource, say a table, it secures the resource (locking) which prevents other processes from accessing it (blocking). </p>
<p>Locking in SQL Server is a good thing. Locking helps to maintain data integrity by ensuring that two different processes are not going to use a single resource in a way that is considered incompatible.</p>
<p>Blocking, a natural by-product of locking, is not so good of a thing. </p>
<p>If a resource is locked by one process and another process needs access to that resource, the second process will be blocked until the resource is released by the first process.&nbsp; The effect? The second process experiences a longer wait time and performance suffers. </p>
<p>But locking and blocking are two sides of the same coin.<br />
<h3>Locking &amp; Blocking Made Simple<br /></h3>
<p>Okay, if locking is good and blocking is bad, what can be done about locking? I&#8217;m glad you asked! Tomorrow, I&#8217;m speaking at the Nashville SQL Server User Group. In the session, I&#8217;ll cover those topics and more. Here&#8217;s the abstract:</p>
<blockquote><p>A good working knowledge of how Microsoft SQL Server makes use of locking and transaction isolation levels can help you greatly improve an application&#8217;s performance. In this session, we explore the SQL Server locking methodology and share techniques for enhancing query response times.</p></blockquote>
<p>If you&#8217;re in the Middle Tennessee area, come on out and join us for the meeting. For more information on time, location, etc, visit the <a target="_blank" href="http://nashville.sqlpass.org">Nashville SQL Server User Group web site</a>. </p>
<p>If you&#8217;re not in the Nashville area, I believe the meeting will be available via LiveMeeting provided by <a target="_blank" href="http://www.sqlpass.org">PASS</a>. Stay tuned and <a target="_blank" href="http://www.twitter.com/joewebb">follow me</a> or <a target="_blank" href="http://www.twitter.com/nashsql">NashSQL</a> on Twitter for up to the connection information.</p>
<p>Thanks and I hope to see you there! </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joedba.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joedba.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joedba.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joedba.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joedba.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joedba.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joedba.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joedba.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joedba.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joedba.wordpress.com/544/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=544&subd=joedba&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://webbtechsolutions.com/2009/12/08/locking-blocking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Joe</media:title>
		</media:content>

		<media:content url="http://joedba.files.wordpress.com/2009/12/locking_and_blocking-2009-12-09.jpg" medium="image" />
	</item>
		<item>
		<title>TechNet WebCast: SQL Server Locking &amp; Blocking</title>
		<link>http://webbtechsolutions.com/2009/11/30/technet-webcast-sql-server-locking-blocking/</link>
		<comments>http://webbtechsolutions.com/2009/11/30/technet-webcast-sql-server-locking-blocking/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 14:00:31 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://webbtechsolutions.com/?p=537</guid>
		<description><![CDATA[Next Monday, I&#8217;m presenting a TechNet WebCast for Microsoft Thrive Live! The subject: SQL Server Locking &#38; Blocking Made Simple. Here are the details:
Event Overview
A good working knowledge of how Microsoft SQL Server makes use of locking and transaction isolation levels can help you greatly improve an application&#8217;s performance. In this webcast, we explore the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=537&subd=joedba&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<br /><p><a href="http://www.flickr.com/photos/andresrueda/3474740966/" target="_blank"><img class="alignright size-full wp-image-538" style="border:0 none;margin:5px;" title="conference_call-2009-11-25" src="http://joedba.files.wordpress.com/2009/11/conference_call-2009-11-25.jpg?w=200&#038;h=150" alt="" width="200" height="150" /></a>Next Monday, I&#8217;m presenting a TechNet WebCast for Microsoft Thrive Live! The subject: SQL Server Locking &amp; Blocking Made Simple. Here are the details:</p>
<p><strong><span id="eventInfo_lblEventDescHeading">Event Overview</span></strong></p>
<p><span id="eventInfo_lblEventDescription"><span style="font-family:verdana;font-size:12px;">A good working knowledge of how Microsoft SQL Server makes use of locking and transaction isolation levels can help you greatly improve an application&#8217;s performance. In this webcast, we explore the SQL Server locking methodology and share techniques for enhancing query response times.</span></span></p>
<p><strong>Language(s):</strong> English<br />
<strong>Product(s):</strong> Microsoft SQL Server<br />
<strong>Audience(s):</strong> IT Generalist<br />
<strong>Duration:</strong> 60 Minutes<br />
<strong>Start Date:</strong> <span id="eventInfo_lblStDate">Monday, December 07, 2009 9:00 AM Pacific Time (US &amp; Canada)<br />
</span><strong><span id="ed_eventidlbl">Event ID:</span> </strong> <span id="ed_eventid">1032432983</span></p>
<p>I&#8217;d love to have you join me for this free session. <a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032432983&amp;EventCategory=4&amp;culture=en-US&amp;CountryCode=US" target="_blank">Click here to register</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joedba.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joedba.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joedba.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joedba.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joedba.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joedba.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joedba.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joedba.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joedba.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joedba.wordpress.com/537/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webbtechsolutions.com&blog=5427115&post=537&subd=joedba&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://webbtechsolutions.com/2009/11/30/technet-webcast-sql-server-locking-blocking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Joe</media:title>
		</media:content>

		<media:content url="http://joedba.files.wordpress.com/2009/11/conference_call-2009-11-25.jpg" medium="image">
			<media:title type="html">conference_call-2009-11-25</media:title>
		</media:content>
	</item>
	</channel>
</rss>