<?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>Strate SQL</title>
	<atom:link href="http://www.jasonstrate.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonstrate.com</link>
	<description>Questions, answers, opinions and scripts from a SQL Server DBA</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Webcast Today &#8211; Using XML to Query Execution Plans</title>
		<link>http://www.jasonstrate.com/index.php/2010/07/webcast-today-using-xml-to-query-execution-plans/</link>
		<comments>http://www.jasonstrate.com/index.php/2010/07/webcast-today-using-xml-to-query-execution-plans/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 14:00:00 +0000</pubDate>
		<dc:creator>jstrate</dc:creator>
				<category><![CDATA[DBA]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[Presentation]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.jasonstrate.com/index.php/2010/07/webcast-today-using-xml-to-query-execution-plans/</guid>
		<description><![CDATA[I’ll be speaking for the SQL PASS Database Administration Virtual Chapter today at 12 PM Eastern time.  The topic will be Using XML to Query Execution Plans.  The abstract for the event is the following:
SQL Server stores its execution plans as XML in dynamic management views. The execution plans are a gold mine of information. [...]


Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/07/webcast-next-week-using-xml-to-query-execution-plans/' rel='bookmark' title='Permanent Link: Webcast Next Week &#8211; Using XML to Query Execution Plans'>Webcast Next Week &#8211; Using XML to Query Execution Plans</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/06/webcast-next-week-performance-impacts-related-to-different-function-types/' rel='bookmark' title='Permanent Link: Webcast Next Week &#8211; Performance Impacts Related to Different Function Types'>Webcast Next Week &#8211; Performance Impacts Related to Different Function Types</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/07/webcast-today-performance-impacts-related-to-different-function-types/' rel='bookmark' title='Permanent Link: Webcast Today &#8211; Performance Impacts Related to Different Function Types'>Webcast Today &#8211; Performance Impacts Related to Different Function Types</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F07%2Fwebcast-today-using-xml-to-query-execution-plans%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F07%2Fwebcast-today-using-xml-to-query-execution-plans%2F" height="61" width="51" /></a></div><p>I’ll be speaking for the <a href="http://www.sqlpass.org/">SQL PASS</a> <a href="http://dba.sqlpass.org/">Database Administration Virtual Chapter</a> today at 12 PM Eastern time.  The topic will be <a href="http://www.sqlpass.org/Events/ctl/ViewEvent/mid/521.aspx?ID=434">Using XML to Query Execution Plans</a>.  The abstract for the event is the following:</p>
<blockquote><p>SQL Server stores its execution plans as XML in dynamic management views. The execution plans are a gold mine of information. From the whether or not the execution plan will rely on parallelism to what columns are requiring a key lookup after a non-clustered index seek. Through a the use of XML this information can be available at your fingertips to help determine the value and impact of an index and guide you in improving the performance of your SQL Server databases. In this session we&#8217;ll look at how you can begin to understand and query the structure of the execution plans in the procedure cache. Also, we&#8217;ll review how to uncover some potential performance issues that may be lurking in your SQL Server.</p></blockquote>
<p>You can get to the event <a href="http://www.sqlpass.org/Events/ctl/ViewEvent/mid/521.aspx?ID=434">here</a>.</p>


<p>Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/07/webcast-next-week-using-xml-to-query-execution-plans/' rel='bookmark' title='Permanent Link: Webcast Next Week &#8211; Using XML to Query Execution Plans'>Webcast Next Week &#8211; Using XML to Query Execution Plans</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/06/webcast-next-week-performance-impacts-related-to-different-function-types/' rel='bookmark' title='Permanent Link: Webcast Next Week &#8211; Performance Impacts Related to Different Function Types'>Webcast Next Week &#8211; Performance Impacts Related to Different Function Types</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/07/webcast-today-performance-impacts-related-to-different-function-types/' rel='bookmark' title='Permanent Link: Webcast Today &#8211; Performance Impacts Related to Different Function Types'>Webcast Today &#8211; Performance Impacts Related to Different Function Types</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jasonstrate.com/index.php/2010/07/webcast-today-using-xml-to-query-execution-plans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webcast Next Week &#8211; Using XML to Query Execution Plans</title>
		<link>http://www.jasonstrate.com/index.php/2010/07/webcast-next-week-using-xml-to-query-execution-plans/</link>
		<comments>http://www.jasonstrate.com/index.php/2010/07/webcast-next-week-using-xml-to-query-execution-plans/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 14:00:00 +0000</pubDate>
		<dc:creator>jstrate</dc:creator>
				<category><![CDATA[DBA]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[Presentation]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>
		<category><![CDATA[SQLServerSyndication]]></category>

		<guid isPermaLink="false">http://www.jasonstrate.com/index.php/2010/07/webcast-next-week-using-xml-to-query-execution-plans/</guid>
		<description><![CDATA[I’ll be speaking for the SQL PASS Database Administration Virtual Chapter next week.  It’ll be on July 28 at 12 PM Eastern time.  The topic will be Using XML to Query Execution Plans.  The abstract for the event is the following:
SQL Server stores its execution plans as XML in dynamic management views. The execution plans [...]


Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/07/webcast-today-using-xml-to-query-execution-plans/' rel='bookmark' title='Permanent Link: Webcast Today &#8211; Using XML to Query Execution Plans'>Webcast Today &#8211; Using XML to Query Execution Plans</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/06/webcast-next-week-performance-impacts-related-to-different-function-types/' rel='bookmark' title='Permanent Link: Webcast Next Week &#8211; Performance Impacts Related to Different Function Types'>Webcast Next Week &#8211; Performance Impacts Related to Different Function Types</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/07/webcast-today-performance-impacts-related-to-different-function-types/' rel='bookmark' title='Permanent Link: Webcast Today &#8211; Performance Impacts Related to Different Function Types'>Webcast Today &#8211; Performance Impacts Related to Different Function Types</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F07%2Fwebcast-next-week-using-xml-to-query-execution-plans%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F07%2Fwebcast-next-week-using-xml-to-query-execution-plans%2F" height="61" width="51" /></a></div><p>I’ll be speaking for the <a href="http://www.sqlpass.org/">SQL PASS</a> <a href="http://dba.sqlpass.org/">Database Administration Virtual Chapter</a> next week.  It’ll be on July 28 at 12 PM Eastern time.  The topic will be <a href="http://www.sqlpass.org/Events/ctl/ViewEvent/mid/521.aspx?ID=434">Using XML to Query Execution Plans</a>.  The abstract for the event is the following:</p>
<blockquote><p>SQL Server stores its execution plans as XML in dynamic management views. The execution plans are a gold mine of information. From the whether or not the execution plan will rely on parallelism to what columns are requiring a key lookup after a non-clustered index seek. Through a the use of XML this information can be available at your fingertips to help determine the value and impact of an index and guide you in improving the performance of your SQL Server databases. In this session we&#8217;ll look at how you can begin to understand and query the structure of the execution plans in the procedure cache. Also, we&#8217;ll review how to uncover some potential performance issues that may be lurking in your SQL Server.</p></blockquote>
<p>If you register for the event ahead of time you will be entered into a drawing brought to us from CA, our event sponsor.  You can get to the event <a href="http://www.sqlpass.org/Events/ctl/ViewEvent/mid/521.aspx?ID=434">here</a>.</p>


<p>Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/07/webcast-today-using-xml-to-query-execution-plans/' rel='bookmark' title='Permanent Link: Webcast Today &#8211; Using XML to Query Execution Plans'>Webcast Today &#8211; Using XML to Query Execution Plans</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/06/webcast-next-week-performance-impacts-related-to-different-function-types/' rel='bookmark' title='Permanent Link: Webcast Next Week &#8211; Performance Impacts Related to Different Function Types'>Webcast Next Week &#8211; Performance Impacts Related to Different Function Types</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/07/webcast-today-performance-impacts-related-to-different-function-types/' rel='bookmark' title='Permanent Link: Webcast Today &#8211; Performance Impacts Related to Different Function Types'>Webcast Today &#8211; Performance Impacts Related to Different Function Types</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jasonstrate.com/index.php/2010/07/webcast-next-week-using-xml-to-query-execution-plans/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PASSMN July Meeting Today</title>
		<link>http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-today/</link>
		<comments>http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-today/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 14:00:00 +0000</pubDate>
		<dc:creator>jstrate</dc:creator>
				<category><![CDATA[PASSMN]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLServerSyndication]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-today/</guid>
		<description><![CDATA[
Don’t forget the July PASSMN meeting is today.&#160; We have Itzik Ben-Gan (blog) coming in to talk about some query tuning tips.
Here are the meeting details…
Date and&#160; Time:
July 20, 2010, 5:00 PM CST
Location: 
8300 Norman Center Drive, 9th Floor, Bloomington, MN&#160; 55437 (map)
Live Meeting

URL: https://www.livemeeting.com/cc/usergroups/join?id=7DGRT6&#38;role=attend&#38;pw=h*ZR%248%25%2Fd 
Meeting ID: 7DGRT6 
Entry Code: h*ZR$8%/d

Agenda:

5:00 –5:15 : Announcements  [...]


Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-next-week/' rel='bookmark' title='Permanent Link: PASSMN July Meeting Next Week'>PASSMN July Meeting Next Week</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/06/july-passmn-meeting-announced/' rel='bookmark' title='Permanent Link: July PASSMN Meeting Announced'>July PASSMN Meeting Announced</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2009/07/july-passmn-meeting-next-week-july-14/' rel='bookmark' title='Permanent Link: July PASSMN Meeting Next Week (July 14)'>July PASSMN Meeting Next Week (July 14)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F07%2Fpassmn-july-meeting-today%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F07%2Fpassmn-july-meeting-today%2F" height="61" width="51" /></a></div><p><a href="http://minnesota.sqlpass.org"><img style="display: inline; margin-left: 0px; margin-right: 0px" alt="Minnesota SQL Server Users Group" align="right" src="http://minnesota.sqlpass.org/Portals/61/logo.gif" width="177" height="71" /></a></p>
<p>Don’t forget the July PASSMN meeting is today.&#160; We have Itzik Ben-Gan (<a href="http://blogs.solidq.com/ibengan/Home.aspx">blog</a>) coming in to talk about some query tuning tips.</p>
<p>Here are the meeting details…</p>
<blockquote><p><strong>Date and&#160; Time:</strong></p>
<p>July 20, 2010, 5:00 PM CST</p>
<p><b>Location: </b></p>
<p>8300 Norman Center Drive, 9th Floor, Bloomington, MN&#160; 55437 (<a href="http://www.bing.com/maps/OneClickDirections.aspx?rtp=%7epos.rg82g976mkjn_8300+Norman+Center+Dr%2c+Bloomington%2c+MN+55437-1027___a_&amp;rsd=44.875722527504_-93.3967977762222__the+north+(on+US-169+S)%7e44.8308277130127_-93.2932215929031__the+south+(on+I-35W+N)%7e44.8620003461838_-93.2855504751205__the+east+(on+I-494+W+%2f+SR-5+W)%7e44.8592001199722_-93.4069204330444__the+west+(on+I-494+E+%2f+SR-5+E)&amp;mkt=en-us&amp;FORM=LLMP">map</a>)</p>
<p><b>Live Meeting</b></p>
<ul>
<li>URL: <a href="https://www.livemeeting.com/cc/usergroups/join?id=7DGRT6&amp;role=attend&amp;pw=h*ZR%248%25%2Fd">https://www.livemeeting.com/cc/usergroups/join?id=7DGRT6&amp;role=attend&amp;pw=h*ZR%248%25%2Fd</a> </li>
<li>Meeting ID: 7DGRT6 </li>
<li>Entry Code: h*ZR$8%/d</li>
</ul>
<p><b>Agenda:</b></p>
</p>
<p>5:00 –5:15 : Announcements     <br />5:15 –5:25 : Sponsor      <br />5:25 –6:45 : Query Tuning Tips (Itzik)      <br />6:45 –7:00 : Survey Collection and Giveaways</p>
</blockquote>
<p><b>Presentation:</b> </p>
<blockquote><p><b>Query Tuning Tips</b> </p>
<p>Given a SQL Server querying problem there&#8217;s much that you can do to enable a good performing solution. Tuning involves arranging an optimal physical environment, e.g., by creating supporting indexes, as well as writing the query in a way that it would get an optimal execution plan. Many factors can affect the efficiency of the solution including the availability of indexes, data distribution and density, and others. In different scenarios, a different solution could be the most efficient for the same querying problem. Query tuning could be considered an art. This session will provide various tips to do efficient query tuning and demonstrate those through specific tuning examples. </p>
<p><b>Itzik Ben-Gan</b> is a Mentor and Co-Founder of Solid Quality Mentors. A SQL Server Microsoft MVP (Most Valuable Professional) since 1999, Itzik has delivered numerous training events around the world focused on T-SQL Querying, Query Tuning and Programming. Itzik is the author of several books including Microsoft SQL Server 2008: T-SQL Fundamentals, Inside Microsoft SQL Server 2008: T-SQL Querying and Inside Microsoft SQL Server 2008: T-SQL Programming. He has written many articles for SQL Server Magazine as well as articles and whitepapers for MSDN. Itzik&#8217;s speaking activities include TechEd, DevWeek, SQLPASS, SQL Server Magazine Connections, various user groups around the world, and Solid Quality Mentors&#8217; events to name a few. Itzik is the author of Solid Quality Mentors&#8217; Advanced T-SQL Querying, Programming and Tuning and T-SQL Fundamentals courses along with being a primary resource within the company for their T-SQL related activities</p>
</blockquote>


<p>Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-next-week/' rel='bookmark' title='Permanent Link: PASSMN July Meeting Next Week'>PASSMN July Meeting Next Week</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/06/july-passmn-meeting-announced/' rel='bookmark' title='Permanent Link: July PASSMN Meeting Announced'>July PASSMN Meeting Announced</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2009/07/july-passmn-meeting-next-week-july-14/' rel='bookmark' title='Permanent Link: July PASSMN Meeting Next Week (July 14)'>July PASSMN Meeting Next Week (July 14)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-today/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PASSMN July Meeting Next Week</title>
		<link>http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-next-week/</link>
		<comments>http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-next-week/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 13:00:00 +0000</pubDate>
		<dc:creator>jstrate</dc:creator>
				<category><![CDATA[PASSMN]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLServerSyndication]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-next-week/</guid>
		<description><![CDATA[
The July PASSMN meeting is is coming up next week.&#160; If you’ve not registered now’s a great time to get your RSVP in.&#160; We have Itzik Ben-Gan (blog) coming in to talk about some query tuning tips.
Here are the meeting details…
Date and&#160; Time:
July 20, 2010, 5:00 PM CST
Location: 
8300 Norman Center Drive, 9th Floor, Bloomington, [...]


Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-today/' rel='bookmark' title='Permanent Link: PASSMN July Meeting Today'>PASSMN July Meeting Today</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/06/july-passmn-meeting-announced/' rel='bookmark' title='Permanent Link: July PASSMN Meeting Announced'>July PASSMN Meeting Announced</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2009/07/july-passmn-meeting-next-week-july-14/' rel='bookmark' title='Permanent Link: July PASSMN Meeting Next Week (July 14)'>July PASSMN Meeting Next Week (July 14)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F07%2Fpassmn-july-meeting-next-week%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F07%2Fpassmn-july-meeting-next-week%2F" height="61" width="51" /></a></div><p><a href="http://minnesota.sqlpass.org"><img style="display: inline; margin-left: 0px; margin-right: 0px" alt="Minnesota SQL Server Users Group" align="right" src="http://minnesota.sqlpass.org/Portals/61/logo.gif" width="177" height="71" /></a></p>
<p>The July PASSMN meeting is is coming up next week.&#160; If you’ve not registered now’s a great time to <a href="http://www.sqlpass.org/Events/ctl/ViewEvent/mid/521.aspx?ID=442">get your RSVP in</a>.&#160; We have Itzik Ben-Gan (<a href="http://blogs.solidq.com/ibengan/Home.aspx">blog</a>) coming in to talk about some query tuning tips.</p>
<p>Here are the meeting details…</p>
<blockquote><p><strong>Date and&#160; Time:</strong></p>
<p>July 20, 2010, 5:00 PM CST</p>
<p><b>Location: </b></p>
<p>8300 Norman Center Drive, 9th Floor, Bloomington, MN&#160; 55437 (<a href="http://www.bing.com/maps/OneClickDirections.aspx?rtp=%7epos.rg82g976mkjn_8300+Norman+Center+Dr%2c+Bloomington%2c+MN+55437-1027___a_&amp;rsd=44.875722527504_-93.3967977762222__the+north+(on+US-169+S)%7e44.8308277130127_-93.2932215929031__the+south+(on+I-35W+N)%7e44.8620003461838_-93.2855504751205__the+east+(on+I-494+W+%2f+SR-5+W)%7e44.8592001199722_-93.4069204330444__the+west+(on+I-494+E+%2f+SR-5+E)&amp;mkt=en-us&amp;FORM=LLMP">map</a>)</p>
<p><b>Live Meeting</b></p>
<ul>
<li>URL: <a href="https://www.livemeeting.com/cc/usergroups/join?id=7DGRT6&amp;role=attend&amp;pw=h*ZR%248%25%2Fd">https://www.livemeeting.com/cc/usergroups/join?id=7DGRT6&amp;role=attend&amp;pw=h*ZR%248%25%2Fd</a></li>
<li>Meeting ID: 7DGRT6 </li>
<li>Entry Code: h*ZR$8%/d</li>
</ul>
<p><b>Agenda:</b></p>
</p>
<p>5:00 –5:15 : Announcements     <br />5:15 –5:25 : Sponsor      <br />5:25 –6:45 : Query Tuning Tips (Itzik)      <br />6:45 –7:00 : Survey Collection and Giveaways</p>
</blockquote>
<p><b>Presentation:</b> </p>
<blockquote><p><b>Query Tuning Tips</b></p>
<p>Given a SQL Server querying problem there&#8217;s much that you can do to enable a good performing solution. Tuning involves arranging an optimal physical environment, e.g., by creating supporting indexes, as well as writing the query in a way that it would get an optimal execution plan. Many factors can affect the efficiency of the solution including the availability of indexes, data distribution and density, and others. In different scenarios, a different solution could be the most efficient for the same querying problem. Query tuning could be considered an art. This session will provide various tips to do efficient query tuning and demonstrate those through specific tuning examples.</p>
<p><b>Itzik Ben-Gan</b> is a Mentor and Co-Founder of Solid Quality Mentors. A SQL Server Microsoft MVP (Most Valuable Professional) since 1999, Itzik has delivered numerous training events around the world focused on T-SQL Querying, Query Tuning and Programming. Itzik is the author of several books including Microsoft SQL Server 2008: T-SQL Fundamentals, Inside Microsoft SQL Server 2008: T-SQL Querying and Inside Microsoft SQL Server 2008: T-SQL Programming. He has written many articles for SQL Server Magazine as well as articles and whitepapers for MSDN. Itzik&#8217;s speaking activities include TechEd, DevWeek, SQLPASS, SQL Server Magazine Connections, various user groups around the world, and Solid Quality Mentors&#8217; events to name a few. Itzik is the author of Solid Quality Mentors&#8217; Advanced T-SQL Querying, Programming and Tuning and T-SQL Fundamentals courses along with being a primary resource within the company for their T-SQL related activities</p>
</blockquote>
<p><font size="4"><a href="http://www.sqlpass.org/Events/ctl/ViewEvent/mid/521.aspx?ID=442">Please RSVP here if you will be attending in person, this helps us understand how many people to tell the sponsor to get food for.</a></font></p>


<p>Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-today/' rel='bookmark' title='Permanent Link: PASSMN July Meeting Today'>PASSMN July Meeting Today</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/06/july-passmn-meeting-announced/' rel='bookmark' title='Permanent Link: July PASSMN Meeting Announced'>July PASSMN Meeting Announced</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2009/07/july-passmn-meeting-next-week-july-14/' rel='bookmark' title='Permanent Link: July PASSMN Meeting Next Week (July 14)'>July PASSMN Meeting Next Week (July 14)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-next-week/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Webcast Today &#8211; Performance Impacts Related to Different Function Types</title>
		<link>http://www.jasonstrate.com/index.php/2010/07/webcast-today-performance-impacts-related-to-different-function-types/</link>
		<comments>http://www.jasonstrate.com/index.php/2010/07/webcast-today-performance-impacts-related-to-different-function-types/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 14:00:00 +0000</pubDate>
		<dc:creator>jstrate</dc:creator>
				<category><![CDATA[DBA]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>
		<category><![CDATA[SQLServerSyndication]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Presentation]]></category>

		<guid isPermaLink="false">http://www.jasonstrate.com/index.php/2010/07/webcast-today-performance-impacts-related-to-different-function-types/</guid>
		<description><![CDATA[I’ll be speaking for the SQL PASS Performance Virtual Chapter later today starting at 12 PM Eastern time.  The topic will be Performance Impacts Related to Different Function Types.  The abstract for the event is the following:
User defined functions provide a means to encapsulate business logic in the database tier.  Often the purpose of the [...]


Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/06/webcast-next-week-performance-impacts-related-to-different-function-types/' rel='bookmark' title='Permanent Link: Webcast Next Week &#8211; Performance Impacts Related to Different Function Types'>Webcast Next Week &#8211; Performance Impacts Related to Different Function Types</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/03/sswug-spring-10-ultimate-virtual-conference/' rel='bookmark' title='Permanent Link: SSWUG Spring &#8216;10 Ultimate Virtual Conference'>SSWUG Spring &#8216;10 Ultimate Virtual Conference</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/07/webcast-next-week-using-xml-to-query-execution-plans/' rel='bookmark' title='Permanent Link: Webcast Next Week &#8211; Using XML to Query Execution Plans'>Webcast Next Week &#8211; Using XML to Query Execution Plans</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F07%2Fwebcast-today-performance-impacts-related-to-different-function-types%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F07%2Fwebcast-today-performance-impacts-related-to-different-function-types%2F" height="61" width="51" /></a></div><p>I’ll be speaking for the <a href="http://www.sqlpass.org/">SQL PASS</a> <a href="http://performance.sqlpass.org/">Performance Virtual Chapter</a> later today starting at 12 PM Eastern time.  The topic will be <a href="https://www323.livemeeting.com/cc/usergroups/join?id=3CF2HR&amp;role=attend&amp;pw=S`w-~7\6b">Performance Impacts Related to Different Function Types</a>.  The abstract for the event is the following:</p>
<blockquote><p>User defined functions provide a means to encapsulate business logic in the database tier.  Often the purpose of the encapsulation is to provide standard method access segments of data within the database.  Unfortunately, not all methods of creating user defined functions are equal.  In this session we’ll review the types of user defined functions and investigate the performance impact in selecting the different types</p>
<p><strong>Goals:</strong></p>
<ul>
<li>Identify purposes for creating user defined functions</li>
<li>Discuss the types of user-defined functions</li>
<li>Demonstrate performance impact in selecting different types of functions</li>
</ul>
</blockquote>
<p>You can get to the event <a href="https://www323.livemeeting.com/cc/usergroups/join?id=3CF2HR&amp;role=attend&amp;pw=S`w-~7\6b">here</a>.</p>


<p>Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/06/webcast-next-week-performance-impacts-related-to-different-function-types/' rel='bookmark' title='Permanent Link: Webcast Next Week &#8211; Performance Impacts Related to Different Function Types'>Webcast Next Week &#8211; Performance Impacts Related to Different Function Types</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/03/sswug-spring-10-ultimate-virtual-conference/' rel='bookmark' title='Permanent Link: SSWUG Spring &#8216;10 Ultimate Virtual Conference'>SSWUG Spring &#8216;10 Ultimate Virtual Conference</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/07/webcast-next-week-using-xml-to-query-execution-plans/' rel='bookmark' title='Permanent Link: Webcast Next Week &#8211; Using XML to Query Execution Plans'>Webcast Next Week &#8211; Using XML to Query Execution Plans</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jasonstrate.com/index.php/2010/07/webcast-today-performance-impacts-related-to-different-function-types/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What Would You Build? MSDN Subscription Giveaway</title>
		<link>http://www.jasonstrate.com/index.php/2010/07/what-would-you-build-msdn-subscription-giveaway/</link>
		<comments>http://www.jasonstrate.com/index.php/2010/07/what-would-you-build-msdn-subscription-giveaway/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 01:15:00 +0000</pubDate>
		<dc:creator>jstrate</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLServerSyndication]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.jasonstrate.com/index.php/2010/07/what-would-you-build-msdn-subscription-giveaway/</guid>
		<description><![CDATA[Along with a number of my MVP peers, I received three (3) MSDN Ultimate subscriptions.&#160; These were sent to us with the intention of finding someone that hasn’t had the opportunity to use Visual Studio 2010 and provide them with the opportunity to get in and play with it.&#160; 
MSDN Ultimate Subscription
If you aren’t familiar [...]


Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2009/05/i-didnt-receive-my-subscription/' rel='bookmark' title='Permanent Link: I Didn&rsquo;t Receive My Subscription'>I Didn&rsquo;t Receive My Subscription</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/03/free-brains-i-mean-beta-exams/' rel='bookmark' title='Permanent Link: Free Brains&hellip;  I Mean Beta Exams'>Free Brains&hellip;  I Mean Beta Exams</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/04/discover-ssd-or-passmn-april-meeting-42010/' rel='bookmark' title='Permanent Link: Discover SSD&hellip; or PASSMN April Meeting (4/20/10)'>Discover SSD&hellip; or PASSMN April Meeting (4/20/10)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F07%2Fwhat-would-you-build-msdn-subscription-giveaway%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F07%2Fwhat-would-you-build-msdn-subscription-giveaway%2F" height="61" width="51" /></a></div><p><a href="http://www.microsoft.com/visualstudio/en-us/products/2010-editions/ultimate"><img style="display: inline; margin-left: 0px; margin-right: 0px" align="right" src="http://www.microsoft.com/visualstudio/_base_v1/images/boxshots/hero_single_ultimate_boxshot.png" width="215" height="143" /></a>Along with a number of my MVP peers, I received three (3) <a href="http://www.microsoft.com/visualstudio/en-us/products/2010-editions/ultimate">MSDN Ultimate</a> subscriptions.&#160; These were sent to us with the intention of finding someone that hasn’t had the opportunity to use Visual Studio 2010 and provide them with the opportunity to get in and play with it.&#160; </p>
<h2>MSDN Ultimate Subscription</h2>
<p>If you aren’t familiar with the MSDN Ultimate Subscription, it’s the ultimate subscription that you can get from MSDN.&#160; <strike>Yeah, I went there</strike>.&#160; For real though, it is full access to the MSDN library that includes Visual Studio, Windows 7, etc.&#160; This subscription licenses all of that software for you to use to build and develop applications.&#160; If you’ve looked at MSDN Subscriptions before then you probably know that they run for around $12,000.</p>
<p>Now I need to figure out how to get rid of my three subscriptions.&#160; Some MVPs have already determined how they are going to give theirs away.&#160; Take a look at how some others are giving away their MSDN subscriptions like <a href="http://sqlblog.com/blogs/arnie_rowland/archive/2010/07/02/there-will-be-no-free-lunch-just-great-feelings-of-accomplishment.aspx">Arnie Rowland</a> (<a href="http://sqlblog.com/blogs/arnie_rowland/default.aspx">blog</a> | <a href="http://twitter.com/ArnieRowland">twitter</a>), <a href="http://cybersql.blogspot.com/2010/07/msdn-ultimate-subscription-contest.html">Ken Simmons</a> (<a href="http://cybersql.blogspot.com/">blog</a> | <a href="http://twitter.com/kensimmons">twitter</a>), <a href="http://blogs.lessthandot.com/index.php/Architect/HardwareInfrastructureDesign/msdn-ultimate-subscription-giveaway">Denis Gobo</a> (<a href="http://lessthandot.com/">blog</a> | <a href="http://twitter.com/denisgobo">twitter</a>), and <a href="http://facility9.com/2010/07/03/msdn-2010-contest">Jeremiah Peschka</a> (<a href="http://facility9.com/">blog</a> | <a href="http://twitter.com/peschkaj">twitter</a>).</p>
<h2>CodePlex</h2>
<p>I’m a big fan of <a href="http://www.codeplex.com/">CodePlex</a>.&#160; This is a place where open source projects can be placed for others to use.&#160;&#160; There are also a ton of cool tools out there that you can use to make life simpler, for instance:</p>
<ul>
<li><a href="http://sqlpsx.codeplex.com/">SQL Server PowerShell Extensions</a><a href="http://indexanalysis.codeplex.com/"></a> <a href="http://pal.codeplex.com/"></a></li>
<li><a href="http://pal.codeplex.com/">Performance Analysis of Logs (PAL) Tool</a> <a href="http://epmframework.codeplex.com/"></a></li>
<li><a href="http://epmframework.codeplex.com/">Enterprise Policy Management Framework</a> <a href="http://bidshelper.codeplex.com/"></a></li>
<li><a href="http://bidshelper.codeplex.com/">BIDS Helper</a> <a href="http://ssmsaddins.codeplex.com/"></a></li>
<li><a href="http://ssmsaddins.codeplex.com/">SSMS Addins</a> </li>
<li><a href="http://ssmsaddins.codeplex.com/"></a><a href="http://sqldmvstats.codeplex.com/">SQL DMVStats</a> </a><a href="http://sqldmvstats.codeplex.com/"></a><a href="http://internalsviewer.codeplex.com/"></a></li>
<li><a href="http://internalsviewer.codeplex.com/">Internals Viewer for SQL Server</a> <a href="http://filesystemhelper.codeplex.com/"></a></li>
<li><a href="http://filesystemhelper.codeplex.com/">FileSystemHelper SQL Server CLR</a> <a href="http://indexanalysis.codeplex.com/"></a></li>
<li><a href="http://indexanalysis.codeplex.com/">Index Analysis</a> </a></li>
</ul>
<p> </a>
<p>Admittedly the last two project are my own.&#160; But the rest are some cool projects that you should already be checking out.</p>
<h2>The Contest</h2>
<p>What does this have to do with CodePlex?&#160; Well, that is the focus of the first of three methods to give the MSDN Subscriptions away.</p>
<p>So for the first of the three MSDN Ultimate Subscriptions, leave a comment on this blog with the description of the a project you are interested in building and placing on CodePlex for the community to share.&#160; You will have between now and July 31st that to leave the comment.&#160; I’ll choose the winner randomly between the comments.&#160; Of course, you can only be in the drawing once.</p>
<p>The suggestions do not have to deal with SQL Server specifically, but I am sure most that read this probably use that fairly regularly.&#160; Leave any other questions in the comments below.&#160; </p>
<h2>Aren’t There Three</h2>
<p>Yes, there are.&#160; Part of the purpose of receiving these subscriptions is to get them to people that haven’t had a chance to experience Visual Studio 2010.&#160; When I get creative on another method to give away the other two, I’ll do a post for those.&#160; Of course, if you have suggestions there is a comment section on this post.</p>


<p>Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2009/05/i-didnt-receive-my-subscription/' rel='bookmark' title='Permanent Link: I Didn&rsquo;t Receive My Subscription'>I Didn&rsquo;t Receive My Subscription</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/03/free-brains-i-mean-beta-exams/' rel='bookmark' title='Permanent Link: Free Brains&hellip;  I Mean Beta Exams'>Free Brains&hellip;  I Mean Beta Exams</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/04/discover-ssd-or-passmn-april-meeting-42010/' rel='bookmark' title='Permanent Link: Discover SSD&hellip; or PASSMN April Meeting (4/20/10)'>Discover SSD&hellip; or PASSMN April Meeting (4/20/10)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jasonstrate.com/index.php/2010/07/what-would-you-build-msdn-subscription-giveaway/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>MVP Status Renewed</title>
		<link>http://www.jasonstrate.com/index.php/2010/07/mvp-status-renewed/</link>
		<comments>http://www.jasonstrate.com/index.php/2010/07/mvp-status-renewed/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:10:00 +0000</pubDate>
		<dc:creator>jstrate</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLServerSyndication]]></category>
		<category><![CDATA[Micrsoft]]></category>
		<category><![CDATA[MVP]]></category>

		<guid isPermaLink="false">http://www.jasonstrate.com/index.php/2010/07/mvp-status-renewed/</guid>
		<description><![CDATA[ In anticipation of today, earlier this week I had declared today Pancake Day and started the day making pancakes.&#160; It was a great way to blow through the first hour without wearing out the F5 key on my laptop.
Now the waiting is over and I am happy to say my SQL Server MVP status [...]


Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/06/sql-server-best-practice-whitepapers/' rel='bookmark' title='Permanent Link: SQL Server Best Practice Whitepapers'>SQL Server Best Practice Whitepapers</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/07/what-would-you-build-msdn-subscription-giveaway/' rel='bookmark' title='Permanent Link: What Would You Build? MSDN Subscription Giveaway'>What Would You Build? MSDN Subscription Giveaway</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2009/11/hi-eric-stratton-rush-chairman/' rel='bookmark' title='Permanent Link: Hi, Eric Stratton, Rush chairman&hellip;'>Hi, Eric Stratton, Rush chairman&hellip;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F07%2Fmvp-status-renewed%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F07%2Fmvp-status-renewed%2F" height="61" width="51" /></a></div><p><a href="http://www.jasonstrate.com/wp-content/uploads/2010/07/2010070109.03.12.jpg"><img style="border-right-width: 0px; margin: 10px 0px 0px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010-07-01 09.03.12" border="0" alt="2010-07-01 09.03.12" align="right" src="http://www.jasonstrate.com/wp-content/uploads/2010/07/2010070109.03.12_thumb.jpg" width="170" height="225" /></a> In anticipation of today, earlier this week I had declared today Pancake Day and started the day making pancakes.&#160; It was a great way to blow through the first hour without wearing out the F5 key on my laptop.</p>
<p>Now the waiting is over and I am happy to say my SQL Server MVP status was renewed for 2010.&#160; Awesome.</p>
<p>I’d like to thank everyone who has asked me questions, answered my questions and allowed me to present in the past year.&#160; All of this and many other things helped contribute to this renewal.&#160; </p>
<p>If you aren’t familiar with the <a href="https://mvp.support.microsoft.com/gp/mvpexecsum">Microsoft’s MVP program</a>, it is designed by Microsoft to recognize individuals active in the SQL Server community.&#160; These people have made contributions that help build and support the SQL Server community.&#160; </p>
<p>A lot of well deserved people also had SQL Server MVP status awarded or renewed today.&#160; Take a chance if you can and congratulate the following:</p>
<ul>
<li>Geoff Hiten (<a href="http://weblogs.sqlteam.com/geoffh/">blog</a> | <a href="http://www.twitter.com/SQLCraftsman">twitter</a>) </li>
<li>Laerte Junior (<a href="http://laertejuniordba.spaces.live.com/">blog</a> | <a href="http://twitter.com/LaerteSQLDBA">twitter</a>) </li>
<li>Mladen Prajdic (<a href="http://weblogs.sqlteam.com/mladenp/">blog</a> | <a href="http://twitter.com/MladenPrajdic">twitter</a>) </li>
<li>Denis Gobo (<a href="http://denisgobo.blogspot.com/">blog</a> | <a href="http://twitter.com/DenisGobo">twitter</a>) </li>
<li>Patrick LeBlanc (<a href="http://sqldownsouth.blogspot.com/">blog</a> | <a href="http://twitter.com/patrickdba">twitter</a>) </li>
<li>Ted Krueger (<a href="http://blogs.lessthandot.com/index.php/All/?disp=authdir&amp;author=68">blog</a> | <a href="http://twitter.com/onpnt">twitter</a>) </li>
<li>Arnie Rowland (<a href="http://sqlblog.com/blogs/arnie_rowland/">blog</a> | <a href="http://www.twitter.com/ArnieRowland">twitter</a>) </li>
<li>Robert C. Cain (<a href="http://arcanecode.com/">blog</a> | <a href="http://twitter.com/arcanecode">twitter</a>) </li>
<li>Gail Shaw (<a href="http://sqlinthewild.co.za/">blog</a> | <a href="http://twitter.com/SQLintheWild">twitter</a>) </li>
<li>Glenn Berry (<a href="http://glennberrysqlperformance.spaces.live.com/">blog</a> | <a href="http://twitter.com/GlennAlanBerry">twitter</a>) </li>
<li>Allen White (<a href="http://sqlblog.com/blogs/allen_white/default.aspx">blog</a> | <a href="http://twitter.com/SQLRunr">twitter</a>) </li>
<li>Dan English (<a href="http://denglishbi.spaces.live.com/">blog</a> | <a href="http://twitter.com/denglishbi">twitter</a>) </li>
<li>Madhivanan (<a href="http://beyondrelational.com/blogs/madhivanan/default.aspx">blog</a>) </li>
<li>Chuck Heinzelman (<a href="http://devplanet.com/blogs/memydatabaseandi/">blog</a> | <a href="http://twitter.com/SQLBoyWonder">twitter</a>) </li>
<li>Matija Lah (<a href="http://milambda.blogspot.com/">blog</a>) </li>
<li>Michael Coles (<a href="http://sqlblog.com/blogs/michael_coles/default.aspx">blog</a> | <a href="http://twitter.com/Sergeant_SQL">twitter</a>) </li>
</ul>
<p>If I missed anyone, let me know and I’ll add them to the list.&#160; Great group of folks.</p>
<p><strong>Update 1:35 PM      <br /></strong>Dropped a name I mistakenly added due to over excited clicking in Tweetdeck.&#160; Added three more names that I missed earlier.</p>
<p><strong>Update 1:55 PM</strong>     <br />Added four more that I found out about after the last update.&#160; </p>
<p><strong>Update July 2, 2010</strong>    <br />Fixed a few more names of MVPs.</p>
<p>MVCRE2BNZVF8</p>


<p>Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/06/sql-server-best-practice-whitepapers/' rel='bookmark' title='Permanent Link: SQL Server Best Practice Whitepapers'>SQL Server Best Practice Whitepapers</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/07/what-would-you-build-msdn-subscription-giveaway/' rel='bookmark' title='Permanent Link: What Would You Build? MSDN Subscription Giveaway'>What Would You Build? MSDN Subscription Giveaway</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2009/11/hi-eric-stratton-rush-chairman/' rel='bookmark' title='Permanent Link: Hi, Eric Stratton, Rush chairman&hellip;'>Hi, Eric Stratton, Rush chairman&hellip;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jasonstrate.com/index.php/2010/07/mvp-status-renewed/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>July PASSMN Meeting Announced</title>
		<link>http://www.jasonstrate.com/index.php/2010/06/july-passmn-meeting-announced/</link>
		<comments>http://www.jasonstrate.com/index.php/2010/06/july-passmn-meeting-announced/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 17:00:00 +0000</pubDate>
		<dc:creator>jstrate</dc:creator>
				<category><![CDATA[PASSMN]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLServerSyndication]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://www.jasonstrate.com/index.php/2010/06/july-passmn-meeting-announced/</guid>
		<description><![CDATA[Sometimes when we are putting together the user group meetings things change.&#160; Opportunities arise and we get a chance to take a cool meeting and turn it into a great meeting.&#160; That happened with this months meeting and it’s going to be great.
A couple things are different for this month… time and topic.&#160; This month [...]


Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-next-week/' rel='bookmark' title='Permanent Link: PASSMN July Meeting Next Week'>PASSMN July Meeting Next Week</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-today/' rel='bookmark' title='Permanent Link: PASSMN July Meeting Today'>PASSMN July Meeting Today</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2009/07/july-passmn-meeting-next-week-july-14/' rel='bookmark' title='Permanent Link: July PASSMN Meeting Next Week (July 14)'>July PASSMN Meeting Next Week (July 14)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F06%2Fjuly-passmn-meeting-announced%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F06%2Fjuly-passmn-meeting-announced%2F" height="61" width="51" /></a></div><p><a title="Lego Deadlock" href="http://www.flickr.com/photos/in-duce/2232109985/"><img style="margin: 0px 0px 5px 5px; display: inline" border="0" alt="Lego Deadlock" align="right" src="http://farm3.static.flickr.com/2102/2232109985_44161783c0.jpg" width="199" height="132" /></a>Sometimes when we are putting together the user group meetings things change.&#160; Opportunities arise and we get a chance to take a cool meeting and turn it into a great meeting.&#160; That happened with this months meeting and it’s going to be great.</p>
<p>A couple things are different for this month… time and topic.&#160; This month instead of meeting at 3:00 PM we are meeting at 5:00 PM.&#160; And the reason for the change is that we have Itzik Ben-Gan (<a href="http://blogs.solidq.com/ibengan/Home.aspx">blog</a>) stopping by for a presentation.</p>
<h2>The Presentation</h2>
<p>This month he’ll be teaching a course at <a href="http://www.benchmarklearning.com/Courses/CrsDetail.aspx?C=SQMTASQLPrg08">Benchmark Learning</a>.&#160; His course is <a href="http://www.solidq.com/squ/courses/Pages/Advanced%20T-SQL%20Querying,%20Programming%20and%20Tuning%20for%20SQL%20Server%202005%20and%202008.aspx">Advanced T-SQL Querying, Programming and Tuning for SQL Server 2005 &amp; 2008</a>.&#160; If you want more than what you suspect will be at the meeting, then this class is for you.</p>
<p>What can you suspect will be at the meeting this month?&#160; Well, how about this?</p>
<blockquote><p><b>Query Tuning Tips</b></p>
<p>Given a SQL Server querying problem there&#8217;s much that you can do to enable a good performing solution. Tuning involves arranging an optimal physical environment, e.g., by creating supporting indexes, as well as writing the query in a way that it would get an optimal execution plan. Many factors can affect the efficiency of the solution including the availability of indexes, data distribution and density, and others. In different scenarios, a different solution could be the most efficient for the same querying problem. Query tuning could be considered an art. This session will provide various tips to do efficient query tuning and demonstrate those through specific tuning examples.</p>
</blockquote>
<p>Pretty cool stuff, eh?</p>
<h2>And the Rest of the Details…</h2>
<p>This month’s meeting sponsor is <a href="http://www.digineer.com/">Digineer</a>.&#160; They’ll be providing the food and beverages.&#160; Digineer happens to be my employer and if you’re local and looking for a company with talent and skill this is a good place to look. </p>
<blockquote><p><strong>Date: </strong>July 20, 2010     <br /><strong>Time: </strong>5:00 PM – 7:00 PM     <br /><strong>Location: </strong>8300 Norman Center Drive, 9th Floor, Bloomington, MN&#160; 55437     <br /><strong>Live Meeting</strong>
<ul>
<li><strong>URL: </strong><a href="https://www.livemeeting.com/cc/usergroups/join?id=7DGRT6&amp;role=attend&amp;pw=h*ZR%248%25%2Fd">https://www.livemeeting.com/cc/usergroups/join?id=7DGRT6&amp;role=attend&amp;pw=h*ZR%248%25%2Fd</a> </li>
<li><b>Meeting ID: </b>7DGRT6 </li>
<li><b>Entry Code: </b>h*ZR$8%/d </li>
</ul>
<p><a href="http://www.sqlpass.org/Events/ctl/ViewEvent/mid/521.aspx?ID=442">The all important RSVP link – please do RSVP so that we’ll have enough food for the event.</a></p>
</blockquote>


<p>Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-next-week/' rel='bookmark' title='Permanent Link: PASSMN July Meeting Next Week'>PASSMN July Meeting Next Week</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/07/passmn-july-meeting-today/' rel='bookmark' title='Permanent Link: PASSMN July Meeting Today'>PASSMN July Meeting Today</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2009/07/july-passmn-meeting-next-week-july-14/' rel='bookmark' title='Permanent Link: July PASSMN Meeting Next Week (July 14)'>July PASSMN Meeting Next Week (July 14)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jasonstrate.com/index.php/2010/06/july-passmn-meeting-announced/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Displaying Microsoft Project Task&#8217;s Notes in SSRS 2008</title>
		<link>http://www.jasonstrate.com/index.php/2010/06/displaying-microsoft-project-tasks-notes-in-ssrs-2008/</link>
		<comments>http://www.jasonstrate.com/index.php/2010/06/displaying-microsoft-project-tasks-notes-in-ssrs-2008/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 13:00:00 +0000</pubDate>
		<dc:creator>jstrate</dc:creator>
				<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>
		<category><![CDATA[SQLServerSyndication]]></category>
		<category><![CDATA[SSRS]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.jasonstrate.com/index.php/2010/06/displaying-microsoft-project-tasks-notes-in-ssrs-2008/</guid>
		<description><![CDATA[
I was asked to take a look at an issue the other day regarding displaying Microsoft Project Task’s Notes in SSRS 2008.  If you’ve worked with building reports for Microsoft Project Server, you have no doubt dealt with the RTF data that is stored in the Task’s Notes fields.
With SQL Server 2005 Reporting Services (SSRS) [...]


Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2007/09/microsoft-sql-server-2008-ctp-4/' rel='bookmark' title='Permanent Link: Microsoft SQL Server 2008 CTP 4'>Microsoft SQL Server 2008 CTP 4</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2006/08/using-custom-functions-in-ssrs/' rel='bookmark' title='Permanent Link: Using Custom Functions in SSRS'>Using Custom Functions in SSRS</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2008/11/heading-out-of-seattle-aka-microsoft-sql-server-2008-database-development-certification/' rel='bookmark' title='Permanent Link: Heading out of Seattle (aka Microsoft SQL Server 2008, Database Development Certification)'>Heading out of Seattle (aka Microsoft SQL Server 2008, Database Development Certification)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F06%2Fdisplaying-microsoft-project-tasks-notes-in-ssrs-2008%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F06%2Fdisplaying-microsoft-project-tasks-notes-in-ssrs-2008%2F" height="61" width="51" /></a></div><p><a title="The 8-Ball" href="http://www.flickr.com/photos/pasukaru76/3951093106/"><img style="margin: 0px 0px 5px 5px; display: inline;" src="http://farm3.static.flickr.com/2427/3951093106_8987b451de.jpg" border="0" alt="Lego Deadlock" width="199" height="132" align="right" /></a></p>
<p>I was asked to take a look at an issue the other day regarding displaying Microsoft Project Task’s Notes in SSRS 2008.  If you’ve worked with building reports for Microsoft Project Server, you have no doubt dealt with the RTF data that is stored in the Task’s Notes fields.</p>
<p>With SQL Server 2005 Reporting Services (SSRS) it was easy to display this information by following the steps outlined in <a href="http://blogs.msdn.com/members/chrisfie/">Christophe Fiessinger</a> post “<a href="http://blogs.msdn.com/b/chrisfie/archive/2008/06/04/how-to-display-microsoft-project-task-s-notes-field-in-a-report.aspx">How to display Microsoft Project Task’s Notes field in a report</a>”.</p>
<h2>But What About SSRS 2008</h2>
<p>With SSRS 2008, the Reporting Services engine was re-architected.  Some of this new architecture included an improvement in the underlying security.  The question is did these changes have an effect the method available in the blog previously linked.</p>
<p>Unfortunately, it does.  Instead of displaying notes from Project Server as desired, you end up with row after row of <strong>N/A</strong> – as seen below.</p>
<p><a href="http://www.jasonstrate.com/wp-content/uploads/2010/06/image1.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="image" src="http://www.jasonstrate.com/wp-content/uploads/2010/06/image_thumb1.png" border="0" alt="image" width="516" height="89" /></a> As a result, the code used for SSRS 2005 to display the RTF will not work with SSRS 2008.  Digging into the error message reveals that the reason that all of the tasks display as <strong>N/A </strong>is the following error message:</p>
<blockquote><p>System.Security.SecurityException: Request for the permission of type &#8216;System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#8242; failed.<br />
at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark&amp; stackMark, Boolean isPermSet)<br />
at System.Security.CodeAccessPermission.Demand()<br />
at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)<br />
at System.Windows.Forms.Control.CreateHandle()<br />
at System.Windows.Forms.Control.get_Handle()<br />
at System.Windows.Forms.Application.ParkHandle(CreateParams cp)<br />
at System.Windows.Forms.Control.CreateHandle()<br />
at System.Windows.Forms.TextBoxBase.CreateHandle()<br />
at System.Windows.Forms.RichTextBox.set_Rtf(String value)<br />
at ReportExprHostImpl.CustomCodeProxy.byteArrayToString(Byte[] b)<br />
The action that failed was:<br />
Demand<br />
The type of the first permission that failed was:<br />
System.Security.Permissions.UIPermission<br />
The Zone of the assembly that failed was:<br />
MyComputer</p></blockquote>
<p>No good.  The solution fails to function anymore because of the attempt to implement <strong>System.Windows.Forms.RichTextBox</strong> from within SSRS.  The new security restriction prevent this.</p>
<h2>Can It Be Implemented Differently?</h2>
<p>Investigating this more, I found an <a href="http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/0f70e01f-6315-400c-bc75-c7da5f324062">post on the Microsoft forums</a> that dealt with issue.  In that post, there was a reference to a <a href="http://stackoverflow.com/questions/188545/regular-expression-for-extracting-text-from-an-rtf-string">StackOverflow question</a> that also was looking for a solution to this issue.</p>
<p>Both posts point towards adding the following function to the report:</p>
<pre class="brush: csharp; ">
Public Function ConvertRtfToTextRegex(ByVal input As String) As String
        Dim returnValue As String = String.Empty
        returnValue = System.Text.RegularExpressions.Regex.Replace(input, &quot;\{\*?\\[^{}]+}|[{}]|\\\n?[A-Za-z]+\n?(?:-?\d+)?[ ]?&quot;, &quot;&quot;)
        Return returnValue
End Function
</pre>
<p>Instead of the code from the original Project Server post the code for the SSRS report should look like this:</p>
<pre class="brush: csharp; ">

&#039;Instantiate a stringbuilder object
Public s As New System.Text.StringBuilder() 

Public Function byteArrayToString(ByVal b() As Byte) As String
    Dim i As Integer
    dim mystr as string 

Try
    s.length = 0 

    For i = 0 To b.Length - 1
        If i &lt;&gt; b.Length - 1 Then
            s.Append(chr(b(i)))
        End If
    Next 

    mystr = left(s.ToString, len(s.ToString)-1) 

    return ConvertRtfToTextRegex(mystr)
Catch ex as exception
    return ex.tostring()
    s.length = 0 

End Try
End Function 

Public Function ConvertRtfToTextRegex(ByVal input As String) As String
        Dim returnValue As String = String.Empty
        returnValue = System.Text.RegularExpressions.Regex.Replace(input, &quot;\{\*?\\[^{}]+}|[{}]|\\\n?[A-Za-z]+\n?(?:-?\d+)?[ ]?&quot;, &quot;&quot;)
        Return returnValue
End Function
</pre>
<p>After adding the new code, the values that come back start looking as they would have with SSRS 2005.  Problem solved!</p>
<p><a href="http://www.jasonstrate.com/wp-content/uploads/2010/06/image2.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="image" src="http://www.jasonstrate.com/wp-content/uploads/2010/06/image_thumb2.png" border="0" alt="image" width="533" height="83" /></a></p>
<h2>Follow-Up</h2>
<p>While I’ve provided a solution to this issue, there is a little more to be garnered from this solution.  That is the power of the SQL Server community.  In solving this I didn’t have to have any inherent knowledge of UIPermissions and how they got hosed up because SSRS 2008 is more secure.  <span style="text-decoration: line-through;">This is a good thing by the way.</span> I also didn’t have to know how to write a goofy regular expression.  <span style="text-decoration: line-through;">Thank God!</span></p>
<p>All I had to do was to take what I knew and start to search for items that were similar and follow where the trail led me.  In this way the common knowledge of the community was shared previously and I am sharing it again myself.</p>
<p>It’s a good thing to share what you know.  Whether through answering questions on forums, writing blog posts, or participating in your local SQL Server user groups.  This helps raise the bar for everyone else and expands the knowledge of our community.</p>


<p>Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2007/09/microsoft-sql-server-2008-ctp-4/' rel='bookmark' title='Permanent Link: Microsoft SQL Server 2008 CTP 4'>Microsoft SQL Server 2008 CTP 4</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2006/08/using-custom-functions-in-ssrs/' rel='bookmark' title='Permanent Link: Using Custom Functions in SSRS'>Using Custom Functions in SSRS</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2008/11/heading-out-of-seattle-aka-microsoft-sql-server-2008-database-development-certification/' rel='bookmark' title='Permanent Link: Heading out of Seattle (aka Microsoft SQL Server 2008, Database Development Certification)'>Heading out of Seattle (aka Microsoft SQL Server 2008, Database Development Certification)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jasonstrate.com/index.php/2010/06/displaying-microsoft-project-tasks-notes-in-ssrs-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL Server Best Practice Whitepapers</title>
		<link>http://www.jasonstrate.com/index.php/2010/06/sql-server-best-practice-whitepapers/</link>
		<comments>http://www.jasonstrate.com/index.php/2010/06/sql-server-best-practice-whitepapers/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 21:00:00 +0000</pubDate>
		<dc:creator>jstrate</dc:creator>
				<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>
		<category><![CDATA[SQLServerSyndication]]></category>
		<category><![CDATA[White Paper]]></category>

		<guid isPermaLink="false">http://www.jasonstrate.com/index.php/2010/06/sql-server-best-practice-whitepapers/</guid>
		<description><![CDATA[
If you talk to Sarah (twitter), she’ll tell you that I like lists.&#160; Lists are awesome – they are almost like non-structured data.&#160; They are hierarchies of information that I can work with.&#160; They are Data.
Microsoft must have known I liked lists because over the weekend I discovered (see below) their SQL Server Best Practice [...]


Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/06/do-you-patch-sql-server-regularily/' rel='bookmark' title='Permanent Link: Do You Patch SQL Server Regularily?'>Do You Patch SQL Server Regularily?</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/05/free-sql-server-training/' rel='bookmark' title='Permanent Link: Free SQL Server Training'>Free SQL Server Training</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2008/11/cumulative-update-package-2-for-sql-server-2008/' rel='bookmark' title='Permanent Link: Cumulative update package 2 for SQL Server 2008'>Cumulative update package 2 for SQL Server 2008</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F06%2Fsql-server-best-practice-whitepapers%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonstrate.com%2Findex.php%2F2010%2F06%2Fsql-server-best-practice-whitepapers%2F" height="61" width="51" /></a></div><p><a title="OMG" href="http://www.flickr.com/photos/eworm/3401596917/"><img style="margin: 0px 0px 5px 5px; display: inline" border="0" alt="OMG" align="right" src="http://farm4.static.flickr.com/3638/3401596917_d5848a729c.jpg" width="199" height="132" /></a></p>
<p>If you talk to Sarah (<a href="http://twitter.com/dancem0m">twitter</a>), she’ll tell you that I like lists.&#160; Lists are awesome – they are almost like non-structured data.&#160; They are hierarchies of information that I can work with.&#160; They are <a href="http://en.wikipedia.org/wiki/Data_(Star_Trek)">Data</a>.</p>
<p>Microsoft must have known I liked lists because over the weekend I discovered (<strike>see below</strike>) their <a href="http://technet.microsoft.com/en-us/sqlserver/bb671430.aspx">SQL Server Best Practice Whitepapers</a> list.</p>
<p>If you are looking to shore up your environment and skills, this is the place to start.&#160; Check it out – you’ll find some great stuff here.</p>
<p>UPDATE:</p>
<p>By <strong><em>discover</em></strong> above… I should have mentioned that I <a href="http://twitter.com/retracement/status/17110089517">saw it on a post</a> by Mark Broadbent (<a href="http://tenbulls.co.uk/">blog</a> | <a href="http://twitter.com/retracement">twitter</a>).&#160; Attribution is always a good thing and I feel bad that I missed that one.</p>


<p>Related posts:<ol><li><a href='http://www.jasonstrate.com/index.php/2010/06/do-you-patch-sql-server-regularily/' rel='bookmark' title='Permanent Link: Do You Patch SQL Server Regularily?'>Do You Patch SQL Server Regularily?</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2010/05/free-sql-server-training/' rel='bookmark' title='Permanent Link: Free SQL Server Training'>Free SQL Server Training</a></li>
<li><a href='http://www.jasonstrate.com/index.php/2008/11/cumulative-update-package-2-for-sql-server-2008/' rel='bookmark' title='Permanent Link: Cumulative update package 2 for SQL Server 2008'>Cumulative update package 2 for SQL Server 2008</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jasonstrate.com/index.php/2010/06/sql-server-best-practice-whitepapers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
