<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Journey to SQL Authority with Pinal Dave</title><link>http://blog.sqlauthority.com</link><description>Notes of a SQL Server MVP and Database Administrator</description><language>en</language><image><link>http://blog.sqlauthority.com</link><url>http://www.gravatar.com/blavatar/08e35387c05b61340e885b1763a69d9f?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</url><title>Journey to SQL Authority with Pinal Dave</title></image><lastBuildDate>Wed, 11 Nov 2009 17:30:14 PST</lastBuildDate><generator>http://wordpress.com/</generator><sy:updatePeriod xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">hourly</sy:updatePeriod><sy:updateFrequency xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">1</sy:updateFrequency><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/SQLAuthority" type="application/rss+xml" /><feedburner:emailServiceId>SQLAuthority</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FSQLAuthority" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FSQLAuthority" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FSQLAuthority" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/SQLAuthority" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FSQLAuthority" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FSQLAuthority" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FSQLAuthority" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:browserFriendly>Journey to SQL Authority with Pinal Dave http://www.SQLAuthority.com</feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item><title>SQL SERVER – Disable CHECK Constraint – Enable CHECK Constraint</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/HzMCN9yhM18/</link><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Constraint and Keys</category><category>SQL Index</category><category>SQL Query</category><category>SQL Scripts</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>T SQL</category><category>Technology</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Wed, 11 Nov 2009 17:30:14 PST</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7198</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">Foreign Key and Check Constraints are two types of constraints that can be disabled or enabled when required. This type of operation is needed when bulk loading operations are required or when there is no need to validate the constraint. The T-SQL Script that does the same is very simple.</p>
<p style="text-align:justify;"><code style="font-size:12px;"><span style="color:blue;">USE </span><span style="color:black;">AdventureWorks<br />
GO<br />
</span><span style="color:green;">-- Disable the constraint<br />
</span><span style="color:blue;">ALTER TABLE </span><span style="color:black;">HumanResources.Employee<br />
</span><span style="color:blue;">NOCHECK CONSTRAINT </span><span style="color:black;">CK_Employee_BirthDate<br />
GO<br />
</span><span style="color:green;">-- Enable the constraint<br />
</span><span style="color:blue;">ALTER TABLE </span><span style="color:black;">HumanResources.Employee<br />
</span><span style="color:blue;">WITH CHECK CHECK CONSTRAINT </span><span style="color:black;">CK_Employee_BirthDate<br />
GO</span></code></p>
<p style="text-align:justify;">It is very interesting that when the constraint is enabled, the world CHECK is used twice – WITH CHECK CHECK CONSTRAINT. I often ask those to find the mistake in this script when they claim to know the syntax very well.</p>
<p style="text-align:justify;">Have you ever disabled and enabled constraints in your production environment? I would like to know why you did so.</p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (<a href="http://blog.sqlauthority.com/">http://blog.sqlauthority.com</a>)</strong></p>
Posted in Pinal Dave, SQL, SQL Authority, SQL Constraint and Keys, SQL Index, SQL Query, SQL Scripts, SQL Server, SQL Tips and Tricks, T SQL, Technology  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7198&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/gPco_xKvLnlAzIhscq852j1l0ks/0/da"><img src="http://feedads.g.doubleclick.net/~a/gPco_xKvLnlAzIhscq852j1l0ks/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gPco_xKvLnlAzIhscq852j1l0ks/1/da"><img src="http://feedads.g.doubleclick.net/~a/gPco_xKvLnlAzIhscq852j1l0ks/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=HzMCN9yhM18:V3k0fSxYBm8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=HzMCN9yhM18:V3k0fSxYBm8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=HzMCN9yhM18:V3k0fSxYBm8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=HzMCN9yhM18:V3k0fSxYBm8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=HzMCN9yhM18:V3k0fSxYBm8:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/HzMCN9yhM18" height="1" width="1"/>]]></content:encoded><description>Foreign Key and Check Constraints are two types of constraints that can be disabled or enabled when required. This type of operation is needed when bulk loading operations are required or when there is no need to validate the constraint. The T-SQL Script that does the same is very simple.
USE AdventureWorks
GO
-- Disable the constraint
ALTER TABLE HumanResources.Employee
NOCHECK CONSTRAINT CK_Employee_BirthDate
GO
-- Enable the constraint
ALTER TABLE HumanResources.Employee
WITH CHECK CHECK CONSTRAINT CK_Employee_BirthDate
GO
It [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7198&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/11/12/sql-server-disable-check-constraint-enable-check-constraint/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">2</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/11/12/sql-server-disable-check-constraint-enable-check-constraint/</feedburner:origLink></item><item><title>SQL SERVER – Sharepoint Resource Available for SQL Server</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/tN2qHMozMh4/</link><category>SQL</category><category>SQL Authority</category><category>SQL Documentation</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>SQL White Papers</category><category>SQLAuthority News</category><category>T SQL</category><category>Technology</category><category>SharePoint</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Tue, 10 Nov 2009 17:30:09 PST</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7253</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">Here is quick list of the tools which are available for SQL Server and Sharepoint. These are recently updated resources from Microsoft.</p>
<p style="text-align:justify;"><a title="External Collaboration Toolkit for SharePoint" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=d9af2c25-989c-45c4-8008-1f15722190ed">External Collaboration Toolkit for SharePoint</a><br />
This solution allows users to create collaboration environments that use the familiar SharePoito deploy a SharePoint-based environment for collaboration with people outside your firewall. The accelerator allows users to create collaboration environments that use the familiar SharePoint interface. Because the solution is easy to use, end users are more likely to use it rather than revert to e-mail.</p>
<p style="text-align:justify;"><a title="SQL Server Reporting Services Add-in for SharePoint Technologies" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=648766ac-2a35-4238-a3f4-c26d7077f2a9">SQL Server Reporting Services Add-in for SharePoint Technologies</a><br />
The Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies is a Web download that provides features for running a report server within a larger deployment of Windows SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007.</p>
<p style="text-align:justify;"><a title="Microsoft SQL Server 2008 Reporting Services August 2009 CTP Add-In For Microsoft Sharepoint Technologies" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=f5b64160-5b2b-4da3-a96c-fff95b84c89e">Microsoft SQL Server 2008 Reporting Services August 2009 CTP Add-In For Microsoft Sharepoint Technologies</a><br />
The Microsoft® SQL Server® 2008 Reporting Services August CTP Add-in for Microsoft SharePoint® Products allows you to take advantage of new SQL Server 2008 R2 Reporting Services report processing and management capabilities in SharePoint integrated mode.</p>
<p style="text-align:justify;"><a title="High Availability of SharePoint Server Using Virtualized Environments and Database Mirroring" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=f68022ce-36c9-4229-a816-066c029989da">High Availability of SharePoint Server Using Virtualized Environments and Database Mirroring</a><br />
This paper highlights the lessons learned from a proof of concept configuration of Microsoft Office SharePoint Server 2007 across two data centers that included database mirroring.</p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.sqlauthority.com</strong></a><strong>)</strong></p>
Posted in SQL, SQL Authority, SQL Documentation, SQL Query, SQL Server, SQL Tips and Tricks, SQL White Papers, SQLAuthority News, T SQL, Technology Tagged: SharePoint <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7253/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7253&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/M-Rj65umfoCraZxGJ6xe1H2QLC0/0/da"><img src="http://feedads.g.doubleclick.net/~a/M-Rj65umfoCraZxGJ6xe1H2QLC0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/M-Rj65umfoCraZxGJ6xe1H2QLC0/1/da"><img src="http://feedads.g.doubleclick.net/~a/M-Rj65umfoCraZxGJ6xe1H2QLC0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=tN2qHMozMh4:1RgjhOoCNrU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=tN2qHMozMh4:1RgjhOoCNrU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=tN2qHMozMh4:1RgjhOoCNrU:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=tN2qHMozMh4:1RgjhOoCNrU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=tN2qHMozMh4:1RgjhOoCNrU:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/tN2qHMozMh4" height="1" width="1"/>]]></content:encoded><description>Here is quick list of the tools which are available for SQL Server and Sharepoint. These are recently updated resources from Microsoft.
External Collaboration Toolkit for SharePoint
This solution allows users to create collaboration environments that use the familiar SharePoito deploy a SharePoint-based environment for collaboration with people outside your firewall. The accelerator allows users to create [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7253&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/11/11/sql-server-sharepoint-resource-available-for-sql-server/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">1</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/11/11/sql-server-sharepoint-resource-available-for-sql-server/</feedburner:origLink></item><item><title>SQL Authority News – Training MS SQL Server 2005/2008 Query Optimization And Performance Tuning</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/oQnLDIzGc1M/</link><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Index</category><category>SQL Optimization</category><category>SQL Performance</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>SQL Training</category><category>SQLAuthority News</category><category>T SQL</category><category>Technology</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Mon, 09 Nov 2009 17:30:30 PST</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7357</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">This is very short note announcing details about my course details for &#8216;<strong>MS SQL Server 2005/2008 Query Optimization And Performance Tuning</strong>&#8216;.</p>
<p style="text-align:justify;">The course is scheduled to be delivered from <strong><em>19th Nov, 2009 and 21st Nov, 2009</em></strong> in <em><strong>Pune, India</strong></em>.</p>
<p style="text-align:justify;">This three day course is an intensive course designed to give attendees an in-depth look at the query optimization and performance tuning concepts and methods found in SQL Server 2005/2008. This course is designed to prepare the SQL Server developers and administrators for a transition to SQL Server 2005/2008 while discussing best practices for a variety of topics.</p>
<p style="text-align:justify;"><strong>Day 1 : Strengthen the basics along with SQL Server 2005/2008 New Features</strong></p>
<p style="padding-left:30px;text-align:justify;">Module 01: Subqueries, Ranking Functions, Joins and Set Operations<br />
Module 02: Table Expressions<br />
Module 03: TOP and APPLY<br />
Module 04: SQL Server 2008 Enhancements</p>
<p style="text-align:justify;"><strong>Day 2: Query Optimization &amp; Performance Tuning 1</strong></p>
<p style="padding-left:30px;text-align:justify;">Module 05: Logical Query Processing<br />
Module 06: Query Tuning<br />
Module 07:  Introduction to the Query Processor<br />
Module 08:  Review of common query coding which causes poor performance</p>
<p style="text-align:justify;"><strong>Day 3: Query Optimization &amp; Performance Tuning 2</strong></p>
<p style="padding-left:30px;text-align:justify;">Module 09:  SQL Server Indexing and index maintenance<br />
Module 10:  Plan Guides, query hints, UDFs, and Computed Columns<br />
Module 11:  Understanding SQL Server Execution Plans<br />
Module 12: Real World Index and Optimization Tips</p>
<p style="text-align:justify;">The space are limited and I encourage you to register as soon as possible.</p>
<p style="text-align:justify;"><strong>Call to register</strong> &#8211; +91 98817 95739, +91 98508 43664, +91 99229 33319</p>
<p style="text-align:justify;"><strong>Email to register</strong> &#8211; workshop &#8220;at&#8221; seedinfotech.com</p>
<p style="text-align:justify;">If due to any reason, you can not attend this course, please call or email on details above for future schedule for the course and location.</p>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.pinaldave.com/bimg/MSQOPT.jpg"><img title="Click to Enlarge" src="http://www.pinaldave.com/bimg/MSQOPT.jpg" alt="" width="500" height="955" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
Posted in Pinal Dave, SQL, SQL Authority, SQL Index, SQL Optimization, SQL Performance, SQL Query, SQL Server, SQL Tips and Tricks, SQL Training, SQLAuthority News, T SQL, Technology  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7357/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7357&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/xrsAZjT_gpEkl1yUVN8-V99_ClE/0/da"><img src="http://feedads.g.doubleclick.net/~a/xrsAZjT_gpEkl1yUVN8-V99_ClE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/xrsAZjT_gpEkl1yUVN8-V99_ClE/1/da"><img src="http://feedads.g.doubleclick.net/~a/xrsAZjT_gpEkl1yUVN8-V99_ClE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=oQnLDIzGc1M:ooVUUr44c0E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=oQnLDIzGc1M:ooVUUr44c0E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=oQnLDIzGc1M:ooVUUr44c0E:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=oQnLDIzGc1M:ooVUUr44c0E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=oQnLDIzGc1M:ooVUUr44c0E:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/oQnLDIzGc1M" height="1" width="1"/>]]></content:encoded><description>This is very short note announcing details about my course details for &amp;#8216;MS SQL Server 2005/2008 Query Optimization And Performance Tuning&amp;#8216;.
The course is scheduled to be delivered from 19th Nov, 2009 and 21st Nov, 2009 in Pune, India.
This three day course is an intensive course designed to give attendees an in-depth look at the query [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7357&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/11/10/sql-authority-news-training-ms-sql-server-20052008-query-optimization-and-performance-tuning/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">12</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/MSQOPT.jpg" medium="image">
			<media:title type="html">Click to Enlarge</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/11/10/sql-authority-news-training-ms-sql-server-20052008-query-optimization-and-performance-tuning/</feedburner:origLink></item><item><title>SQL SERVER – Removing Key Lookup – Seek Predicate – Predicate – An Interesting Observation Related to Datatypes</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/hYfXhMiNVEU/</link><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Index</category><category>SQL Optimization</category><category>SQL Performance</category><category>SQL Query</category><category>SQL Scripts</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>T SQL</category><category>Technology</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Sun, 08 Nov 2009 17:30:12 PST</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7088</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">Recently, I have been working on Query Optimization project. While working on it, I found the following interesting observation. This entire concept may appear very simple, but if you are working in the area of query optimization and server tuning, you will find such useful hints.</p>
<p style="text-align:justify;">Before we start, let us understand the difference between Seek Predicate and Predicate. Seek Predicate is the operation that describes the b-tree portion of the Seek. Predicate is the operation that describes the additional filter using non-key columns. Based on the description, it is very clear that Seek Predicate is better than Predicate as it searches indexes whereas in Predicate, the search is on non-key columns – which implies that the search is on the data in page files itself.</p>
<p style="text-align:justify;">Earlier, I had posted regarding how to remove key lookup and bookmark lookup in the following:</p>
<p style="text-align:justify;"><a href="http://blog.sqlauthority.com/2009/10/07/sql-server-query-optimization-remove-bookmark-lookup-remove-rid-lookup-remove-key-lookup/" target="_blank">SQL SERVER – Query Optimization – Remove Bookmark Lookup – Remove RID Lookup – Remove Key Lookup</a></p>
<p style="text-align:justify;"><a href="http://blog.sqlauthority.com/2009/10/08/sql-server-query-optimization-remove-bookmark-lookup-remove-rid-lookup-remove-key-lookup-part-2/" target="_blank">SQL SERVER – Query Optimization – Remove Bookmark Lookup – Remove RID Lookup – Remove Key Lookup – Part 2</a></p>
<p style="text-align:justify;"><a href="http://blog.sqlauthority.com/2009/10/12/sql-server-query-optimization-remove-bookmark-lookup-remove-rid-lookup-remove-key-lookup-part-3" target="_blank">SQL SERVER &#8211; Query Optimization &#8211; Remove Bookmark Lookup &#8211; Remove RID Lookup – Remove Key Lookup &#8211; Part 3</a></p>
<p style="text-align:justify;">Let us see an example where we will remove the bookmark lookup first using the covering index. On removing the bookmark lookup, it resulted in Index Scan, which is not good for performance. When Index Scan is converted to Index Seek, it provides  a significant improvement in performance.</p>
<p style="text-align:justify;">Run following SELECT, which is based on the database AdventureWorks.</p>
<p style="text-align:justify;"><code style="font-size:12px;"><span style="color:blue;">USE </span><span style="color:black;">AdventureWorks<br />
GO<br />
</span><span style="color:green;">-- CTRL + M Enforces Key Lookup<br />
-- Try 1<br />
</span><span style="color:blue;">SELECT </span><span style="color:black;">NationalIDNumber</span><span style="color:gray;">, </span><span style="color:black;">HireDate</span><span style="color:gray;">, </span><span style="color:black;">MaritalStatus<br />
</span><span style="color:blue;">FROM </span><span style="color:black;">HumanResources.Employee<br />
</span><span style="color:blue;">WHERE </span><span style="color:black;">NationalIDNumber </span><span style="color:blue;">= </span><span style="color:black;">14417807<br />
GO</span></code></p>
<p style="text-align:justify;">Let us check the execution plan for the same. The execution plan consists of the key lookup because there are columns that we are trying to retrieve in SELECT as well in WHERE clause.</p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/klseek1.jpg" alt="" width="500" height="217" /></p>
<p style="text-align:justify;">Let us create a covering index on this table HumanResources.Employee.</p>
<p style="text-align:justify;"><code style="font-size:12px;"><span style="color:green;">-- Create Non clustered Index<br />
</span><span style="color:blue;">CREATE NONCLUSTERED INDEX </span><span style="color:black;">[IX_HumanResources_Employee_Example] </span><span style="color:blue;">ON </span><span style="color:black;">HumanResources.Employee<br />
</span><span style="color:gray;">(<br />
</span><span style="color:black;">NationalIDNumber </span><span style="color:blue;">ASC</span><span style="color:gray;">, </span><span style="color:black;">HireDate</span><span style="color:gray;">, </span><span style="color:black;">MaritalStatus<br />
</span><span style="color:gray;">) </span><span style="color:blue;">ON </span><span style="color:black;">[PRIMARY]<br />
GO</span></code></p>
<p style="text-align:justify;">After creating above index, let us run the same SELECT statement again.</p>
<p style="text-align:justify;"><code style="font-size:12px;"><span style="color:green;">-- CTRL + M Removes Key Lookup, but it still enforces Index Scan<br />
-- Try 2<br />
</span><span style="color:blue;">SELECT </span><span style="color:black;">NationalIDNumber</span><span style="color:gray;">, </span><span style="color:black;">HireDate</span><span style="color:gray;">, </span><span style="color:black;">MaritalStatus<br />
</span><span style="color:blue;">FROM </span><span style="color:black;">HumanResources.Employee<br />
</span><span style="color:blue;">WHERE </span><span style="color:black;">NationalIDNumber </span><span style="color:blue;">= </span><span style="color:black;">14417807<br />
GO</span></code></p>
<p style="text-align:justify;">Due to non-clustered index, Key Lookup is removed along with Nested Loops but <em>Index Scan</em> still remains, and this is not good for performance.<span style="color:black;"> </span></p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/klseek2.jpg" alt="" width="500" height="131" /></p>
<p style="text-align:justify;">I tried to remove the scan, but my attempts were unsuccessful. I finally looked at the datatype of the NationalIDNumber. All this time, I was assuming that this datatype is INT, but on a careful check, I found that the datatype of NationalIDNumber is nvarchar(15).</p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/klseekdt.jpg" alt="" width="327" height="175" /></p>
<p style="text-align:justify;">In the SELECT statement, we were comparing the datatype of NVARCHAR to INT, and this was forcing the <strong>predicate </strong>operation while executing the query.</p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/klseekpre.jpg" alt="" width="492" height="668" /></p>
<p style="text-align:justify;">As discussed earlier, due to predicate operation, there has to be explicit conversion on the side of NationalIDNumber, which forces the query optimizer to not use the index and instead it has to scan the complete data in table to get the necessary data. This is not the desired solution. Index Scan reduces performance. The reason for this conversion is because I am using INT value in WHERE clause instead of NVARCHAR.</p>
<p style="text-align:justify;">I changed my WHERE clause and passed STRING as the parameter instead of INT.</p>
<p style="text-align:justify;"><code style="font-size:12px;"><span style="color:green;">-- CTRL + M Removes Key Lookup and it enforces Index Seek<br />
-- Try 3<br />
</span><span style="color:blue;">SELECT </span><span style="color:black;">NationalIDNumber</span><span style="color:gray;">, </span><span style="color:black;">HireDate</span><span style="color:gray;">, </span><span style="color:black;">MaritalStatus<br />
</span><span style="color:blue;">FROM </span><span style="color:black;">HumanResources.Employee<br />
</span><span style="color:blue;">WHERE </span><span style="color:black;">NationalIDNumber </span><span style="color:blue;">= </span><span style="color:red;">'14417807'<br />
</span><span style="color:black;">GO</span></code></p>
<p style="text-align:justify;">After running the query with the changed WHERE clause, the Index Scan is now converted into Index Seek.</p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/klseek3.jpg" alt="" width="500" height="145" /></p>
<p style="text-align:justify;">Index Seek is definitely the most optimal solution in this particular scenario.</p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/klseekpre1.jpg" alt="" width="510" height="584" /></p>
<p style="text-align:justify;">When the detail execution plan was checked, I found the following two notable points. First, the predicate is converted to seek predicate, which is the reason for performance improvement, as described earlier. Instead of scanning data in the table, Index Seek is performed. Second, as the datatype of the NationalIDNumber is NVARCHAR and the parameters are passed as VARCHAR, the conversion happens on the parameters instead of NationalIDNumber column, and this forces Index Scan to Index Seek.</p>
<p style="text-align:justify;">If we pass the parameter as NVARCHAR instead of VARCHAR, the execution plan will remain the same, but CONVERT_IMPLICIT will not be required any more. Let us run the following query, which has NVARCHAR as the parameter.</p>
<p style="text-align:justify;"><code style="font-size:12px;"><span style="color:green;">-- CTRL + M Removes Key Lookup and it enforces Index Seek and no CONVERT_IMPLICIT<br />
-- Try 4<br />
</span><span style="color:blue;">SELECT </span><span style="color:black;">NationalIDNumber</span><span style="color:gray;">, </span><span style="color:black;">HireDate</span><span style="color:gray;">, </span><span style="color:black;">MaritalStatus<br />
</span><span style="color:blue;">FROM </span><span style="color:black;">HumanResources.Employee<br />
</span><span style="color:blue;">WHERE </span><span style="color:black;">NationalIDNumber </span><span style="color:blue;">= </span><span style="color:red;">N'14417807'<br />
</span><span style="color:black;">GO</span></code></p>
<p style="text-align:justify;">The execution plan of the above query is very similar to that in which we had passed the parameter as VARCHAR.</p>
<p style="text-align:justify;"><img src="http://www.pinaldave.com/bimg/klseek3.jpg" alt="" width="500" height="145" /></p>
<p style="text-align:justify;">Now let us check the execution plan for the same.</p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/klseekpre2.jpg" alt="" width="502" height="675" /></p>
<p style="text-align:justify;">In the WHERE condition, the operators we have on both the sides of &#8220;=&#8221; are of NVARCHAR. NationalIDNumber and parameter passed – both are NVARCHAR, which has removed CONVERT_IMPLICIT. However, there are no changes in the execution plan.</p>
<p style="text-align:justify;"><strong>In summary, when Key Lookup is removed and index seek replaces index scan, the performance is tuned up. </strong>Let us quickly compare the execution plan of the above four options. I have included the complete code here for easy reference.</p>
<p><code style="font-size:12px;"><span style="color:blue;">USE </span><span style="color:black;">AdventureWorks<br />
GO<br />
</span><span style="color:green;">-- CTRL + M Enforces Key Lookup<br />
-- Try 1<br />
</span><span style="color:blue;">SELECT </span><span style="color:black;">NationalIDNumber</span><span style="color:gray;">, </span><span style="color:black;">HireDate</span><span style="color:gray;">, </span><span style="color:black;">MaritalStatus<br />
</span><span style="color:blue;">FROM </span><span style="color:black;">HumanResources.Employee<br />
</span><span style="color:blue;">WHERE </span><span style="color:black;">NationalIDNumber </span><span style="color:blue;">= </span><span style="color:black;">14417807<br />
GO<br />
</span><span style="color:green;">-- Create Non clustered Index<br />
</span><span style="color:blue;">CREATE NONCLUSTERED INDEX </span><span style="color:black;">[IX_HumanResources_Employee_Example] </span><span style="color:blue;">ON </span><span style="color:black;">HumanResources.Employee<br />
</span><span style="color:gray;">(<br />
</span><span style="color:black;">NationalIDNumber </span><span style="color:blue;">ASC</span><span style="color:gray;">, </span><span style="color:black;">HireDate</span><span style="color:gray;">, </span><span style="color:black;">MaritalStatus<br />
</span><span style="color:gray;">) </span><span style="color:blue;">ON </span><span style="color:black;">[PRIMARY]<br />
GO<br />
</span><span style="color:green;">--WAITFOR DELAY '00:00:30'<br />
-- CTRL + M Removes Key Lookup, but it still enforces Index Scan<br />
-- Try 2<br />
</span><span style="color:blue;">SELECT </span><span style="color:black;">NationalIDNumber</span><span style="color:gray;">, </span><span style="color:black;">HireDate</span><span style="color:gray;">, </span><span style="color:black;">MaritalStatus<br />
</span><span style="color:blue;">FROM </span><span style="color:black;">HumanResources.Employee<br />
</span><span style="color:blue;">WHERE </span><span style="color:black;">NationalIDNumber </span><span style="color:blue;">= </span><span style="color:black;">14417807<br />
GO<br />
</span><span style="color:green;">-- CTRL + M Removes Key Lookup and it enforces Index Seek<br />
-- Try 3<br />
</span><span style="color:blue;">SELECT </span><span style="color:black;">NationalIDNumber</span><span style="color:gray;">, </span><span style="color:black;">HireDate</span><span style="color:gray;">, </span><span style="color:black;">MaritalStatus<br />
</span><span style="color:blue;">FROM </span><span style="color:black;">HumanResources.Employee<br />
</span><span style="color:blue;">WHERE </span><span style="color:black;">NationalIDNumber </span><span style="color:blue;">= </span><span style="color:red;">'14417807'<br />
</span><span style="color:black;">GO<br />
</span><span style="color:green;">-- CTRL + M Removes Key Lookup and it enforces Index Seek and no CONVERT_IMPLICIT<br />
-- Try 4<br />
</span><span style="color:blue;">SELECT </span><span style="color:black;">NationalIDNumber</span><span style="color:gray;">, </span><span style="color:black;">HireDate</span><span style="color:gray;">, </span><span style="color:black;">MaritalStatus<br />
</span><span style="color:blue;">FROM </span><span style="color:black;">HumanResources.Employee<br />
</span><span style="color:blue;">WHERE </span><span style="color:black;">NationalIDNumber </span><span style="color:blue;">= </span><span style="color:red;">N'14417807'<br />
</span><span style="color:black;">GO<br />
</span><span style="color:green;">/* What is the reason for difference between Try 2 and Try 3?<br />
Check the exeuction plan<br />
*/<br />
-- Drop Index<br />
</span><span style="color:blue;">DROP INDEX </span><span style="color:black;">[IX_HumanResources_Employee_Example] </span><span style="color:blue;">ON </span><span style="color:black;">HumanResources.Employee </span><span style="color:blue;">WITH </span><span style="color:gray;">( </span><span style="color:black;">ONLINE </span><span style="color:blue;">= OFF </span><span style="color:gray;">)<br />
</span><span style="color:black;">GO</span></code></p>
<p style="text-align:justify;">Let us look at the execution plan.</p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/klseek.jpg" alt="" width="500" height="521" /></p>
<p style="text-align:justify;">Summary points:</p>
<ul style="text-align:justify;">
<li>In      general, Index Seek is better than Index Scan (I am not talking about it      depends conditions)</li>
<li>Understand      Predicates and Seek Predicates and see if you have only Seek Predicates.</li>
<li>In      case of key lookup or bookmark lookup, see if you can create a covering      index or included column index.</li>
<li>Use      the datatype wisely even though there is no change in the resultset.</li>
</ul>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
Posted in Pinal Dave, SQL, SQL Authority, SQL Index, SQL Optimization, SQL Performance, SQL Query, SQL Scripts, SQL Server, SQL Tips and Tricks, T SQL, Technology  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7088/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7088/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7088/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7088/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7088/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7088/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7088/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7088/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7088/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7088/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7088&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/-TfvhMrduSycDFY59IStn-xMTMM/0/da"><img src="http://feedads.g.doubleclick.net/~a/-TfvhMrduSycDFY59IStn-xMTMM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-TfvhMrduSycDFY59IStn-xMTMM/1/da"><img src="http://feedads.g.doubleclick.net/~a/-TfvhMrduSycDFY59IStn-xMTMM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=hYfXhMiNVEU:hwk9X4xkRAk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=hYfXhMiNVEU:hwk9X4xkRAk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=hYfXhMiNVEU:hwk9X4xkRAk:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=hYfXhMiNVEU:hwk9X4xkRAk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=hYfXhMiNVEU:hwk9X4xkRAk:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/hYfXhMiNVEU" height="1" width="1"/>]]></content:encoded><description>Recently, I have been working on Query Optimization project. While working on it, I found the following interesting observation. This entire concept may appear very simple, but if you are working in the area of query optimization and server tuning, you will find such useful hints.
Before we start, let us understand the difference between Seek [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7088&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">2</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/klseek1.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/klseek2.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/klseekdt.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/klseekpre.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/klseek3.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/klseekpre1.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/klseek3.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/klseekpre2.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/klseek.jpg" medium="image" /><feedburner:origLink>http://blog.sqlauthority.com/2009/11/09/sql-server-removing-key-lookup-seek-predicate-predicate-an-interesting-observation-related-to-datatypes/</feedburner:origLink></item><item><title>SQL SERVER – Stored Procedure are Compiled on First Run – SP taking Longer to Run First Time</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/tkraWci8yGg/</link><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Interview Questions and Answers</category><category>SQL Query</category><category>SQL Scripts</category><category>SQL Server</category><category>SQL Stored Procedure</category><category>SQL Tips and Tricks</category><category>T SQL</category><category>Technology</category><category>SQL Cache</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Sat, 07 Nov 2009 17:30:34 PST</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7164</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">During the PASS summit, one of the attendees asked me the following question.</p>
<p style="text-align:justify;"><strong><em>Why the Stored Procedure takes long time to run for first time?</em></strong></p>
<p style="text-align:justify;"><strong>The reason for the same is because Stored Procedures are compiled when it runs first time. </strong>When I answered the same, he replied that Stored Procedures are pre-compiled, and this should not be the case. In fact, Stored Procedures are not pre-compiled; they compile only during their first time execution.</p>
<p style="text-align:justify;">There is a misconception that stored procedures are pre-compiled. They are not pre-compiled, but compiled only during the first run. For every subsequent runs, it is for sure pre-compiled.</p>
<p style="text-align:justify;">If you create any SP, you will find that there is no cache entry for the execution of that SP.</p>
<p style="text-align:justify;">After running the SP for the first time, the entry for the cache is made in the system.</p>
<p style="text-align:justify;">If we see the following script, we can notice the different of cache when SP was created and SP was executed.</p>
<p style="text-align:justify;"><code style="font-size:12px;"><span style="color:green;">/* Exeercise to verify if stored procedure pre-compiled */<br />
</span><span style="color:blue;">USE </span><span style="color:black;">AdventureWorks<br />
GO<br />
</span><span style="color:green;">-- Clean Cache<br />
</span><span style="color:blue;">DBCC </span><span style="color:black;">FREEPROCCACHE<br />
GO<br />
</span><span style="color:blue;">IF </span><span style="color:gray;">EXISTS (</span><span style="color:blue;">SELECT </span><span style="color:gray;">* </span><span style="color:blue;">FROM </span><span style="color:black;">sys.objects </span><span style="color:blue;">WHERE </span><span style="color:magenta;">OBJECT_ID </span><span style="color:blue;">= </span><span style="color:magenta;">OBJECT_ID</span><span style="color:gray;">(</span><span style="color:red;">N'[dbo].[CompSP]'</span><span style="color:gray;">) AND </span><span style="color:black;">type </span><span style="color:blue;">IN </span><span style="color:gray;">(</span><span style="color:red;">N'P'</span><span style="color:gray;">, </span><span style="color:red;">N'PC'</span><span style="color:gray;">))<br />
</span><span style="color:blue;">DROP PROCEDURE </span><span style="color:black;">[dbo].[CompSP]<br />
GO<br />
</span><span style="color:green;">-- Create New Stored Procedure<br />
</span><span style="color:blue;">CREATE PROCEDURE </span><span style="color:black;">CompSP<br />
</span><span style="color:blue;">AS<br />
SELECT </span><span style="color:gray;">*<br />
</span><span style="color:blue;">FROM </span><span style="color:black;">HumanResources.Department<br />
GO<br />
</span><span style="color:green;">-- Check the Query Plan for SQL Batch<br />
-- You will find that there is no ObjectName with CompSP<br />
</span><span style="color:blue;">SELECT </span><span style="color:black;">cp.objtype </span><span style="color:blue;">AS </span><span style="color:black;">PlanType</span><span style="color:gray;">,<br />
</span><span style="color:magenta;">OBJECT_NAME</span><span style="color:gray;">(</span><span style="color:black;">st.objectid</span><span style="color:gray;">,</span><span style="color:black;">st.dbid</span><span style="color:gray;">) </span><span style="color:blue;">AS </span><span style="color:black;">ObjectName</span><span style="color:gray;">,<br />
</span><span style="color:black;">cp.refcounts </span><span style="color:blue;">AS </span><span style="color:black;">ReferenceCounts</span><span style="color:gray;">,<br />
</span><span style="color:black;">cp.usecounts </span><span style="color:blue;">AS </span><span style="color:black;">UseCounts</span><span style="color:gray;">,<br />
</span><span style="color:black;">st.</span><span style="color:blue;">TEXT AS </span><span style="color:black;">SQLBatch</span><span style="color:gray;">,<br />
</span><span style="color:black;">qp.query_plan </span><span style="color:blue;">AS </span><span style="color:black;">QueryPlan<br />
</span><span style="color:blue;">FROM </span><span style="color:black;">sys.dm_exec_cached_plans </span><span style="color:blue;">AS </span><span style="color:black;">cp<br />
</span><span style="color:gray;">CROSS </span><span style="color:black;">APPLY sys.dm_exec_query_plan</span><span style="color:gray;">(</span><span style="color:black;">cp.plan_handle</span><span style="color:gray;">) </span><span style="color:blue;">AS </span><span style="color:black;">qp<br />
</span><span style="color:gray;">CROSS </span><span style="color:black;">APPLY sys.dm_exec_sql_text</span><span style="color:gray;">(</span><span style="color:black;">cp.plan_handle</span><span style="color:gray;">) </span><span style="color:blue;">AS </span><span style="color:black;">st</span><span style="color:gray;">;<br />
</span><span style="color:black;">GO<br />
</span><span style="color:green;">/* Execute Stored Procedure */<br />
</span><span style="color:blue;">EXEC </span><span style="color:black;">CompSP<br />
GO<br />
</span><span style="color:green;">-- Check the Query Plan for SQL Batch<br />
-- You will find that there is one entry with name ObjectName with name CompSP<br />
</span><span style="color:blue;">SELECT </span><span style="color:black;">cp.objtype </span><span style="color:blue;">AS </span><span style="color:black;">PlanType</span><span style="color:gray;">,<br />
</span><span style="color:magenta;">OBJECT_NAME</span><span style="color:gray;">(</span><span style="color:black;">st.objectid</span><span style="color:gray;">,</span><span style="color:black;">st.dbid</span><span style="color:gray;">) </span><span style="color:blue;">AS </span><span style="color:black;">ObjectName</span><span style="color:gray;">,<br />
</span><span style="color:black;">cp.refcounts </span><span style="color:blue;">AS </span><span style="color:black;">ReferenceCounts</span><span style="color:gray;">,<br />
</span><span style="color:black;">cp.usecounts </span><span style="color:blue;">AS </span><span style="color:black;">UseCounts</span><span style="color:gray;">,<br />
</span><span style="color:black;">st.</span><span style="color:blue;">TEXT AS </span><span style="color:black;">SQLBatch</span><span style="color:gray;">,<br />
</span><span style="color:black;">qp.query_plan </span><span style="color:blue;">AS </span><span style="color:black;">QueryPlan<br />
</span><span style="color:blue;">FROM </span><span style="color:black;">sys.dm_exec_cached_plans </span><span style="color:blue;">AS </span><span style="color:black;">cp<br />
</span><span style="color:gray;">CROSS </span><span style="color:black;">APPLY sys.dm_exec_query_plan</span><span style="color:gray;">(</span><span style="color:black;">cp.plan_handle</span><span style="color:gray;">) </span><span style="color:blue;">AS </span><span style="color:black;">qp<br />
</span><span style="color:gray;">CROSS </span><span style="color:black;">APPLY sys.dm_exec_sql_text</span><span style="color:gray;">(</span><span style="color:black;">cp.plan_handle</span><span style="color:gray;">) </span><span style="color:blue;">AS </span><span style="color:black;">st</span><span style="color:gray;">;<br />
</span><span style="color:black;">GO</span></code></p>
<p style="text-align:justify;">The result set of above query is as following.</p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/SPComp.jpg" alt="" width="500" height="396" /></p>
<p style="text-align:justify;">The above script to find out the cache is taken from the white paper <a href="http://blog.sqlauthority.com/2009/08/29/sql-server-plan-caching-in-sql-server-2008-by-greg-low/" target="_blank"><strong>SQL SERVER – Plan Caching in SQL Server 2008 by Greg Low</strong></a>. You can also read my follow up article <a href="http://blog.sqlauthority.com/2009/09/14/sql-server-plan-caching-and-schema-change-an-interesting-observation/" target="_blank"><strong>SQL SERVER – Plan Caching and Schema Change – An Interesting Observation</strong></a>, where I have given an interesting conversation with Greg Low.</p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
Posted in Pinal Dave, SQL, SQL Authority, SQL Interview Questions and Answers, SQL Query, SQL Scripts, SQL Server, SQL Stored Procedure, SQL Tips and Tricks, T SQL, Technology Tagged: SQL Cache <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7164&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/oUR7Gc0K8Khn2DvT28M0JqXqRZE/0/da"><img src="http://feedads.g.doubleclick.net/~a/oUR7Gc0K8Khn2DvT28M0JqXqRZE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/oUR7Gc0K8Khn2DvT28M0JqXqRZE/1/da"><img src="http://feedads.g.doubleclick.net/~a/oUR7Gc0K8Khn2DvT28M0JqXqRZE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=tkraWci8yGg:7q23a-nJ5o0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=tkraWci8yGg:7q23a-nJ5o0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=tkraWci8yGg:7q23a-nJ5o0:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=tkraWci8yGg:7q23a-nJ5o0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=tkraWci8yGg:7q23a-nJ5o0:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/tkraWci8yGg" height="1" width="1"/>]]></content:encoded><description>During the PASS summit, one of the attendees asked me the following question.
Why the Stored Procedure takes long time to run for first time?
The reason for the same is because Stored Procedures are compiled when it runs first time. When I answered the same, he replied that Stored Procedures are pre-compiled, and this should not [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7164&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/11/08/sql-server-stored-procedure-are-compiled-on-first-run-sp-taking-longer-to-run-first-time/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">3</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/SPComp.jpg" medium="image" /><feedburner:origLink>http://blog.sqlauthority.com/2009/11/08/sql-server-stored-procedure-are-compiled-on-first-run-sp-taking-longer-to-run-first-time/</feedburner:origLink></item><item><title>SQLAuthority News – Data Compression Strategy Capacity Planning and Best Practices</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/ZT3VpOkNhIM/</link><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Data Storage</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>SQL White Papers</category><category>SQLAuthority News</category><category>T SQL</category><category>Technology</category><category>Compression</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Fri, 06 Nov 2009 17:30:34 PST</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7162</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">The data compression feature in SQL Server 2008 helps compress the data inside a database, and it can help reduce the size of the database. Apart from the space savings, data compression provides another benefit: Because compressed data is stored in fewer pages, queries need to read fewer pages from the disk, thereby improving the performance of I/O intensive workloads. However, extra CPU resources are required on the database server to compress and decompress the data, while data is exchanged with the application. Therefore, it is important to understand the workload characteristics when deciding which tables to compress.</p>
<p style="text-align:justify;">This white paper provides guidance on the following:</p>
<ul style="text-align:justify;">
<li>How to decide which tables and indexes to compress</li>
<li>How to estimate the resources required to compress a      table</li>
<li>How to reclaim space released by data compression</li>
<li>The performance impacts of data compression on      typical workloads</li>
</ul>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/datatde.jpg" alt="" width="598" height="293" /></p>
<p style="text-align:justify;"><strong><a href="http://technet.microsoft.com/en-us/library/dd894051.aspx" target="_blank">Read Whitepaper: Data Compression Strategy Capacity Planning and Best Practices</a></strong></p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
Posted in Pinal Dave, SQL, SQL Authority, SQL Data Storage, SQL Query, SQL Server, SQL Tips and Tricks, SQL White Papers, SQLAuthority News, T SQL, Technology Tagged: Compression <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7162&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/vrO53WGd27yU8GlbCx2f0kN_vwY/0/da"><img src="http://feedads.g.doubleclick.net/~a/vrO53WGd27yU8GlbCx2f0kN_vwY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vrO53WGd27yU8GlbCx2f0kN_vwY/1/da"><img src="http://feedads.g.doubleclick.net/~a/vrO53WGd27yU8GlbCx2f0kN_vwY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=ZT3VpOkNhIM:rSxblx1whA8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=ZT3VpOkNhIM:rSxblx1whA8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=ZT3VpOkNhIM:rSxblx1whA8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=ZT3VpOkNhIM:rSxblx1whA8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=ZT3VpOkNhIM:rSxblx1whA8:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/ZT3VpOkNhIM" height="1" width="1"/>]]></content:encoded><description>The data compression feature in SQL Server 2008 helps compress the data inside a database, and it can help reduce the size of the database. Apart from the space savings, data compression provides another benefit: Because compressed data is stored in fewer pages, queries need to read fewer pages from the disk, thereby improving the [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7162&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/11/07/sqlauthority-news-data-compression-strategy-capacity-planning-and-best-practices/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/datatde.jpg" medium="image" /><feedburner:origLink>http://blog.sqlauthority.com/2009/11/07/sqlauthority-news-data-compression-strategy-capacity-planning-and-best-practices/</feedburner:origLink></item><item><title>SQLAuthority News – SQL PASS Summit, Seattle 2009 – Day 4</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/aDJp02mqpQ8/</link><category>MVP</category><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>SQLAuthority Author Visit</category><category>SQLAuthority News</category><category>T SQL</category><category>Technology</category><category>PASS</category><category>SQL PASS</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Thu, 05 Nov 2009 17:30:32 PST</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7159</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">Fourth day was awesome! I had scheduled nearly 8 meetings with different groups of people today. It was really great fun. Let us see the keypoints for the same.</p>
<ul style="text-align:justify;">
<li>PASS      President Wayne Snyder honored and thanked Kevin Kline for his 10 YEARS of      service.</li>
<li>Kevin      then gets a well-deserved standing ovation from the entire audience.</li>
<li>Next      year’s PASS Summit will be in Seattle from November 8 to 11, 2010.</li>
<li>Dell      Key note was little flat in delivery. Dell was primary sponsor for the      event.</li>
<li>Dr.      David DeWitt, Technical Fellow, Data &amp; Storage Platform Division at      Microsoft starts presentation entitled “From 1 to 1000 MIPS.” One of the      best sessions I ever had in my life.</li>
</ul>
<p style="text-align:justify;">The keynote was followed by several meetings. There was lot of food, drinks and entertainment all around. I received so much swag that I had to get brand new bag to contain the same. I will post the photos of the stuff that received once I reach home. I will be heading towards airport in next 15 minutes. So, I will be disconnected from the Internet for 36 hours once I board the flight. I am uploading only 2–3 photos at this moment. Check here again as I have nearly 30 more photos to share.</p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS404.jpg" alt="" width="500" height="375" /></p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Buck Woody Presenting Excellent Funny Session" src="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS410.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Buck Woody Presenting Excellent Funny Session</dd>
</dl>
</div>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS407.jpg" alt="" width="500" height="375" /></p>
<p style="text-align:justify;">I really enjoyed the summit. I will post the in-depth summary of my whole trip to USA once I reach home. Thank you PASS; I will come here next year!</p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
<p style="text-align:justify;">
Posted in MVP, Pinal Dave, SQL, SQL Authority, SQL Query, SQL Server, SQL Tips and Tricks, SQLAuthority Author Visit, SQLAuthority News, T SQL, Technology Tagged: PASS, SQL PASS <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7159&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/Xsc1d5OEh0nEmwcqphM94FYA3r0/0/da"><img src="http://feedads.g.doubleclick.net/~a/Xsc1d5OEh0nEmwcqphM94FYA3r0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Xsc1d5OEh0nEmwcqphM94FYA3r0/1/da"><img src="http://feedads.g.doubleclick.net/~a/Xsc1d5OEh0nEmwcqphM94FYA3r0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=aDJp02mqpQ8:xYp3SpTJWqc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=aDJp02mqpQ8:xYp3SpTJWqc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=aDJp02mqpQ8:xYp3SpTJWqc:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=aDJp02mqpQ8:xYp3SpTJWqc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=aDJp02mqpQ8:xYp3SpTJWqc:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/aDJp02mqpQ8" height="1" width="1"/>]]></content:encoded><description>Fourth day was awesome! I had scheduled nearly 8 meetings with different groups of people today. It was really great fun. Let us see the keypoints for the same.

PASS      President Wayne Snyder honored and thanked Kevin Kline for his 10 YEARS of      service.
Kevin   [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7159&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/11/06/sqlauthority-news-sql-pass-summit-seattle-2009-day-4/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS404.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS410.jpg" medium="image">
			<media:title type="html">Buck Woody Presenting Excellent Funny Session</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS407.jpg" medium="image" /><feedburner:origLink>http://blog.sqlauthority.com/2009/11/06/sqlauthority-news-sql-pass-summit-seattle-2009-day-4/</feedburner:origLink></item><item><title>SQLAuthority News – SQL PASS Summit, Seattle 2009 – Day 3</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/2Fx1wXFJDIQ/</link><category>MVP</category><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>SQLAuthority Author Visit</category><category>SQLAuthority News</category><category>T SQL</category><category>Technology</category><category>PASS</category><category>SQL PASS</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Wed, 04 Nov 2009 17:30:32 PST</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7156</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">The third day at SQL PASS Summit was education + entertainment day for me. During the last 10 days, I woke up at 4:00 AM regularly. However, as I had way too much fun yesterday at various parties earlier, I did not get up till 7:30 AM. By the time I woke up, I realized that I was late for my early breakfast meeting with Solid Quality Global Mentors. I somehow managed to reach there at 8:00 AM and we talked for nearly an hour. After the meeting, I headed to Keynote. Keynote is the best time of the day and wanton one wants to miss it.</p>
<p style="text-align:justify;">I actively cover all my activities on twitter. So do<a href="http://twitter.com/pinaldave" target="_blank"><strong> follow me</strong></a> on <a href="http://twitter.com/pinaldave" target="_blank">twitter</a> for the updates!</p>
<p style="text-align:justify;">Today&#8217;s Keynote was extremely entertaining and educating. Audience was seen having a great time at various demos. I wished that all our technical sessions should be like this session as it was one of the excellent demos. Let us see few quick notes from the Keynote.</p>
<ul style="text-align:justify;">
<li>Rushabh Mehta &#8211; President Elect started the keynote asking      humorous question why there is no free drink at PASS and explained the      budget</li>
<li>Projected revenues in FY 2010 are $3.2 million, a 15% drop in      revenues, while there was a 40% increase in community spending. There was      67% reduction in IT expenses</li>
<li>Jacob Sebastian, the PASS Outreach Program leader, was      recognized for his excellent leadership</li>
<li>Charley Hanania and Allen Kinsel won PASSion Award</li>
<li>Tom Casey, GM, Business Intelligence and Amir Netz presented      excellent demos and future vision</li>
<li>Power pivot demos were excellent and warmly welcomed by community</li>
<li>Touchscreen Powerpivot demo was the major highlight of the Keynote</li>
</ul>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Keynote at SQLPASS" src="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS301.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Keynote at SQLPASS</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Keynote at SQLPASS" src="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS309.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Keynote at SQLPASS</dd>
</dl>
</div>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS310.jpg" alt="" width="500" height="375" /></p>
<p style="text-align:justify;">I attended technical session of <a href="http://www.solidq.in/" target="_blank"><strong>Rushabh Mehta</strong></a> (President Elect for PASS, SQL Server MVP and CEO, Solid Quality India). He talked about &#8216;Overcome SSIS Deployment and Configuration Challenges&#8217;. Now, who knew that it would be very humorous session? Rushabh started the session with reference to the movie &#8216;What About Bob?&#8217; and kept the whole session as story line of the movie. Many of us will agree that subjects like SSIS, deployment issues and configuration complexity are very dry subjects. However, with audience interaction and the presentation of this technically complex subject in simple words, the whole session was the highlight of the day. I confess that I am expert in BI, but not someone who knew it inside out. In fact, I am intrigued to learn more about this particular subject after attending this excellent session. I have requested Rushabh to spend some time with me and explain the extension of this subject.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Rushabh Mehta Presenting" src="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS306.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Rushabh Mehta Presenting</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Rushabh Mehta Presenting" src="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS307.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Rushabh Mehta Presenting</dd>
</dl>
</div>
<p style="text-align:justify;">I had many different meetings scheduled today. All of them were successful. I managed to run around the exhibition hall and meet many different MS vendors. I really enjoyed meeting them and I also learned about the upcoming technology. One of the vendors really impressed me with an excellent demo; I have requested the full evaluation version for their software. If they provide me the same, I will try that out and post my review here soon. If their software meets my expectations I have built after seeing the demo, I will sincerely wish to see them go mainstream with that product.<img title="Steven Jones in Kilt" src="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS302.jpg" alt="" width="500" height="666" /></p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dd class="wp-caption-dd">Steven Jones in Kilt</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Jacob, Pinal and Jean Rene Roy" src="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS303.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Jacob, Pinal and Jean Rene Roy</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Microsoft Learning Center" src="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS305.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Microsoft Learning Center</dd>
</dl>
</div>
<p style="text-align:justify;">During evening, I had two different parties to attend and both party were rockstar party. It is so interesting that no matter how many different parties we go, we usually find the same people walking around. I found very strong presence of Microsoft in both the parties. Party hosted by Solid Quality Mentors had excellent food and drinks. I met many different SQL Experts there and we did NOT talk SQL. It was party and time to relax! As there was such a fun, I was late to attend the party of Microsoft which was hosted at Gameworks. Everybody went crazy with the games. Lots of game, food and drinks again here as well.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Gameworks party" src="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS308.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Gameworks party</dd>
</dl>
</div>
<p style="text-align:justify;">In the evening, I attended two different parties and both the parties were rocking to the fullest. It is so interesting that no matter how many different parties we go, we usually find the same people walking around. I found a strong presence of Microsoft in both the parties. Party hosted by Solid Quality Mentors had excellent food and drinks. I met many different SQL Experts there and we did NOT talk SQL! It was party and time to relax! As there was so much fun, I was almost late to attend the party of Microsoft, which was hosted at Gameworks. Everybody went crazy with lots of games, food, and drinks.</p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS304.jpg" alt="" width="500" height="666" /></p>
<p style="text-align:justify;">I just enjoyed the third day of the summit. Just one more day to go – I just wish this summit never ends. However, I strongly miss my family and especially my 2-month old daughter (and wife! – i know its clichéd but its true!!).</p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
Posted in MVP, Pinal Dave, SQL, SQL Authority, SQL Query, SQL Server, SQL Tips and Tricks, SQLAuthority Author Visit, SQLAuthority News, T SQL, Technology Tagged: PASS, SQL PASS <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7156&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/Vz_JHF6elpResqvB1xLEX_zXbWo/0/da"><img src="http://feedads.g.doubleclick.net/~a/Vz_JHF6elpResqvB1xLEX_zXbWo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Vz_JHF6elpResqvB1xLEX_zXbWo/1/da"><img src="http://feedads.g.doubleclick.net/~a/Vz_JHF6elpResqvB1xLEX_zXbWo/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=2Fx1wXFJDIQ:kNB994wHsoo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=2Fx1wXFJDIQ:kNB994wHsoo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=2Fx1wXFJDIQ:kNB994wHsoo:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=2Fx1wXFJDIQ:kNB994wHsoo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=2Fx1wXFJDIQ:kNB994wHsoo:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/2Fx1wXFJDIQ" height="1" width="1"/>]]></content:encoded><description>The third day at SQL PASS Summit was education + entertainment day for me. During the last 10 days, I woke up at 4:00 AM regularly. However, as I had way too much fun yesterday at various parties earlier, I did not get up till 7:30 AM. By the time I woke up, I realized [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7156&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/11/05/sqlauthority-news-sql-pass-summit-seattle-2009-day-3/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">2</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS301.jpg" medium="image">
			<media:title type="html">Keynote at SQLPASS</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS309.jpg" medium="image">
			<media:title type="html">Keynote at SQLPASS</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS310.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS306.jpg" medium="image">
			<media:title type="html">Rushabh Mehta Presenting</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS307.jpg" medium="image">
			<media:title type="html">Rushabh Mehta Presenting</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS302.jpg" medium="image">
			<media:title type="html">Steven Jones in Kilt</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS303.jpg" medium="image">
			<media:title type="html">Jacob, Pinal and Jean Rene Roy</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS305.jpg" medium="image">
			<media:title type="html">Microsoft Learning Center</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS308.jpg" medium="image">
			<media:title type="html">Gameworks party</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/SQLPASS304.jpg" medium="image" /><feedburner:origLink>http://blog.sqlauthority.com/2009/11/05/sqlauthority-news-sql-pass-summit-seattle-2009-day-3/</feedburner:origLink></item><item><title>SQLAuthority News – SQL PASS Summit, Seattle 2009 – Day 2</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/Q_GeslJotKg/</link><category>MVP</category><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>SQLAuthority Author Visit</category><category>SQLAuthority News</category><category>T SQL</category><category>Technology</category><category>PASS</category><category>SQL PASS</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Tue, 03 Nov 2009 17:30:50 PST</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7154</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">The second day of PASS started with very engaging and it started with an original game invented by <a href="http://bradmcgehee.com/2009/11/tuesday-at-the-pass-community-summit/" target="_blank">Stuart Ainsworth</a>. This game involves finding twitter people in real life. As I was not one of the square in bingo, I had decided to participate in game myself and try to win if I can. During this process, I felt guilty that I borrowed a pen from Stuart and did not return it back. In fact, after a while someone took the pen from me and never returned it. It is true that karma pays off! I should have returned it right away.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Keynote at SQLPASS" src="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS201.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Keynote at SQLPASS</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Keynote" src="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS202.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Keynote</dd>
</dl>
</div>
<p style="text-align:justify;">Well one very first thing in the day was having breakfast with SQL friends. I met few more celebrities and Arnie Rowland again, who is a genius and very friendly. We all headed towards Keynote at around at 10 PM. The Keynote was great; it started with very interesting details. The current PASS President presented few photos before starting the session. They are as follows:</p>
<ul style="text-align:justify;">
<li>Year      2009 PASS registration is 2,200 for the full day event</li>
<li>24      hours of PASS had 50,123 session registrations from 3,524 people of 70+      countries</li>
<li>SQL      Server Standard is coming back</li>
<li>Microsoft’s      Bob Muglia talked about SQL Server on the very first day and its future,      and he covered few interesting demos as well</li>
<li>Microsoft&#8217;s      Ted Kummert talked about PASS and reasons to attend PASS. He also      presented few testimonies from the customers and interesting demos</li>
</ul>
<p style="text-align:justify;">Once the session was over, I headed to SQLFool aka <a href="http://sqlfool.com/" target="_blank">Michelle Ufford</a>&#8217;s session on Index Optimization session. As I mentioned earlier, she is one expert who should be respected for her extraordinary skills for index optimization.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Michelle Ufford" src="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS203.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Michelle Ufford</dd>
</dl>
</div>
<p style="text-align:justify;">During lunch we had wonderful event called Features of Birds MVP Lunch. During this event, I talked about <a href="http://blog.sqlauthority.com/2009/09/01/sql-server-download-script-of-change-data-capture-cdc/" target="_blank">Change Data Capture (CDC)</a>. I was very fortunate that many people showed up at my table. I really hoped that I could have accommodated everybody; however, the table capacity was only 10. I promise to all of those who missed that I will do special online session.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Pinal on table of Change Data Capture" src="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS206.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Pinal on table of Change Data Capture</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="At Lunch - Birds of Feathers" src="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS207.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">At Lunch &#8211; Birds of Feathers</dd>
</dl>
</div>
<p style="text-align:justify;">Michelle&#8217;s session was followed up by <a href="http://beyondrelational.com/blogs/jacob/" target="_blank">Jacob Sebastian</a>&#8217;s session. This session was attended by a large group of XML fans. Just like any other session of Jacob, this session was very well received, and he got a lot of good feedback. Jacob is officially the human XML.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Jacob Sebastian" src="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS209.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Jacob Sebastian</dd>
</dl>
</div>
<p style="text-align:justify;">After these two back–to-back sessions, I felt that I have learned quite a lot for one day. With that confidence, I went to exhibition hall. In the hall, I met so many really cool people whom I always wanted to meet. I also received a lot of giveaways at the expo – 9 T-Shirts, 3 candy boxes, 1 tote bag, and 2 sweet little ducks. I am sure Shaivi (my two-month-old daughter) is going to love those little ducks.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Little Ducks" src="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS211.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Little Ducks</dd>
</dl>
</div>
<p style="text-align:justify;">In the evening, Microsoft threw a very interesting party for all the Microsoft MVPs and it was great fun. Jacob and I were almost lost our way to the party location. We had to hire taxi to reach the location. The taxi driver asked us so many questions that we felt like we were at the prison interrogation location. However, the journey (which seemed a year long) was less than a mile! I met many friends and MS employees there. It was a very great place for interacting with everyone.</p>
<p style="text-align:justify;"><img title="Party Evening" src="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS210.jpg" alt="" width="500" height="375" /></p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dd class="wp-caption-dd">Party Evening</dd>
</dl>
</div>
<p style="text-align:justify;">Overall, today went great at SQL PASS; I am eagerly looking forward to the upcoming events in the following two days.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Jonathan Kehayias and Pinal Dave" src="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS200.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Jonathan Kehayias and Pinal Dave</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Ross Mistry and Pinal Dave" src="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS205.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Ross Mistry and Pinal Dave</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Pinal Dave presenting at PASS" src="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS208.jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Pinal Dave at PASS</dd>
</dl>
</div>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
Posted in MVP, Pinal Dave, SQL, SQL Authority, SQL Query, SQL Server, SQL Tips and Tricks, SQLAuthority Author Visit, SQLAuthority News, T SQL, Technology Tagged: PASS, SQL PASS <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7154&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/bUr1ADVL-8R9_sMrg5EdMHa_2nw/0/da"><img src="http://feedads.g.doubleclick.net/~a/bUr1ADVL-8R9_sMrg5EdMHa_2nw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/bUr1ADVL-8R9_sMrg5EdMHa_2nw/1/da"><img src="http://feedads.g.doubleclick.net/~a/bUr1ADVL-8R9_sMrg5EdMHa_2nw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=Q_GeslJotKg:yz6FFAl8qVc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=Q_GeslJotKg:yz6FFAl8qVc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=Q_GeslJotKg:yz6FFAl8qVc:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=Q_GeslJotKg:yz6FFAl8qVc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=Q_GeslJotKg:yz6FFAl8qVc:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/Q_GeslJotKg" height="1" width="1"/>]]></content:encoded><description>The second day of PASS started with very engaging and it started with an original game invented by Stuart Ainsworth. This game involves finding twitter people in real life. As I was not one of the square in bingo, I had decided to participate in game myself and try to win if I can. During [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7154&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/11/04/sqlauthority-news-sql-pass-summit-seattle-2009-day-2/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">12</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS201.jpg" medium="image">
			<media:title type="html">Keynote at SQLPASS</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS202.jpg" medium="image">
			<media:title type="html">Keynote</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS203.jpg" medium="image">
			<media:title type="html">Michelle Ufford</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS206.jpg" medium="image">
			<media:title type="html">Pinal on table of Change Data Capture</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS207.jpg" medium="image">
			<media:title type="html">At Lunch - Birds of Feathers</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS209.jpg" medium="image">
			<media:title type="html">Jacob Sebastian</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS211.jpg" medium="image">
			<media:title type="html">Little Ducks</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS210.jpg" medium="image">
			<media:title type="html">Party Evening</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS200.jpg" medium="image">
			<media:title type="html">Jonathan Kehayias and Pinal Dave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS205.jpg" medium="image">
			<media:title type="html">Ross Mistry and Pinal Dave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/SQLPASS2009/SQLPASS208.jpg" medium="image">
			<media:title type="html">Pinal Dave presenting at PASS</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/11/04/sqlauthority-news-sql-pass-summit-seattle-2009-day-2/</feedburner:origLink></item><item><title>SQLAuthority News – SQL PASS Summit, Seattle 2009 – Day 1</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/y_6HW1TjVik/</link><category>MVP</category><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>SQLAuthority Author Visit</category><category>SQLAuthority News</category><category>T SQL</category><category>Technology</category><category>PASS</category><category>SQL PASS</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Mon, 02 Nov 2009 17:30:06 PST</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7152</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">Day 1 at PASS was awesome. I usually write everything in detail when I have to cover any project. This time, I have decided to cover this event little bit differently and with lots of images. For day 1, I have more than <strong>90 photos</strong> taken with many SQL celebrities and different sessions. I will be not able to cover all the photos taken today in this post. I will gradually post all the photos as I will do follow up posts. In this post, I will cover my activities on day 1 as well few of the photos that give you a visual tour of the spot that I have covered in one day.</p>
<p style="text-align:justify;">Yesterday I went to city tour where I had walked on the streets of Seattle and had lots of fun. I went on an underground tour in Seattle and then got back to registration desk for registration. Day 1 started great; while I was going to checkout the venue, I had meet Blythe Morrow on my way to Seattle Convention Center. I consider this as great start of SQL PASS event as she has put in considerable work to make this event a success.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Bill, Blythe, Pinal" src="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (3).jpg" alt="" width="375" height="500" /></dt>
<dd class="wp-caption-dd">Bill, Blythe, Pinal</dd>
</dl>
</div>
<p style="text-align:justify;">Being a vegetarian, thus far I have never faced any difficulties finding good food in USA.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Veg Maxican Meal" src="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (2).jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Veg Maxican Meal</dd>
</dl>
</div>
<p style="text-align:justify;">Not every one know that the name “Seattle”is native American name, and it was taken from the name of the Native American tribe chief, Seattle. Please visit this wiki article to read further on <a href="http://en.wikipedia.org/wiki/Seattle" target="_blank">Seattle City</a>.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Chief Seattle" src="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (5).jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Chief Seattle</dd>
</dl>
</div>
<p style="text-align:justify;">I was also mesmerized with the set up at SQL Pass Summit. SQL PASS Head Quarter has put in considerable efforts in making this event successful.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="SQL PASS Summit 2009" src="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (4).jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">SQL PASS Summit 2009</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="PASS Registration" src="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (14).jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">PASS Registration</dd>
</dl>
</div>
<p style="text-align:justify;">I met many of the SQL celebrities during my very first day. As I mentioned earlier, I managed to click around 80 photos of the legends. I will share all of them soon.</p>
<p style="text-align:justify;">PASS event is a community event, and the community is heavily encouraged. I was very fortunate to meet two of the very active community leaders in my meeting. They amaze me with their dedication to help the SQL Server Community: Joe Webb and Arnie Rowland.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Community Leads - Joe Webb, Pinal Dave and Arnie Rowland" src="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (12).jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Community Leads &#8211; Joe Webb, Pinal Dave and Arnie Rowland</dd>
</dl>
</div>
<p style="text-align:justify;">I have previously mentioned that if I want to be like someone in SQL Community, it would be <a href="http://www.sqlservercentral.com/Authors/Articles/Steve_Jones" target="_blank">Steve Jones</a>. He is the founder and current manager for the extremely popular site SQLServerCentral.com. The reason I aspire to be like him is that he is a very nice down-to-earth person who is always smiling. I also attended his SSC Party on day 1.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img class=" " title="Pinal Dave and Good Old Friend Steve Jones" src="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (13).jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Pinal Dave and Good Old Friend Steve Jones</dd>
</dl>
</div>
<p style="text-align:justify;">I have mentioned about <a href="http://www.brentozar.com/" target="_blank">Brent Ozar</a> several times on our blog. He is the only person with spectacles besides me in following image. I have been very eager to meet him for many years and early morning, I got the opportunity to have breakfast with him and many other SQL Celebrities. I will write in detail about other members in the image in a separate blog post.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Brent Ozar (very left) and Excellet Fellow SQL Enthusiast" src="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (10).jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Brent Ozar (very left) and Excellet Fellow SQL Enthusiast</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Midnight DBAs - (Sean and Jen) and Pinal" src="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (7).jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Midnight DBAs &#8211; (Sean and Jen) and Pinal</dd>
</dl>
</div>
<p style="text-align:justify;">I have previously blogged about SQLFool for her excellent<a href="http://blog.sqlauthority.com/2009/04/04/sql-server-automated-index-defragmentation-script/" target="_blank"> Automated Index Defrag Script</a>, and I was very lucky to meet her on the very first day.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Pinal Dave and Michelle Ufford (SQLFool)" src="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (8).jpg" alt="" width="500" height="375" /> </dt>
<dd class="wp-caption-dd">Pinal Dave and Michelle Ufford (SQLFool)</dd>
</dl>
</div>
<p style="text-align:justify;">During evening I had delicious dinner along with PASS Regional Mentors. New President Elect<a href="http://blog.sqlauthority.com/2009/10/31/sqlauthority-news-new-pass-president-rushabh-mehta/" target="_blank"> Rushabh Mehta</a> was also present the event to encourage our efforts.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="SQL Server Regional Mentor Team and Rushabh Mehta" src="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (9).jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">SQL Server Regional Mentor Team and Rushabh Mehta</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Allen White (with his wife), Jacob Sebastian and Pinal Dave" src="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (6).jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">Allen White (with his wife), Jacob Sebastian and Pinal Dave</dd>
</dl>
</div>
<p style="text-align:justify;">Overall, the first day went pretty well, I met many more experts and learned a lot of new tricks. I am looking forward to the second day of the event.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="SQL PASS Summit 2009 and Pinal Dave" src="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (11).jpg" alt="" width="500" height="666" /></dt>
<dd class="wp-caption-dd">SQL PASS Summit 2009 and Pinal Dave</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="PASS Quizbowl" src="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (15).jpg" alt="" width="500" height="375" /></dt>
<dd class="wp-caption-dd">PASS Quizbowl</dd>
</dl>
</div>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
Posted in MVP, Pinal Dave, SQL, SQL Authority, SQL Query, SQL Server, SQL Tips and Tricks, SQLAuthority Author Visit, SQLAuthority News, T SQL, Technology Tagged: PASS, SQL PASS <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7152&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/je1UlUJMeJ6Yn0YK5LVH16rVODA/0/da"><img src="http://feedads.g.doubleclick.net/~a/je1UlUJMeJ6Yn0YK5LVH16rVODA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/je1UlUJMeJ6Yn0YK5LVH16rVODA/1/da"><img src="http://feedads.g.doubleclick.net/~a/je1UlUJMeJ6Yn0YK5LVH16rVODA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=y_6HW1TjVik:ybcbm6yrb_8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=y_6HW1TjVik:ybcbm6yrb_8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=y_6HW1TjVik:ybcbm6yrb_8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=y_6HW1TjVik:ybcbm6yrb_8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=y_6HW1TjVik:ybcbm6yrb_8:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/y_6HW1TjVik" height="1" width="1"/>]]></content:encoded><description>Day 1 at PASS was awesome. I usually write everything in detail when I have to cover any project. This time, I have decided to cover this event little bit differently and with lots of images. For day 1, I have more than 90 photos taken with many SQL celebrities and different sessions. I will [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7152&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/11/03/sqlauthority-news-sql-pass-summit-seattle-2009-day-1/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">9</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (3).jpg" medium="image">
			<media:title type="html">Bill, Blythe, Pinal</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (2).jpg" medium="image">
			<media:title type="html">Veg Maxican Meal</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (5).jpg" medium="image">
			<media:title type="html">Chief Seattle</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (4).jpg" medium="image">
			<media:title type="html">SQL PASS Summit 2009</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (14).jpg" medium="image">
			<media:title type="html">PASS Registration</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (12).jpg" medium="image">
			<media:title type="html">Community Leads - Joe Webb, Pinal Dave and Arnie Rowland</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (13).jpg" medium="image">
			<media:title type="html">Pinal Dave and Good Old Friend Steve Jones</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (10).jpg" medium="image">
			<media:title type="html">Brent Ozar (very left) and Excellet Fellow SQL Enthusiast</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (7).jpg" medium="image">
			<media:title type="html">Midnight DBAs - (Sean and Jen) and Pinal</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (8).jpg" medium="image">
			<media:title type="html">Pinal Dave and Michelle Ufford (SQLFool)</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (9).jpg" medium="image">
			<media:title type="html">SQL Server Regional Mentor Team and Rushabh Mehta</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (6).jpg" medium="image">
			<media:title type="html">Allen White (with his wife), Jacob Sebastian and Pinal Dave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (11).jpg" medium="image">
			<media:title type="html">SQL PASS Summit 2009 and Pinal Dave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/sqlpass1 (15).jpg" medium="image">
			<media:title type="html">PASS Quizbowl</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/11/03/sqlauthority-news-sql-pass-summit-seattle-2009-day-1/</feedburner:origLink></item><item><title>SQLAuthority News – 3 Year Old Blog – PASS Summit 2009 – 10.5 Million Views</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/P4iQdJN4JXI/</link><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>SQLAuthority Author Visit</category><category>SQLAuthority News</category><category>T SQL</category><category>Technology</category><category>PASS</category><category>SQL Milestone</category><category>SQL PASS</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Sun, 01 Nov 2009 17:30:48 PST</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7147</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">This blog has reached a remarkable milestone. It is <strong>3 years</strong> old today. So far, there have been more than <strong>10.5 million</strong> views on this blog and more than<strong> 1140 articles</strong>. It is really exciting that on this very important day, I am attending my very first SQL PASS in Seattle. The feeling and excitement to attend the very first summit cannot be put into words. I have been waiting to attend this summit for almost a year now, and today this dream is materializing with my blog’s “<strong>birthday</strong>.”</p>
<p style="text-align:justify;">You can read <strong><a href="http://blog.sqlauthority.com/best_top_sql_server_blog_all_post/" target="_blank">all of my articles</a></strong> written thus far here. I will keep you updated with my daily activities at SQL PASS. You can follow me on <strong><a href="http://www.twitter.com/pinaldave" target="_blank">twitter </a></strong>as well, where I update my status on the same.</p>
<p style="text-align:justify;">Thanks again for staying with me to make this blog a community event as well. Surprisingly, first November has always been a significant day in my life. In fact, three years ago when I started writing, I never thought of reaching this milestone.</p>
<p style="text-align:left;"><span style="color:#003366;">1st Nov <strong>2009 </strong>– At my very first SQL PASS Summit, Seattle 2009<br />
1st Nov <strong>2008 </strong>– Ended my 1 year Outsourcing Manager contract and planned to join SolidQ<br />
1st Nov <strong>2007 </strong>– Left USA after 7 years and headed back to India as a permanent resident<br />
1st Nov <strong>2006 </strong>– Birth of  SQLAuthority.com</span></p>
<p style="text-align:justify;">My humble and sincere thanks to the almighty and my family for their unconditional support.</p>
<p style="text-align:justify;">I have got lots of request for photos of <strong>Shaivi Pinal Dave</strong> (my daughter). Here are few photos.</p>
<div class="wp-caption alignnone" style="width: 510px"><img title="Nupur, Shaivi and Pinal" src="http://www.pinaldave.com/bimg/Shaivi1.jpg" alt="" width="500" height="375" /><p class="wp-caption-text">Nupur, Shaivi and Pinal</p></div>
<div class="wp-caption alignnone" style="width: 510px"><img title="Shaivi Dave" src="http://www.pinaldave.com/bimg/Shaivi2.jpg" alt="" width="500" height="375" /><p class="wp-caption-text">Shaivi Dave</p></div>
<p>Here is the photos of my current superiors (boss!). Thank you very much to you as well. Following photos is taken just 2 hour before this blog post in Sheraton Lobby Downtown Seattle.</p>
<div class="wp-caption alignnone" style="width: 510px"><img title="Fernando Guerrero, Rushabh Mehta, Pinal Dave" src="http://www.pinaldave.com/bimg/sqlpass2009/boss.jpg" alt="" width="500" height="375" /><p class="wp-caption-text">Fernando Guerrero, Rushabh Mehta, Pinal Dave</p></div>
<p style="text-align:justify;">Please note : Though this post is meant to be posted for 1st Nov India time. However, as I am in USA and due to time difference of 13.5 hours, it is posted on 1st Nov US time, which translates as 2nd Nov India time.</p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong><strong></strong></p>
Posted in Pinal Dave, SQL, SQL Authority, SQL Query, SQL Server, SQL Tips and Tricks, SQLAuthority Author Visit, SQLAuthority News, T SQL, Technology Tagged: PASS, SQL Milestone, SQL PASS <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7147&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/7LoISJJ110ZfBzMaO7lW4Hd-kFU/0/da"><img src="http://feedads.g.doubleclick.net/~a/7LoISJJ110ZfBzMaO7lW4Hd-kFU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/7LoISJJ110ZfBzMaO7lW4Hd-kFU/1/da"><img src="http://feedads.g.doubleclick.net/~a/7LoISJJ110ZfBzMaO7lW4Hd-kFU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=P4iQdJN4JXI:MnCEtRzaRhY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=P4iQdJN4JXI:MnCEtRzaRhY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=P4iQdJN4JXI:MnCEtRzaRhY:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=P4iQdJN4JXI:MnCEtRzaRhY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=P4iQdJN4JXI:MnCEtRzaRhY:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/P4iQdJN4JXI" height="1" width="1"/>]]></content:encoded><description>This blog has reached a remarkable milestone. It is 3 years old today. So far, there have been more than 10.5 million views on this blog and more than 1140 articles. It is really exciting that on this very important day, I am attending my very first SQL PASS in Seattle. The feeling and excitement [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7147&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/11/02/sqlauthority-news-3-year-old-blog-pass-summit-2009-10-5-million-views/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">13</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/Shaivi1.jpg" medium="image">
			<media:title type="html">Nupur, Shaivi and Pinal</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/Shaivi2.jpg" medium="image">
			<media:title type="html">Shaivi Dave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/boss.jpg" medium="image">
			<media:title type="html">Fernando Guerrero, Rushabh Mehta, Pinal Dave</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/11/02/sqlauthority-news-3-year-old-blog-pass-summit-2009-10-5-million-views/</feedburner:origLink></item><item><title>SQL Authority News – Advanced T-SQL with Itzik Ben-Gan – Solid Quality Mentors</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/iEhL7XZWWz4/</link><category>MVP</category><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>SQLAuthority Author Visit</category><category>SQLAuthority News</category><category>T SQL</category><category>Technology</category><category>Training</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Sat, 31 Oct 2009 18:30:11 PDT</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7257</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">As mentioned earlier in a blog post <a title="Permanent Link to SQL SERVER – Advanced T-SQL with Itzik Ben-Gan – A Dream Coming True" href="http://blog.sqlauthority.com/2009/10/26/sql-server-advanced-t-sql-with-itzik-ben-gan-a-dream-coming-true/" target="_blank"><strong>SQL SERVER – Advanced T-SQL with Itzik Ben-Gan – A Dream Coming True</strong></a>, I got the wonderful opportunity to attend the course of Itzik Ben-Gan. Itzik is one of the true masters of SQL Server, and his fame had set my expectations quite high. The most interesting aspect is that I have taught a similar course in India several times, and I was quite familiar with all the slides and examples. As I already knew a lot about this course, I was wondering if I would be able to enjoy the class or learn something new. The reality is I learned alot of new things.</p>
<p style="text-align:justify;">Overall, this class delivers quality training way more than what we expect. Learning the course from Itzik is a great experience. In the last five days, I have learned several new things. <strong>In fact, I felt that if I attend the class again, I can for surely learn more.</strong> Itzik suggested so many useful tips, which really impressed me.</p>
<p style="text-align:justify;">Let me list a few of those tips here:</p>
<ul style="text-align:justify;">
<li>When TOP is used along with 100% and ORDER BY clause in table expressions (view, CTE), the ORDER BY clause is ignored.</li>
<li>For only two tables, both JOIN and SubQuery can be the optimal solution.</li>
<li>You can use TOP to gradually delete a table with millions of rows.</li>
<li>Understanding the instances when Index Scan is faster to retrieve data than Index Seek.</li>
<li>Power up analysis of data without using analysis service and grouping set features.</li>
<li>Trivial plan does not look for index selectivity.</li>
</ul>
<p style="text-align:justify;">This class was on Advanced T-SQL Server 2008, and it was faithful to the concept. Itzik has a very interesting way of delivering the sessions. His course and sessions are perfectly managed, and the learning topics are very well paced. All the sessions are perfectly timed and very interesting. All the sessions are followed up with exercise and lab. Itzik takes a good amount of time to explain the Hands on lab, which is very helpful.</p>
<p style="text-align:justify;">There are 10 different advance T-SQL sessions, and they are covered very well. I enjoyed each session and learned a lot of new concepts. Few things are difficult to put in writing, and Itzik has effectively discussed many concepts like that.</p>
<p style="text-align:justify;">To top these, all the attendees were given two different books written by Itzik for FREE!</p>
<p style="text-align:justify;">I think this five-day training was one of the<strong> best training sessions</strong> I have ever had in this subject. A large number of concepts were covered in this training. If I get a chance to attend this course again, I will surely not miss it as I do not want to let go of the opportunity to learn from Itzik at any cost.</p>
<p style="text-align:justify;">I express my special thanks to<strong> Itzik Ben-Gan </strong>for accepting my registration at the last moment even though the seats were full, as well as to <strong>Rushabh Mehta</strong> for making this happen for me.</p>
<p style="text-align:justify;">During the class, Itzik invited me for dinner to Maggiano, an excellent place for Italian cuisines. Two other excellent Solid Quality Mentors also joined us for dinner – <strong>Greg Low</strong> and <strong>Peter Myers</strong>. I was extremely delighted to have these top-notch industry experts around me talking SQL. I consider myself fortunate to have dinner with them and to have spent Solid Quality time with them.</p>
<p style="text-align:justify;">If you are in waiting list for the course and want to get into the class earlier than your schedule, please feel free to email me and I will help you as much as I can.</p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/sqlpass2009/itzik1.jpg" alt="" width="500" height="375" /></p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/sqlpass2009/itzik2.jpg" alt="" width="500" height="375" /></p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/sqlpass2009/itzik3.jpg" alt="" width="500" height="375" /></p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/sqlpass2009/itzik4.jpg" alt="" width="500" height="375" /></p>
<div class="wp-caption alignnone" style="width: 510px"><img title="Peter Myers, Itzik Ben-Gan, Greg Low, Pinal Dave" src="http://www.pinaldave.com/bimg/sqlpass2009/itzik5.jpg" alt="" width="500" height="375" /><p class="wp-caption-text">Peter Myers, Itzik Ben-Gan, Greg Low, Pinal Dave</p></div>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
Posted in MVP, Pinal Dave, SQL, SQL Authority, SQL Query, SQL Server, SQL Tips and Tricks, SQLAuthority Author Visit, SQLAuthority News, T SQL, Technology Tagged: Training <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7257&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/NJL4qbtf7LbRma67bwZd794PowM/0/da"><img src="http://feedads.g.doubleclick.net/~a/NJL4qbtf7LbRma67bwZd794PowM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/NJL4qbtf7LbRma67bwZd794PowM/1/da"><img src="http://feedads.g.doubleclick.net/~a/NJL4qbtf7LbRma67bwZd794PowM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=iEhL7XZWWz4:nNNTzvE2LpI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=iEhL7XZWWz4:nNNTzvE2LpI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=iEhL7XZWWz4:nNNTzvE2LpI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=iEhL7XZWWz4:nNNTzvE2LpI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=iEhL7XZWWz4:nNNTzvE2LpI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/iEhL7XZWWz4" height="1" width="1"/>]]></content:encoded><description>As mentioned earlier in a blog post SQL SERVER – Advanced T-SQL with Itzik Ben-Gan – A Dream Coming True, I got the wonderful opportunity to attend the course of Itzik Ben-Gan. Itzik is one of the true masters of SQL Server, and his fame had set my expectations quite high. The most interesting aspect is [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7257&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/11/01/sql-authority-news-advanced-t-sql-with-itzik-ben-gan-solid-quality-mentors/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">3</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/itzik1.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/itzik2.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/itzik3.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/itzik4.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/sqlpass2009/itzik5.jpg" medium="image">
			<media:title type="html">Peter Myers, Itzik Ben-Gan, Greg Low, Pinal Dave</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/11/01/sql-authority-news-advanced-t-sql-with-itzik-ben-gan-solid-quality-mentors/</feedburner:origLink></item><item><title>SQLAuthority News – New PASS President Rushabh Mehta</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/niw6p8l6RXE/</link><category>MVP</category><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>SQL User Group</category><category>SQLAuthority News</category><category>SQLServer</category><category>T SQL</category><category>Technology</category><category>PASS</category><category>SQL PASS</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Fri, 30 Oct 2009 18:30:40 PDT</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7261</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">The Professional Association for SQL Server (PASS) is an independent, not-for-profit association, dedicated to supporting, educating, and promoting the Microsoft SQL Server community. From local user groups and special interest groups (Virtual Chapters) to webcasts and the annual PASS Community Summit – the largest gathering of SQL Server professionals in the world – PASS is dedicated to helping its members Connect, Share, and Learn.</p>
<p style="text-align:justify;">Today was a big day as PASS announced the executive board members for the term starting on Jan 1, 2010. I would like to express my congratulations to all new executives of PASS. Please read official <a href="http://www.sqlpass.org/Community/PASSBlog/articleType/ArticleView/articleId/118.aspx" target="_blank">press note here</a>.</p>
<p style="text-align:justify;">The newly elected board members at executive positions are as following:</p>
<ul style="text-align:justify;">
<li><strong>Rushabh Mehta</strong> &#8211; President</li>
<li><strong>Bill Graziano</strong> &#8211; Executive Vice President, Finance</li>
<li><strong>Rick Heiges</strong> &#8211; Vice President, Marketing</li>
</ul>
<p style="text-align:justify;">A little bit more details about executives.</p>
<p style="text-align:justify;"><strong><img class="alignleft" style="margin:5px;" src="http://www.pinaldave.com/bimg/rushabhmehta.jpg" alt="" width="128" height="191" />Rushabh Mehta</strong> is a Mentor for Solid Quality Mentors&#8217; global Business Intelligence Division and the Managing Director for Solid Quality India. Rushabh has worked with Microsoft SQL Server since 1998 and has designed and developed BI systems on the Microsoft platform since 2001, including a predictive analysis system, a health-care analysis solution, and a multi-terabyte financial decision support system. He has been the lead architect for many large-scale and complex BI solutions for clients such as Publix, Raymond James Financial, Jackson Hewitt, and Checkers. Rushabh has been an active volunteer with PASS since 2000 and has also served on the board  for a number of years. Rushabh is also a SQL Server MVP and a frequent speaker at large conferences and PASS Chapters around the world.</p>
<p style="text-align:justify;"><strong><img class="alignleft" style="margin:5px;" src="http://www.pinaldave.com/bimg/BillGraziano2.jpg" alt="" width="120" height="157" /></strong></p>
<p style="text-align:justify;"><strong>Bill Graziano</strong> is an active member of PASS since 2001, Bill currently serves on the Board of Directors, where he is responsible for the overall marketing for PASS and PASS Summit. Bill co-founded SQLTeam.com, a web site for SQL Server developers and database administrators. In addition to managing the site, he writes articles and helps users with their most vexing problems. An involved participant in the SQL Server community for seven years, Bill was recognized as a SQL Server MVP in 2004 and still holds that designation.</p>
<p style="text-align:justify;"><strong><img class="alignleft" style="margin:5px;" src="http://www.pinaldave.com/bimg/RickHeiges.jpg" alt="" width="120" height="153" /></strong></p>
<p style="text-align:justify;"><strong>Rick Heiges</strong> is a Sr. Solutions Consultant with Scalability Experts working with customers on solutions within the SQL Server environment and educating users on SQL Server 2005 by speaking at user groups, conferences, labs, and road shows across the USA, Europe, and Africa. He holds an MBA and a M.S. in MIS as well as a B.S. in Computer Science. In addition, he also has attained MCTS:SQL2005 and MCITP:DBA certifications.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">Not only are these three executives experts in their domain, but have been friends for many years. Here are few of their photos from their activities at old PASS events.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img class="  " title="Rushabh and Bill - Archive Photo" src="http://www.pinaldave.com/bimg/rm1.jpg" alt="" width="410" height="307" /></dt>
<dd class="wp-caption-dd">Rushabh and Bill</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img class="  " title="Rushabh and Rick - Archive Photo" src="http://www.pinaldave.com/bimg/rm.jpg" alt="" width="410" height="307" /></dt>
<dd class="wp-caption-dd">Rushabh and Rick</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img class="  " title="Kevin Kline, Rick and Rushabh - Archive Photo" src="http://www.pinaldave.com/bimg/rm2a.jpg" alt="" width="410" height="312" /></dt>
<dd class="wp-caption-dd">Kevin Kline, Rick and Rushabh</dd>
</dl>
</div>
<p style="text-align:justify;">Many congratulations to all of you. SQL Server community has lots of expectation from you and we are confident that you will not only satisfy them but will go way beyond our imaginations.</p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
<p style="text-align:justify;"><strong>Image courtesy:</strong> Rick Heiges, Rushabh Mehta, SQL PASS</p>
<p style="text-align:justify;">
Posted in MVP, Pinal Dave, SQL, SQL Authority, SQL Query, SQL Server, SQL Tips and Tricks, SQL User Group, SQLAuthority News, SQLServer, T SQL, Technology Tagged: PASS, SQL PASS <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7261/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7261&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/Vo-xddgkHVgMw74NbBYqoishNhc/0/da"><img src="http://feedads.g.doubleclick.net/~a/Vo-xddgkHVgMw74NbBYqoishNhc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Vo-xddgkHVgMw74NbBYqoishNhc/1/da"><img src="http://feedads.g.doubleclick.net/~a/Vo-xddgkHVgMw74NbBYqoishNhc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=niw6p8l6RXE:Z0bXf_Xlt8c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=niw6p8l6RXE:Z0bXf_Xlt8c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=niw6p8l6RXE:Z0bXf_Xlt8c:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=niw6p8l6RXE:Z0bXf_Xlt8c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=niw6p8l6RXE:Z0bXf_Xlt8c:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/niw6p8l6RXE" height="1" width="1"/>]]></content:encoded><description>The Professional Association for SQL Server (PASS) is an independent, not-for-profit association, dedicated to supporting, educating, and promoting the Microsoft SQL Server community. From local user groups and special interest groups (Virtual Chapters) to webcasts and the annual PASS Community Summit – the largest gathering of SQL Server professionals in the world – PASS is [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7261&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/10/31/sqlauthority-news-new-pass-president-rushabh-mehta/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">13</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/rushabhmehta.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/BillGraziano2.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/RickHeiges.jpg" medium="image" /><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/rm1.jpg" medium="image">
			<media:title type="html">Rushabh and Bill - Archive Photo</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/rm.jpg" medium="image">
			<media:title type="html">Rushabh and Rick - Archive Photo</media:title>
		</media:content><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://www.pinaldave.com/bimg/rm2a.jpg" medium="image">
			<media:title type="html">Kevin Kline, Rick and Rushabh - Archive Photo</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/10/31/sqlauthority-news-new-pass-president-rushabh-mehta/</feedburner:origLink></item><item><title>SQLAuthority News – India Market and Third Party SQL Server Tools</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/0gt-HcJBgz4/</link><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>SQLAuthority Author Visit</category><category>SQLAuthority News</category><category>T SQL</category><category>Technology</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Thu, 29 Oct 2009 18:30:39 PDT</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7080</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">Last week, I had wonderful time attending meeting of <strong><em>small ISV</em></strong> (Independent Software Vendors). Several topics were discussed, but the one topic that caught my attention was the adoption of the third party SQL Server tools. There were around 100+ top level managers who take decision regarding what resources are needed for projects. I had a great time talking to them.</p>
<p style="text-align:justify;">I have delivered a session on the subject &#8220;<strong><em>SQL Server &#8211; A Scalable Performance Database Platform</em></strong>&#8220;. Whenever I receive the right opportunity, it gives me great pleasure to talk about SQL Server. I have been working with SQL Server, and it is interesting to compare it with compete. I personally do not like to put down any compete technology; so I always make sure that I present a balanced view when I have an audience who has the knowledge of different technologies.</p>
<p style="text-align:justify;">We had a very interesting round table discussion where we talked about SQL Server and its related technologies. What was very interesting is that only 8 out of 72 people voted that they use a third party tool for SQL Server. We found out the following reasons behind the rare use of the third party tool.</p>
<ul style="text-align:justify;">
<li>Not      supporting to India-oriented paper work (i.e. Purchase Order, Invoice, etc)</li>
<li>Lack      of local offices</li>
<li>Lack      of technical support locally</li>
<li>No      option to pay in local currency</li>
<li>Expensive</li>
</ul>
<p style="text-align:justify;">What was interesting in whole discussion was that the reason of being expensive was placed as last option. Number one reason for why third party tools were not gaining acceptance in local Indian market was the improper understanding of the paperwork. I was very surprised because in this era of Internet and global flat world, the issue of the paper work turned out to be the first and top-most barrier for the acceptance of third party tools in India.</p>
<p style="text-align:justify;">I just found this whole issue very interesting and decided to put them as a blog post here. Let me know if you are interested to know more about the meeting of my presented SQL session.</p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
Posted in Pinal Dave, SQL, SQL Authority, SQL Query, SQL Server, SQL Tips and Tricks, SQLAuthority Author Visit, SQLAuthority News, T SQL, Technology  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7080/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7080/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7080/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7080/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7080/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7080/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7080/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7080/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7080/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7080/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7080&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/SZTPDPeGeClRrCVfXGoLf7DlSRs/0/da"><img src="http://feedads.g.doubleclick.net/~a/SZTPDPeGeClRrCVfXGoLf7DlSRs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/SZTPDPeGeClRrCVfXGoLf7DlSRs/1/da"><img src="http://feedads.g.doubleclick.net/~a/SZTPDPeGeClRrCVfXGoLf7DlSRs/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=0gt-HcJBgz4:wbMLYrEqQag:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=0gt-HcJBgz4:wbMLYrEqQag:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=0gt-HcJBgz4:wbMLYrEqQag:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=0gt-HcJBgz4:wbMLYrEqQag:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=0gt-HcJBgz4:wbMLYrEqQag:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/0gt-HcJBgz4" height="1" width="1"/>]]></content:encoded><description>Last week, I had wonderful time attending meeting of small ISV (Independent Software Vendors). Several topics were discussed, but the one topic that caught my attention was the adoption of the third party SQL Server tools. There were around 100+ top level managers who take decision regarding what resources are needed for projects. I had [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7080&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/10/30/sqlauthority-news-india-market-and-third-party-sql-server-tools/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">18</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/10/30/sqlauthority-news-india-market-and-third-party-sql-server-tools/</feedburner:origLink></item><item><title>SQLAuthority News – Birds-of-a-Feather (BOF) Lunch – SQL PASS Summit, Seattle, 2009</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/8qaGO1bA5hc/</link><category>MVP</category><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>SQL User Group</category><category>SQLAuthority Author Visit</category><category>SQLAuthority News</category><category>T SQL</category><category>Technology</category><category>PASS</category><category>SQL PASS</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Wed, 28 Oct 2009 18:30:40 PDT</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7218</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">I received few emails regarding where can people meet me at SQL PASS event in Seattle. I am currently in Bellevue attending <a href="http://blog.sqlauthority.com/2009/10/26/sql-server-advanced-t-sql-with-itzik-ben-gan-a-dream-coming-true/" target="_blank">Itzik Ben-Gan&#8217;s class</a>. I am immensely enjoying the class, and I shall post details about the class once it is over.</p>
<p style="text-align:justify;">If you are attending SQL PASS and interested to meet me, I will be present at Birds-of-a-Feather (BOF) Lunch. I will be talking on the subject <a href="http://blog.sqlauthority.com/2009/10/28/sql-server-tuning-the-performance-of-change-data-capture-in-sql-server-2008/" target="_blank"><strong>Change Data Capture (CDC)</strong></a>. Please note that this lunch is for all of us; moreover, it is not necessary that I will be talking on only subject of Change Data Capture. In fact, I will talk about this subject for few minutes, and then we can discuss on any topic you want to know about. The table will have total of 10 seats (which includes my seating).</p>
<p style="text-align:justify;">We can all have an effective small group conversation on SQL, SQL PASS, and the entire community. You are welcome to join me at lunch. Please<a href="http://summit2009.sqlpass.org/Agenda/SpecialEvents.aspx#BOF_Lunch" target="_blank"><strong> read the complete details</strong></a> about the same here.</p>
<p style="text-align:justify;">Thanks a lot<a href="http://www.straightpathsql.com/" target="_blank"> Mike Walsh</a> for organizing this event!</p>
<p style="text-align:justify;">Please do join us for lunch!</p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
Posted in MVP, Pinal Dave, SQL, SQL Authority, SQL Query, SQL Server, SQL Tips and Tricks, SQL User Group, SQLAuthority Author Visit, SQLAuthority News, T SQL, Technology Tagged: PASS, SQL PASS <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7218/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7218&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/e2UV1sb1X45-c9BzRaCv50u_i2o/0/da"><img src="http://feedads.g.doubleclick.net/~a/e2UV1sb1X45-c9BzRaCv50u_i2o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/e2UV1sb1X45-c9BzRaCv50u_i2o/1/da"><img src="http://feedads.g.doubleclick.net/~a/e2UV1sb1X45-c9BzRaCv50u_i2o/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=8qaGO1bA5hc:Ps8__caEGck:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=8qaGO1bA5hc:Ps8__caEGck:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=8qaGO1bA5hc:Ps8__caEGck:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=8qaGO1bA5hc:Ps8__caEGck:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=8qaGO1bA5hc:Ps8__caEGck:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/8qaGO1bA5hc" height="1" width="1"/>]]></content:encoded><description>I received few emails regarding where can people meet me at SQL PASS event in Seattle. I am currently in Bellevue attending Itzik Ben-Gan&amp;#8217;s class. I am immensely enjoying the class, and I shall post details about the class once it is over.
If you are attending SQL PASS and interested to meet me, I will [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7218&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/10/29/sqlauthority-news-birds-of-a-feather-bof-lunch-sql-pass-summit-seattle-2009/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">1</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/10/29/sqlauthority-news-birds-of-a-feather-bof-lunch-sql-pass-summit-seattle-2009/</feedburner:origLink></item><item><title>SQL SERVER – Tuning the Performance of Change Data Capture in SQL Server 2008</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/wDdiM5fwhIc/</link><category>SQL</category><category>SQL Authority</category><category>SQL Optimization</category><category>SQL Performance</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>SQL White Papers</category><category>SQLAuthority News</category><category>SQLServer</category><category>T SQL</category><category>Technology</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Tue, 27 Oct 2009 18:30:59 PDT</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7062</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;"><strong>Change data capture (CDC)</strong> is a new feature in SQL Server 2008 designed to capture insert, update, merge, and delete activities applied to SQL Server tables and to avail those changes in an easy-to-understand format.</p>
<p style="text-align:justify;">Conventionally, detecting changes in a source database to transfer these changes to a data warehouse required any of the following:</p>
<ul style="text-align:justify;">
<li>Special      columns in the source tables (time stamps, row versions).</li>
<li>Triggers      that capture changes.</li>
<li>Comparison      of the source and the destination systems.</li>
</ul>
<p style="text-align:justify;">The above methods can have significant disadvantages: special columns require a change in the source database schema, and in many cases, a change in the application logic. Triggers must be implemented manually, and this can lead to significant additional overhead on DML commands to the source system. Comparing the source and target databases can also place a heavy load on both systems.</p>
<p style="text-align:justify;">CDC offers a win-win alternative that allows the transfer of changes without forcing the DBA to either place a heavy load on the server or add the above change-detection steps. CDC enables the capture of changes by asynchronously reading the transaction log of the source database and then recording the changes in those logs in special change tables for uploading later into the target database. Therefore, no comparison between the source and target systems is needed for changes.</p>
<p style="text-align:justify;"><strong><a href="http://technet.microsoft.com/en-us/library/dd266396.aspx" target="_blank">Read white paper of Tuning the Performance of Change Data Capture in SQL Server 2008</a></strong></p>
<p style="text-align:justify;"><strong> </strong><strong><a href="http://www.pinaldave.com/best-sql-server-download.cfm?Download=cdc" target="_blank">Download Script of Change Data Capture (CDC)</a></strong></p>
<p style="text-align:justify;"><strong><a href="http://www.simple-talk.com/sql/learn-sql-server/introduction-to-change-data-capture-%28cdc%29-in-sql-server-2008/" target="_blank">Introduction to Change Data Capture (CDC)</a></strong></p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.sqlauthority.com</strong></a><strong>)</strong></p>
Posted in SQL, SQL Authority, SQL Optimization, SQL Performance, SQL Query, SQL Server, SQL Tips and Tricks, SQL White Papers, SQLAuthority News, SQLServer, T SQL, Technology  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7062/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7062/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7062/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7062/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7062/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7062/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7062/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7062/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7062/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7062/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7062&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/uUFUdVL8f3e3oaAEmEUhww0w3SY/0/da"><img src="http://feedads.g.doubleclick.net/~a/uUFUdVL8f3e3oaAEmEUhww0w3SY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/uUFUdVL8f3e3oaAEmEUhww0w3SY/1/da"><img src="http://feedads.g.doubleclick.net/~a/uUFUdVL8f3e3oaAEmEUhww0w3SY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=wDdiM5fwhIc:Y78t-R6vGPE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=wDdiM5fwhIc:Y78t-R6vGPE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=wDdiM5fwhIc:Y78t-R6vGPE:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=wDdiM5fwhIc:Y78t-R6vGPE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=wDdiM5fwhIc:Y78t-R6vGPE:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/wDdiM5fwhIc" height="1" width="1"/>]]></content:encoded><description>Change data capture (CDC) is a new feature in SQL Server 2008 designed to capture insert, update, merge, and delete activities applied to SQL Server tables and to avail those changes in an easy-to-understand format.
Conventionally, detecting changes in a source database to transfer these changes to a data warehouse required any of the following:

Special  [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7062&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/10/28/sql-server-tuning-the-performance-of-change-data-capture-in-sql-server-2008/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">1</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/10/28/sql-server-tuning-the-performance-of-change-data-capture-in-sql-server-2008/</feedburner:origLink></item><item><title>SQL SERVER – How to Enable Index – How to Disable Index – Incorrect syntax near ‘ENABLE’</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/cf3S3QbG6F8/</link><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Index</category><category>SQL Query</category><category>SQL Scripts</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>T SQL</category><category>Technology</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Mon, 26 Oct 2009 18:30:36 PDT</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7121</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">Many times I have seen that the index is disabled when there is large update operation on the table. Bulk insert of very large file updates in any table using SSIS is usually preceded by disabling the index and followed by enabling the index. I have seen many developers running the following query to disable the index.</p>
<p style="text-align:left;"><code style="font-size:12px;"><span style="color:blue;">USE </span><span style="color:black;">AdventureWorks<br />
GO<br />
</span><span style="color:green;">----Diable Index<br />
</span><span style="color:blue;">ALTER INDEX </span><span style="color:black;">[IX_StoreContact_ContactTypeID] </span><span style="color:blue;">ON </span><span style="color:black;">Sales.StoreContact DISABLE<br />
GO</span></code></p>
<p style="text-align:justify;">While enabling the same index, I have seen developers using the following INCORRECT syntax, which results in error.</p>
<p style="text-align:left;"><code style="font-size:12px;"><span style="color:blue;">USE </span><span style="color:black;">AdventureWorks<br />
GO<br />
</span><span style="color:green;">----INCORRECT Syntax Index<br />
</span><span style="color:blue;">ALTER INDEX </span><span style="color:black;">[IX_StoreContact_ContactTypeID] </span><span style="color:blue;">ON </span><span style="color:black;">Sales.StoreContact <span style="color:#ff0000;">ENABLE</span><br />
GO</span></code></p>
<p style="text-align:left;"><span style="color:#ff0000;">Msg 102, Level 15, State 1, Line 1<br />
Incorrect syntax near &#8216;ENABLE&#8217;.</span></p>
<p style="text-align:justify;">This is because once the index is disabled, it cannot be enabled, but it must be rebuilt. The following syntax will enable and rebuild the index with optimal performance.</p>
<p style="text-align:left;"><code style="font-size:12px;"><span style="color:blue;">USE </span><span style="color:black;">AdventureWorks<br />
GO</span><span style="color:black;"><br />
</span><span style="color:green;">----Enable Index<br />
</span><span style="color:blue;">ALTER INDEX </span><span style="color:black;">[IX_StoreContact_ContactTypeID] </span><span style="color:blue;">ON </span><span style="color:black;">Sales.StoreContact REBUILD<br />
GO</span></code></p>
<p style="text-align:justify;">I hope that now you have understood why enabling this syntax in the index throws an error and also how to enable an index with optimal performance.</p>
<p style="text-align:justify;">If you want to read just the syntax, I have written a similar article earlier <a href="http://blog.sqlauthority.com/2007/05/17/sql-server-disable-index-enable-index-alter-index/" target="_blank"><strong>SQL SERVER – Disable Index – Enable Index – ALTER Index</strong></a>.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
Posted in Pinal Dave, SQL, SQL Authority, SQL Index, SQL Query, SQL Scripts, SQL Server, SQL Tips and Tricks, T SQL, Technology  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7121&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/9UGhN9wVHGlLmcI4B50DkIIObAw/0/da"><img src="http://feedads.g.doubleclick.net/~a/9UGhN9wVHGlLmcI4B50DkIIObAw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/9UGhN9wVHGlLmcI4B50DkIIObAw/1/da"><img src="http://feedads.g.doubleclick.net/~a/9UGhN9wVHGlLmcI4B50DkIIObAw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=cf3S3QbG6F8:bqrmB3DA8n4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=cf3S3QbG6F8:bqrmB3DA8n4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=cf3S3QbG6F8:bqrmB3DA8n4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=cf3S3QbG6F8:bqrmB3DA8n4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=cf3S3QbG6F8:bqrmB3DA8n4:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/cf3S3QbG6F8" height="1" width="1"/>]]></content:encoded><description>Many times I have seen that the index is disabled when there is large update operation on the table. Bulk insert of very large file updates in any table using SSIS is usually preceded by disabling the index and followed by enabling the index. I have seen many developers running the following query to disable [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7121&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/10/27/sql-server-how-to-enable-index-how-to-disable-index-incorrect-syntax-near-enable/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">4</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/10/27/sql-server-how-to-enable-index-how-to-disable-index-incorrect-syntax-near-enable/</feedburner:origLink></item><item><title>SQL SERVER – Advanced T-SQL with Itzik Ben-Gan – A Dream Coming True</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/b9gqAXr85yY/</link><category>About Me</category><category>Pinal Dave</category><category>SQL</category><category>SQL Authority</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>SQLAuthority Author Visit</category><category>SQLAuthority News</category><category>T SQL</category><category>Technology</category><category>Advanced T-SQL</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Sun, 25 Oct 2009 18:30:54 PDT</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7205</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">As from my <a href="http://blog.sqlauthority.com/tag/sql-pass/" target="_blank"><strong>blog posts</strong></a>, all of you are probably aware that I am very much excited for attending SQL PASS at Seattle from Nov 1, 2009. As the days to the summit were nearing, I could already feel the rush of adrenalin in my veins. May be because of this, I could not wait any longer and so I headed towards Seattle a week earlier!</p>
<p style="text-align:justify;">As <a href="http://arcanecode.com/" target="_blank">Robert Cain</a> mentioned on <a href="http://twitter.com/arcanecode/statuses/5141076364" target="_blank">twitter</a>, I finally arrived at Seattle a week earlier than the start date of the summit. I landed in Seattle on the evening of Oct 24, 2009. As I was early, I wanted to spend my time constructively by learning something. I asked <strong>Rushabh Mehta,</strong> the Managing Director of <strong><a href="http://www.solidq.in/" target="_blank">Solid Quality India</a></strong>, regarding what to do during the free time. Rushabh was well aware that I am a big fan of <strong>Itzik Ben-Gan</strong>. I have already read every available book written by him on T-SQL subject. Rushabh right away suggested me to attend the course taught by Itzik in Bellevue (located very close to Seattle).</p>
<p style="text-align:justify;">I dreamt of <a href="http://blog.sqlauthority.com/2009/03/02/sqlauthority-news-mvp-summit-2009-day-1-summit-welcome-and-keynotes/" target="_blank">meeting Itzik</a>, and I had finally managed to meet him in the MVP Global Summit earlier this year. In the same event, I was fortunate to<a href="http://blog.sqlauthority.com/2009/03/04/sqlauthority-news-mvp-summit-2009-day-3-party-day-and-sql-celebrity-photos/" target="_blank"> meet Rushabh</a> also, and he had promised me the following:</p>
<ol style="text-align:justify;">
<li>To      visit my User Group in Ahmedabad whenever he comes to India next time –<a href="http://blog.sqlauthority.com/2009/05/23/sqlauthority-news-sql-server-energy-event-with-rushabh-mehta-may-20-2009/" target="_blank"> He kept his promise</a>!</li>
<li>To      help me attend one of Itzik’s courses to make my lifetime dream come true –      Well! he is about to fulfill his second promise too.</li>
</ol>
<p style="text-align:justify;">I am very glad that Itzik accepted my registration for his course <strong><a href="http://learning.solidq.com/na/CourseDetail.aspx?IdCourse=426" target="_blank">Advanced T-SQL Querying, Programming and Tuning for SQL Server 2005 &amp; 2008</a></strong>. As you might be aware, for his courses, there is always a waiting list of attendees. Here, I want to thank Rushabh and Itzik along with Solid Quality Global for arranging this wonderful opportunity for me.</p>
<p style="text-align:justify;">I am very glad as my happiness has doubled as soon as I came to USA. My stay in USA is for 12 days. I have arrived on Oct 24, 2009 at 9 PM and will leave on Nov 6, 2009 at 8 AM. During these 12 days, I will continue to blog and share my experience at Seattle.</p>
<p style="text-align:justify;">You can follow me on <a href="http://twitter.com/pinaldave" target="_blank"><strong>twitter</strong></a>. I plan to update you all regarding the interesting details about my trip @<a href="http://twitter.com/pinaldave" target="_blank"><strong>twitter</strong></a>.</p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
Posted in About Me, Pinal Dave, SQL, SQL Authority, SQL Query, SQL Server, SQL Tips and Tricks, SQLAuthority Author Visit, SQLAuthority News, T SQL, Technology Tagged: Advanced T-SQL <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7205/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7205&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/gppgt8mqkkAUwFOoZiO4SwMGDyg/0/da"><img src="http://feedads.g.doubleclick.net/~a/gppgt8mqkkAUwFOoZiO4SwMGDyg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gppgt8mqkkAUwFOoZiO4SwMGDyg/1/da"><img src="http://feedads.g.doubleclick.net/~a/gppgt8mqkkAUwFOoZiO4SwMGDyg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=b9gqAXr85yY:GLws1knm3XA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=b9gqAXr85yY:GLws1knm3XA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=b9gqAXr85yY:GLws1knm3XA:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=b9gqAXr85yY:GLws1knm3XA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=b9gqAXr85yY:GLws1knm3XA:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/b9gqAXr85yY" height="1" width="1"/>]]></content:encoded><description>As from my blog posts, all of you are probably aware that I am very much excited for attending SQL PASS at Seattle from Nov 1, 2009. As the days to the summit were nearing, I could already feel the rush of adrenalin in my veins. May be because of this, I could not wait [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7205&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/10/26/sql-server-advanced-t-sql-with-itzik-ben-gan-a-dream-coming-true/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">11</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/10/26/sql-server-advanced-t-sql-with-itzik-ben-gan-a-dream-coming-true/</feedburner:origLink></item><item><title>SQLAuthority News – Best Practices for Integration Services Configurations</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/PngPXysxrqA/</link><category>Business Intelligence</category><category>SQL White Papers</category><category>SSIS</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Sat, 24 Oct 2009 18:30:21 PDT</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7106</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">This article explains what SQL Server Integration Services configurations are used for, why you should use Integration Services configurations, and what options you have for leveraging configurations. It will also make some simple recommendations that are based on my experiences of building Integration Services packages in a real-world environment. An understanding of the terms “package”, “Business Intelligence Development Studio”, and “dtexec.exe” in the context of Integration Services is assumed.</p>
<p style="text-align:justify;">There five basic types of Integration Services configurations.</p>
<ul style="text-align:justify;">
<li>XML Configuration File</li>
<li>Environment Variable Configuration</li>
<li>Parent Package Configuration</li>
<li>Registry Configuration</li>
<li>SQL Server Configuration</li>
</ul>
<p style="text-align:justify;"><strong><a href="http://technet.microsoft.com/en-us/library/cc671628.aspx" target="_blank">Read Best Practices for Integration Services Configurations</a></strong></p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.sqlauthority.com</strong></a><strong>)</strong></p>
Posted in Business Intelligence, SQL White Papers Tagged: SSIS <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7106&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/qtvQDhtzz9xQkadGLb6Y_9lPON8/0/da"><img src="http://feedads.g.doubleclick.net/~a/qtvQDhtzz9xQkadGLb6Y_9lPON8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/qtvQDhtzz9xQkadGLb6Y_9lPON8/1/da"><img src="http://feedads.g.doubleclick.net/~a/qtvQDhtzz9xQkadGLb6Y_9lPON8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=PngPXysxrqA:4XRgpPrhIfM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=PngPXysxrqA:4XRgpPrhIfM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=PngPXysxrqA:4XRgpPrhIfM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=PngPXysxrqA:4XRgpPrhIfM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=PngPXysxrqA:4XRgpPrhIfM:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/PngPXysxrqA" height="1" width="1"/>]]></content:encoded><description>This article explains what SQL Server Integration Services configurations are used for, why you should use Integration Services configurations, and what options you have for leveraging configurations. It will also make some simple recommendations that are based on my experiences of building Integration Services packages in a real-world environment. An understanding of the terms “package”, [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7106&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/10/25/sqlauthority-news-best-practices-for-integration-services-configurations/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">1</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/10/25/sqlauthority-news-best-practices-for-integration-services-configurations/</feedburner:origLink></item><item><title>SQL SERVER – Link to SQL Server Book Online – BOL</title><link>http://feedproxy.google.com/~r/SQLAuthority/~3/uQ1DOJb3rzo/</link><category>SQL</category><category>SQL Authority</category><category>SQL BOL</category><category>SQL Query</category><category>SQL Server</category><category>SQL Tips and Tricks</category><category>T SQL</category><category>Technology</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pinaldave</dc:creator><pubDate>Fri, 23 Oct 2009 18:30:22 PDT</pubDate><guid isPermaLink="false">http://blog.sqlauthority.com/?p=7084</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">Do you keep following Book Online Links handy? I do and I use them a lot.</p>
<p style="text-align:justify;"><a href="http://msdn.microsoft.com/en-us/library/bb418432%28SQL.10%29.aspx" target="_blank">SQL Server 2008 R2</a></p>
<p style="text-align:justify;"><a href="http://msdn.microsoft.com/en-us/library/bb418439%28SQL.10%29.aspx" target="_blank">SQL Server 2008 </a></p>
<p style="text-align:justify;"><a href="http://msdn.microsoft.com/en-us/library/bb418470(SQL.10).aspx" target="_blank">SQL Server 2005</a></p>
<p style="text-align:justify;"><a href="http://msdn.microsoft.com/en-us/library/ms950404.aspx" target="_blank">SQL Server 2000</a></p>
<p style="text-align:justify;">I do and I use them a lot.</p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
<p style="text-align:justify;">
Posted in SQL, SQL Authority, SQL BOL, SQL Query, SQL Server, SQL Tips and Tricks, T SQL, Technology  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/7084/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/7084/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/7084/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/7084/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/7084/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/7084/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/7084/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/7084/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/7084/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/7084/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&blog=668536&post=7084&subd=sqlauthority&ref=&feed=1" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/7F4pqih5aBD_TmYxTn06O-Tsmoc/0/da"><img src="http://feedads.g.doubleclick.net/~a/7F4pqih5aBD_TmYxTn06O-Tsmoc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/7F4pqih5aBD_TmYxTn06O-Tsmoc/1/da"><img src="http://feedads.g.doubleclick.net/~a/7F4pqih5aBD_TmYxTn06O-Tsmoc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=uQ1DOJb3rzo:pPfa34EK358:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=uQ1DOJb3rzo:pPfa34EK358:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=uQ1DOJb3rzo:pPfa34EK358:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLAuthority?a=uQ1DOJb3rzo:pPfa34EK358:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SQLAuthority?i=uQ1DOJb3rzo:pPfa34EK358:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLAuthority/~4/uQ1DOJb3rzo" height="1" width="1"/>]]></content:encoded><description>Do you keep following Book Online Links handy? I do and I use them a lot.
SQL Server 2008 R2
SQL Server 2008 
SQL Server 2005
SQL Server 2000
I do and I use them a lot.
Reference: Pinal Dave (http://blog.SQLAuthority.com)

Posted in SQL, SQL Authority, SQL BOL, SQL Query, SQL Server, SQL Tips and Tricks, T SQL, Technology   [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=7084&amp;subd=sqlauthority&amp;ref=&amp;feed=1" /&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blog.sqlauthority.com/2009/10/24/sql-server-link-to-sql-server-book-online-bol/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&amp;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content><feedburner:origLink>http://blog.sqlauthority.com/2009/10/24/sql-server-link-to-sql-server-book-online-bol/</feedburner:origLink></item></channel></rss>
