<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>SQL Server Journey with SQL Authority &#187; Database</title>
	<atom:link href="http://blog.sqlauthority.com/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:09:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.sqlauthority.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/08e35387c05b61340e885b1763a69d9f?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>SQL Server Journey with SQL Authority &#187; Database</title>
		<link>http://blog.sqlauthority.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.sqlauthority.com/osd.xml" title="SQL Server Journey with SQL Authority" />
	<atom:link rel='hub' href='http://blog.sqlauthority.com/?pushpress=hub'/>
		<item>
		<title>SQL SERVER &#8211; Convert Subquery to CTE &#8211; SQL in Sixty Seconds #001 &#8211; Video</title>
		<link>http://blog.sqlauthority.com/2012/02/08/sql-server-convert-subquery-to-cte-sql-in-sixty-seconds-001-video/</link>
		<comments>http://blog.sqlauthority.com/2012/02/08/sql-server-convert-subquery-to-cte-sql-in-sixty-seconds-001-video/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 01:30:58 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL in Sixty Seconds]]></category>
		<category><![CDATA[SQL Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLServer]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17245</guid>
		<description><![CDATA[SQL Server is an ocean of information. I believe if one starts learning today, after 60 years he/she may still be learning the subject (there are always a few exceptions)! Recently, I published the SQL Server Questions and Answers video tutorial, and since the course came out, I have been receiving lots of request to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=17245&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><img class="alignleft" src="http://www.pinaldave.com/bimg/60.jpg" alt="" width="153" height="108" /></p>
<p style="text-align:justify;">SQL Server is an ocean of information. I believe if one starts learning today, after 60 years he/she may still be learning the subject (there are always a few exceptions)! Recently, I published the <a href="http://bit.ly/sql-qa" target="_blank"><strong>SQL Server Questions and Answers</strong></a> video tutorial, and since the course came out, I have been receiving lots of request to share SQL Tips which are small and easy to digest.</p>
<p style="text-align:justify;">While writing the SQL books with my co-authors <a href="http://blogs.extremeexperts.com/" target="_blank">Vinod Kumar</a> and <a href="http://joes2pros.com/" target="_blank">Rick Morelan</a>, we often came across very interesting and useful tips which we believe would be helpful to readers. Sometimes the tips are so small that we could not find an appropriate place for them in the book. We call them <strong><em>Sixty Seconds Tips</em></strong>. The tips are so small that sometimes sixty seconds are too long for them. Keeping the notion of quick and easy tips &#8211; we have decided to come up with new series called “SQL in Sixty Seconds.” Every week we will post one small but useful video tip. We believe that <strong><em>Sixty Seconds </em></strong>is metaphor for<strong><em> quick and easy tip.</em></strong></p>
<p style="text-align:justify;">I have seen many developers staying away from CTE (Common Table Expression), their excuse is that they do not know how to convert subqueries to CTE or they think it is very complicated to do so. In the very first episode of <strong><em>SQL in Sixty Seconds</em></strong> we will see how easily one can convert Subqueries to CTE and CTE to Subqueries.</p>
<p style="text-align:justify;"><span style="text-align:center; display: block;"><a href="http://blog.sqlauthority.com/2012/02/08/sql-server-convert-subquery-to-cte-sql-in-sixty-seconds-001-video/"><img src="http://img.youtube.com/vi/Z7VuYBXX2dg/2.jpg" alt="" /></a></span></p>
<p style="text-align:justify;"><strong>More on CTE:</strong><br />
<a href="http://blog.sqlauthority.com/2008/07/28/sql-server-simple-example-of-recursive-cte/" target="_blank">Simple Example of Recursive CTE</a><br />
<a href="http://blog.sqlauthority.com/2009/08/08/sql-server-multiple-cte-in-one-select-statement-query/" target="_blank">Multiple CTE in One SELECT Statement Query</a><br />
<a href="http://blog.sqlauthority.com/2011/05/10/sql-server-common-table-expression-cte-and-few-observation/" target="_blank">Common Table Expression (CTE) and Few Observation</a><br />
<a href="http://blog.sqlauthority.com/2009/06/23/sql-server-2005-2008-delete-duplicate-rows/" target="_blank">Delete Duplicate Rows</a><br />
<a href="http://blog.sqlauthority.com/2008/07/29/sql-server-sql-server-simple-example-of-recursive-cte-part-2-maxrecursion-prevent-cte-infinite-loop/" target="_blank">Simple Example of Recursive CTE – Part 2 – MAXRECURSION – Prevent CTE Infinite Loop</a><br />
<a href="http://blog.sqlauthority.com/2007/06/11/sql-server-2005-t-sql-paging-query-technique-comparison-over-and-row_number-cte-vs-derived-table/" target="_blank">T-SQL Paging Query Technique Comparison (OVER and ROW_NUMBER()) – CTE vs. Derived Table</a></p>
<p style="text-align:justify;">I encourage you to submit your ideas for <strong><em>SQL in Sixty Seconds</em></strong>. We will try to accommodate as many as we can.</p>
<p style="text-align:justify;">Reference: <strong>Pinal Dave (<a href="http://blog.sqlauthority.com/" target="_blank">http://blog.sqlauthority.com</a>)</strong></p>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/sql-in-sixty-seconds/'>SQL in Sixty Seconds</a>, <a href='http://blog.sqlauthority.com/category/tech/sql-scripts/'>SQL Scripts</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlserver/'>SQLServer</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/video/'>Video</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/17245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/17245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/17245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/17245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/17245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/17245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/17245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/17245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/17245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/17245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/17245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/17245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/17245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/17245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=17245&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2012/02/08/sql-server-convert-subquery-to-cte-sql-in-sixty-seconds-001-video/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/60.jpg" medium="image" />
	</item>
		<item>
		<title>SQLAuthority News &#8211; I am Speaking at SQL Saturday 116 &#8211; Bangalore, India on January 7, 2012 &#8211; First SQL Saturday in India</title>
		<link>http://blog.sqlauthority.com/2012/01/05/sqlauthority-news-i-am-speaking-at-sql-saturday-116-bangalore-india-on-january-7-2012-first-sql-saturday-in-india/</link>
		<comments>http://blog.sqlauthority.com/2012/01/05/sqlauthority-news-i-am-speaking-at-sql-saturday-116-bangalore-india-on-january-7-2012-first-sql-saturday-in-india/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 01:30:36 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Performance]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLAuthority Author Visit]]></category>
		<category><![CDATA[SQLAuthority News]]></category>
		<category><![CDATA[SQLServer]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[SQL Saturday]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16897</guid>
		<description><![CDATA[SQLSaturday 116 is now only 3 days away. SQL Saturday is FREE event all the attendees and 100% SQL community driven. This is very first SQL Saturday in India and I am very much excited that I will be speaking at this event on my favorite subject of SQL Server Performance Tuning. I have so [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=16897&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><img class="alignleft" src="http://www.pinaldave.com/bimg/sqlsat116_web.jpg" alt="" width="236" height="115" />SQLSaturday 116 is now only 3 days away. SQL Saturday is FREE event all the attendees and 100% SQL community driven. This is very first SQL Saturday in India and I am very much excited that I will be speaking at this event on my favorite subject of SQL Server Performance Tuning. I have so far delivered 100s of presentation on this subject but this subject never gets old and I never ran out of new tips and tricks.</p>
<p style="text-align:justify;">I suggest you mark your calender right now and present at the hall before time to secure your seat.</p>
<h2 style="text-align:justify;">Session Details</h2>
<h3 style="text-align:justify;">SQL Server Performance Tips and Tricks</h3>
<p style="text-align:justify;"><img class="alignleft" style="margin:2px;" src="http://www.pinaldave.com/bimg/speed1.jpg" alt="" width="150" />In this session we will go over various SQL Server Performance Tuning Tricks and Tips. Learn about top tips and best SQL Server performance practices related to:</p>
<ul style="text-align:justify;">
<li>Unused Indexes</li>
<li>Clustered Indexes</li>
<li>Importance of Statistics</li>
<li>Index Maintenance Scripts</li>
<li>ColumnStore Index</li>
<li>A Surprise Secret Tip</li>
</ul>
<h3 style="text-align:justify;">January 7, 2012 1:30 PM</h3>
<p style="text-align:justify;">I will ask 5 questions during my session and needless to say 5 winners will get copy of my book.</p>
<p style="text-align:justify;">The session will be 100% demo oriented and I will share lots of tips and tricks during this session. Just like every other session of mine, this session will have lots of trivia for you as well it will be extremely interactive. If you prefer to stay quite during the session, this session will a perfect technology opener for you. Once you are in the session &#8211; you will be talking and discussion various aspect of performance along with your co-attendees and me.</p>
<p style="text-align:justify;">Additionally, I am personally waiting for the sessions of <strong>Rick Morelan</strong> who is founder of Joes 2 Pros series. Do not miss any of the sessions of SQL Saturday &#8211; here is the <a href="http://sqlsaturday.com/schedule.aspx" target="_blank">complete schedule</a>.</p>
<p style="text-align:justify;">My friend <strong><a href="http://blogs.extremeexperts.com/2012/01/04/sqlsaturday-116-my-session/" target="_blank">Vinod Kumar</a></strong> has written blog on his sessions, read it <a href="http://blogs.extremeexperts.com/2012/01/04/sqlsaturday-116-my-session/" target="_blank">here</a>.</p>
<p style="text-align:justify;"><strong>Note:</strong> Session will be not recorded. There will be no live cast of the 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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/about-me/'>About Me</a>, <a href='http://blog.sqlauthority.com/category/best-practices/'>Best Practices</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/sql-performance/'>SQL Performance</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-author-visit/'>SQLAuthority Author Visit</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-news/'>SQLAuthority News</a>, <a href='http://blog.sqlauthority.com/category/sqlserver/'>SQLServer</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a> Tagged: <a href='http://blog.sqlauthority.com/tag/sql-saturday/'>SQL Saturday</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/16897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/16897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/16897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/16897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/16897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/16897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/16897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/16897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/16897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/16897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/16897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/16897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/16897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/16897/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=16897&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2012/01/05/sqlauthority-news-i-am-speaking-at-sql-saturday-116-bangalore-india-on-january-7-2012-first-sql-saturday-in-india/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/sqlsat116_web.jpg" medium="image" />

		<media:content url="http://www.pinaldave.com/bimg/speed1.jpg" medium="image" />
	</item>
		<item>
		<title>SQLAuthority News &#8211; SQL Saturday 116 &#8211; SQL Saturday in Bangalore, India on January 7, 2012 &#8211; 4 Saturdays to Go</title>
		<link>http://blog.sqlauthority.com/2011/12/10/sqlauthority-news-sql-saturday-116-sql-saturday-in-bangalore-india-on-january-7-2012-4-saturdays-to-go/</link>
		<comments>http://blog.sqlauthority.com/2011/12/10/sqlauthority-news-sql-saturday-116-sql-saturday-in-bangalore-india-on-january-7-2012-4-saturdays-to-go/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 01:30:18 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLAuthority News]]></category>
		<category><![CDATA[SQLServer]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[SQL Saturday]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16272</guid>
		<description><![CDATA[SQLSaturday 116 is now only 4 weeks away. SQL Saturday is FREE event all the attendees and 100% SQL community driven. Schedule and Venue Event Date: January 7, 2012 Event Time: 10 AM to 6 PM Event Venue: Microsoft Singature Building, Domlur, Bangalore , Bangalore, India Important Links: Register for the event &#8211; We are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=16272&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><img class="alignleft" src="http://www.pinaldave.com/bimg/sqlsat116_web.jpg" alt="" width="236" height="115" />SQLSaturday 116 is now only 4 weeks away. SQL Saturday is FREE event all the attendees and 100% SQL community driven.</p>
<h3 style="text-align:justify;"></h3>
<h3 style="text-align:justify;"></h3>
<h3 style="text-align:justify;"></h3>
<h3 style="text-align:justify;">Schedule and Venue</h3>
<p style="text-align:justify;">Event Date: January 7, 2012<br />
Event Time: 10 AM to 6 PM<br />
Event Venue: Microsoft Singature Building, Domlur, Bangalore , Bangalore, India</p>
<h3>Important Links:</h3>
<p><strong><a href="http://www.sqlsaturday.com/116/register.aspx" target="_blank">Register for the event</a></strong> &#8211; We are 100% over capacity. Please put your name on <strong>waiting list</strong>, we are working on various options.</p>
<p><strong><a href="http://www.sqlsaturday.com/116/callforspeakers.aspx" target="_blank">Submit your session</a></strong> title and abstract by December 10, 2011. <strong>Today</strong> is last day!</p>
<h3>Call to Action &#8211; Spread the words</h3>
<p style="text-align:justify;">Blog, tweet, facebook it &#8211; spread the word. Use the #SQLSat116 as your hashtag on tweeter. Use the SQL Saturday Logo in your postings.</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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/about-me/'>About Me</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-news/'>SQLAuthority News</a>, <a href='http://blog.sqlauthority.com/category/sqlserver/'>SQLServer</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a> Tagged: <a href='http://blog.sqlauthority.com/tag/sql-saturday/'>SQL Saturday</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/16272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/16272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/16272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/16272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/16272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/16272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/16272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/16272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/16272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/16272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/16272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/16272/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/16272/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/16272/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=16272&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/12/10/sqlauthority-news-sql-saturday-116-sql-saturday-in-bangalore-india-on-january-7-2012-4-saturdays-to-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/sqlsat116_web.jpg" medium="image" />
	</item>
		<item>
		<title>SQL SERVER &#8211; Error: Deleting Offline Database and Creating the Same Name</title>
		<link>http://blog.sqlauthority.com/2011/12/08/sql-server-error-deleting-offline-database-and-creating-the-same-name/</link>
		<comments>http://blog.sqlauthority.com/2011/12/08/sql-server-error-deleting-offline-database-and-creating-the-same-name/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 01:30:51 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[Readers Contribution]]></category>
		<category><![CDATA[Readers Question]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Management Studio]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16207</guid>
		<description><![CDATA[Offline database is very interesting subject, and there are a couple of interesting details associated with it, which one must know. There are two common queries related to offline database: 1)      My hard drive is getting full and I deleted my ‘offline’ databases. After deleting my offline databases, my hard drive is still full and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=16207&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Offline database is very interesting subject, and there are a couple of interesting details associated with it, which one must know.</p>
<p style="text-align:justify;"><img class="alignleft" src="http://www.pinaldave.com/bimg/offline.jpg" alt="" width="234" height="263" /></p>
<p style="text-align:justify;">There are two common queries related to offline database:</p>
<p style="text-align:justify;">1)      My hard drive is getting full and I deleted my ‘offline’ databases. After deleting my offline databases, my hard drive is still full and there is no empty space.</p>
<p style="text-align:justify;">2)      I recently deleted the ‘offline’ database, and now, when I am attempting to create database with the same name, it is giving me error that the database file already exists.</p>
<p style="text-align:justify;">I can see why these questions are coming up frequently. The common understanding that seems to prevail is that when any database is deleted, files associated with the database (.mdf, .ndf and .ldf) are deleted automatically. This is true for any database that is an ‘online’ database. However, the behavior is bit different in the case of the ‘offline’ database. When any ‘offline’ database is deleted, files associated with the database are not deleted automatically. All the files related to the ‘offline’ database need to be deleted manually after deleting the offline database.</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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/readers-contribution/'>Readers Contribution</a>, <a href='http://blog.sqlauthority.com/category/readers-question/'>Readers Question</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/sql-server-management-studio/'>SQL Server Management Studio</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/16207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/16207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/16207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/16207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/16207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/16207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/16207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/16207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/16207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/16207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/16207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/16207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/16207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/16207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=16207&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/12/08/sql-server-error-deleting-offline-database-and-creating-the-same-name/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/offline.jpg" medium="image" />
	</item>
		<item>
		<title>SQLAuthority News &#8211; SQL Saturday 116 &#8211; SQL Saturday in Bangalore, India on January 7, 2012</title>
		<link>http://blog.sqlauthority.com/2011/12/05/sqlauthority-news-sql-saturday-116-sql-saturday-in-bangalore-india-on-january-7-2012/</link>
		<comments>http://blog.sqlauthority.com/2011/12/05/sqlauthority-news-sql-saturday-116-sql-saturday-in-bangalore-india-on-january-7-2012/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 01:30:11 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLAuthority News]]></category>
		<category><![CDATA[SQLServer]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[SQL Saturday]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=16143</guid>
		<description><![CDATA[This is the biggest news for SQL Enthusiast in India. SQL Saturday is here in India. PASS SQLSaturday’s are free 1-day training events for SQL Server professionals that focus on local speakers, providing a variety of high-quality technical sessions, and making it all happen through the efforts of volunteers. We think you&#8217;ll find it&#8217;s a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=16143&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><img class="alignleft" src="http://www.pinaldave.com/bimg/sqlsat116_web.jpg" alt="" width="236" height="115" />This is the biggest news for SQL Enthusiast in India. SQL Saturday is here in India. PASS SQLSaturday’s are free 1-day training events for SQL Server professionals that focus on local speakers, providing a variety of high-quality technical sessions, and making it all happen through the efforts of volunteers. We think you&#8217;ll find it&#8217;s a great way to spend a Saturday – or any day.</p>
<p style="text-align:justify;">SQL Saturday is FREE event all the attendees and 100% SQL community driven.</p>
<h3 style="text-align:justify;">Schedule and Venue</h3>
<p style="text-align:justify;">Event Date: January 7, 2012<br />
Event Time: 10 AM to 6 PM<br />
Event Venue: Microsoft Singature Building, Domlur, Bangalore , Bangalore, India</p>
<p style="text-align:justify;"><strong><a href="http://www.sqlsaturday.com/116/location.aspx" target="_blank">Click here for link</a>.</strong></p>
<h3 style="text-align:justify;">Who can participate</h3>
<p style="text-align:justify;">Everyone.</p>
<h3 style="text-align:justify;">Cost to attend the event</h3>
<p style="text-align:justify;">FREE for all.</p>
<h3 style="text-align:justify;">Call to Action &#8211; Register for the event</h3>
<p style="text-align:justify;">Experience suggests that all the SQL Saturday event always gets over capacity. There are always more attendees than the event venue can accommodate. <strong><a href="http://www.sqlsaturday.com/116/register.aspx" target="_blank">Register</a></strong> for the event. SQLPASS website maintains waiting list after the capacity is full.</p>
<h3 style="text-align:justify;">Call to Action &#8211; Submit SQL Session</h3>
<p style="text-align:justify;">Speaking at this SQL only event which happens world-wide is prestigious itself. You are welcome to <strong><a href="http://www.sqlsaturday.com/116/callforspeakers.aspx" target="_blank">submit your session</a></strong> title and abstract by December 10, 2011. We will have volunteers and speaker dinner either on event day or the day before.</p>
<h3 style="text-align:justify;">Call to Action &#8211; Nominate yourself as Volunteer</h3>
<p style="text-align:justify;">Every successful event needs dedicated volunteers, this events needs your help. Send email to <strong><em>sqlsaturday116 &#8220;at&#8221; sqlsaturday.com</em> your details. You can also opt yourself as volunteer when you register for the event.</strong></p>
<h3 style="text-align:justify;">Call to Action &#8211; Spread the words</h3>
<p style="text-align:justify;">Blog, tweet, facebook it &#8211; spread the word. Use the #SQLSat116 as your hashtag on tweeter. Use the SQL Saturday Logo in your postings.</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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/about-me/'>About Me</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-news/'>SQLAuthority News</a>, <a href='http://blog.sqlauthority.com/category/sqlserver/'>SQLServer</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a> Tagged: <a href='http://blog.sqlauthority.com/tag/sql-saturday/'>SQL Saturday</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/16143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/16143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/16143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/16143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/16143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/16143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/16143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/16143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/16143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/16143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/16143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/16143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/16143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/16143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=16143&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/12/05/sqlauthority-news-sql-saturday-116-sql-saturday-in-bangalore-india-on-january-7-2012/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/sqlsat116_web.jpg" medium="image" />
	</item>
		<item>
		<title>SQL SERVER &#8211; 2012 RC0 Various Resources and Downloads</title>
		<link>http://blog.sqlauthority.com/2011/11/19/sql-server-2012-rc0-various-resources-and-downloads/</link>
		<comments>http://blog.sqlauthority.com/2011/11/19/sql-server-2012-rc0-various-resources-and-downloads/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 01:30:42 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Documentation]]></category>
		<category><![CDATA[SQL Download]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15955</guid>
		<description><![CDATA[Microsoft SQL Server 2012 Release Candidate 0 (RC0) Microsoft SQL Server 2012 RC0 enables a cloud-ready information platform that will help organizations unlock breakthrough insights across the organization. Microsoft SQL Server 2012 Express RC Microsoft SQL Server 2012 Express RC0 is a powerful and reliable free data management system that delivers a rich set of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=15955&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><strong><a href="http://www.microsoft.com/download/en/details.aspx?id=28145&amp;WT.mc_id=aff-n-in-loc--pd" target="_blank">Microsoft SQL Server 2012 Release Candidate 0 (RC0)</a></strong><br />
Microsoft SQL Server 2012 RC0 enables a cloud-ready information platform that will help organizations unlock breakthrough insights across the organization.</p>
<p style="text-align:justify;"><strong><a href="http://www.microsoft.com/download/en/details.aspx?id=28151&amp;WT.mc_id=aff-n-in-loc--pd" target="_blank">Microsoft SQL Server 2012 Express RC</a></strong><br />
Microsoft SQL Server 2012 Express RC0 is a powerful and reliable free data management system that delivers a rich set of features, data protection, and performance for embedded applications, lightweight Web Sites, applications, and local data stores.</p>
<p style="text-align:justify;"><strong><a href="http://www.microsoft.com/download/en/details.aspx?id=28148&amp;WT.mc_id=aff-n-in-loc--pd" target="_blank">Microsoft SQL Server 2012 Semantic Language Statistics RC0</a></strong><br />
The Semantic Language Statistics Database is a required component for the Statistical Semantic Search feature in Microsoft SQL Server 2012 Semantic Language Statistics RC0.</p>
<p style="text-align:justify;"><strong><a href="http://www.microsoft.com/download/en/details.aspx?id=28147&amp;WT.mc_id=aff-n-in-loc--pd" target="_blank">Microsoft SQL Server 2012 Release Candidate 0 (RC0) Manageability Tool Kit</a></strong><br />
The Microsoft SQL Server 2012 Release Candidate 0 (RC0) Manageability Tool Kit is a collection of stand-alone packages which provide additional value for Microsoft SQL Server 2012 Release Candidate 0 (RC0).</p>
<p style="text-align:justify;"><strong><a href="http://www.microsoft.com/download/en/details.aspx?id=28150&amp;WT.mc_id=aff-n-in-loc--pd" target="_blank">Microsoft SQL Server 2012 PowerPivot for Microsoft Excel 2010 Release Candidate 0 (RC0)</a></strong><br />
Microsoft PowerPivot for Microsoft Excel 2010 provides ground-breaking technology; fast manipulation of large data sets, streamlined integration of data, and the ability to effortlessly share your analysis through Microsoft SharePoint</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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/sql-documentation/'>SQL Documentation</a>, <a href='http://blog.sqlauthority.com/category/sql-download/'>SQL Download</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/15955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/15955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/15955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/15955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/15955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/15955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/15955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/15955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/15955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/15955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/15955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/15955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/15955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/15955/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=15955&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/11/19/sql-server-2012-rc0-various-resources-and-downloads/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>
	</item>
		<item>
		<title>SQLAuthority News &#8211; SQL Server Interview Questions And Answers Book Summary</title>
		<link>http://blog.sqlauthority.com/2011/11/04/sqlauthority-news-sql-server-interview-questions-and-answers-book-summary/</link>
		<comments>http://blog.sqlauthority.com/2011/11/04/sqlauthority-news-sql-server-interview-questions-and-answers-book-summary/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 01:30:43 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Interview Questions and Answers]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLAuthority News]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15612</guid>
		<description><![CDATA[Today we are using computers for various activities, motor vehicles for traveling to places, and mobile phones for conversation. How many of us can claim the invention of micro-processor, a basic wheel, or the telegraph? Similarly, this book was not written overnight. The journey of this book goes many years back with many individuals to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=15612&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><a href="http://blog.sqlauthority.com/sql-server-books/sql-server-interview-questions-and-answers-for-all-database-developers-and-developers-administrators/"><img class="alignleft" style="margin-right:2px;margin-left:2px;" src="http://www.pinaldave.com/bimg/sqlinterview.jpg" alt="" width="300" height="456" /></a>Today we are using computers for various activities, motor vehicles for traveling to places, and mobile phones for conversation. How many of us can claim the invention of micro-processor, a basic wheel, or the telegraph? Similarly, this book was not written overnight. The journey of this book goes many years back with many individuals to be thanked for.</p>
<p style="text-align:justify;">To begin with, we want to thank all those interviewers who reject interviewees by saying they need to know ‘the key things’ regardless of having high grades in class. The whole concept of interview questions and answers revolves around knowing those ‘key things’.</p>
<p style="text-align:justify;">The core concept of this book will continue to evolve over time. I am sure many of you will come along with us on this journey and submit your suggestions to us to make this book a key reference for anybody who wants to start with SQL Server. Today we want to acknowledge the fact that you will help us keep this book alive forever with the latest updates. We want to thank everyone who participates in this journey with us.</p>
<p style="text-align:justify;">Though each of these chapters are geared towards convenience we highly recommend reading each of the sections irrespective of the roles you might be doing since each of the sections have some interesting trivia about working with SQL Server. In the industry the role of accidental DBA’s (especially with SQL Server) is very common. Hence if you have performed the role of DBA for a short stint and want to brush-up your fundamentals then the upcoming sections will be a great review.</p>
<p style="text-align:justify;"><strong>Table Of Contents</strong></p>
<ul style="text-align:justify;">
<li>Database Concepts With Sql Server</li>
<li>Common Generic Questions &amp; Answers</li>
<li>Common Developer Questions</li>
<li>Common Tricky Questions</li>
<li>Miscellaneous Questions On Sql Server 2008</li>
<li>Dba Skills Related Questions</li>
<li>Data Warehousing Interview Questions &amp; Answers</li>
<li>General Best Practices</li>
</ul>
<h2>[<a href="http://amzn.to/qTOXoG" target="_blank"><strong>Amazon</strong></a>] | [<a href="http://bit.ly/indiasqlinterview" target="_blank"><strong>Flipkart</strong></a>]</h2>
<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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/best-practices/'>Best Practices</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/sql-interview-questions-and-answers/'>SQL Interview Questions and Answers</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-news/'>SQLAuthority News</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/15612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/15612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/15612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/15612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/15612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/15612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/15612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/15612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/15612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/15612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/15612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/15612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/15612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/15612/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=15612&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/11/04/sqlauthority-news-sql-server-interview-questions-and-answers-book-summary/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/sqlinterview.jpg" medium="image" />
	</item>
		<item>
		<title>SQLAuthority News &#8211; New Book Released &#8211; SQL Server Interview Questions And Answers</title>
		<link>http://blog.sqlauthority.com/2011/11/03/sqlauthority-news-new-book-released-sql-server-interview-questions-and-answers/</link>
		<comments>http://blog.sqlauthority.com/2011/11/03/sqlauthority-news-new-book-released-sql-server-interview-questions-and-answers/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 01:30:26 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Data Warehousing]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Interview Questions and Answers]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLAuthority Book Review]]></category>
		<category><![CDATA[SQLAuthority News]]></category>
		<category><![CDATA[SQLServer]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15590</guid>
		<description><![CDATA[Two days ago, on birthday of my blog &#8211; I asked simple question &#8211; Guess! What is in this box? I have received lots of interesting comments on the blog about what is in it. Many of you got it absolutely incorrect and many got it close to the right answer but no one got [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=15590&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><img class="alignleft" style="margin:2px;" src="http://www.pinaldave.com/bimg/box.JPG" alt="" width="201" height="151" />Two days ago, on <strong><a href="http://blog.sqlauthority.com/2011/11/01/sqlauthority-news-5th-anniversary-giveaways/" target="_blank">birthday of my blog</a></strong> &#8211; I asked simple question &#8211; <em><strong>Guess! What is in this box?</strong></em></p>
<p style="text-align:justify;">I have received lots of interesting comments on the blog about what is in it. Many of you got it absolutely incorrect and many got it close to the right answer but no one got it 100% correct. Well, no issue at all, I am going to give away the price to whoever has the closest answer first in personal email.</p>
<p style="text-align:justify;"><img class="alignleft" style="margin:2px;" src="http://www.pinaldave.com/bimg/bookbox.JPG" alt="" width="244" height="182" /></p>
<p style="text-align:justify;">Here is the answer to the question about what is in the box? Here it is &#8211; the box has my new book. In fact, I should say <em><strong>our</strong></em> new book as I co-authored this book with my very good friend <strong><a href="http://blogs.extremeexperts.com/" target="_blank">Vinod Kumar</a></strong>. We had real blast writing this book together and had lots of interesting conversation when we were writing this book. This book has one simple goal &#8211; &#8220;master the basics.&#8221;</p>
<p style="text-align:justify;">This book is not only for people who are preparing for interview. This book is for every one who wants to revisit the basics and wants to prepare themselves to the technology. One always needs to have practical knowledge to do their duty efficiently. This book talks about more than basics. There are multiple ways to present learning &#8211; either we can create simple book or make it interesting. We have decided the learning should be interactive and have opted for Interview Questions and Answer format.</p>
<p style="text-align:justify;">Here is quick interview which we have done together.</p>
<p style="text-align:justify;"><span style="text-align:center; display: block;"><a href="http://blog.sqlauthority.com/2011/11/03/sqlauthority-news-new-book-released-sql-server-interview-questions-and-answers/"><img src="http://img.youtube.com/vi/-TsXh9guB8M/2.jpg" alt="" /></a></span></p>
<h3 style="text-align:justify;"><a href="http://bit.ly/sqlinterviewbook" target="_blank">Details of the books are here</a></h3>
<p style="text-align:justify;"><img class="alignleft" style="margin:2px;" src="http://www.pinaldave.com/bimg/sqlinterview.jpg" alt="" width="200" />The core concept of this book will continue to evolve over time. I am sure many of you will come along with us on this journey and submit your suggestions to us to make this book a key reference for anybody who wants to start with SQL server. Today we want to acknowledge the fact that you will help us keep this book alive forever with the latest updates. We want to thank everyone who participates in this journey with us.</p>
<p style="text-align:justify;">You can get the books from [<a href="http://amzn.to/qTOXoG" target="_blank"><strong>Amazon</strong></a>] | [<a href="http://bit.ly/indiasqlinterview" target="_blank"><strong>Flipkart</strong></a>].</p>
<p style="text-align:justify;"><strong>Read <a href="http://blogs.extremeexperts.com/2011/11/03/sql-server-interview-book/" target="_blank">Vinod</a>&#8216;s blog post. </strong>Do not forget to wish him<strong> happy birthday</strong> as today is his birthday and also book release day &#8211; two reason to wish him congratulations.<strong><br />
</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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/best-practices/'>Best Practices</a>, <a href='http://blog.sqlauthority.com/category/data-warehousing/'>Data Warehousing</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/sql-interview-questions-and-answers/'>SQL Interview Questions and Answers</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-book-review/'>SQLAuthority Book Review</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-news/'>SQLAuthority News</a>, <a href='http://blog.sqlauthority.com/category/sqlserver/'>SQLServer</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/15590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/15590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/15590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/15590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/15590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/15590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/15590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/15590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/15590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/15590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/15590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/15590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/15590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/15590/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=15590&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/11/03/sqlauthority-news-new-book-released-sql-server-interview-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/box.JPG" medium="image" />

		<media:content url="http://www.pinaldave.com/bimg/bookbox.JPG" medium="image" />

		<media:content url="http://www.pinaldave.com/bimg/sqlinterview.jpg" medium="image" />
	</item>
		<item>
		<title>SQLAuthority News &#8211; History of the Database &#8211; 5 Years of Blogging at SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2011/11/01/sqlauthority-news-history-of-the-database-5-years-of-blogging-at-sqlauthority/</link>
		<comments>http://blog.sqlauthority.com/2011/11/01/sqlauthority-news-history-of-the-database-5-years-of-blogging-at-sqlauthority/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 01:30:02 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLServer]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15316</guid>
		<description><![CDATA[Don&#8217;t miss the Contest:Participate in 5th Anniversary Contest &#160; Today is this blog&#8217;s birthday, and I want to do a fun, informative blog post. Five years ago this day I started this blog. Intention &#8211; my personal web blog. I wrote this blog for me and still today whatever I learn I share here. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=15316&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3 style="text-align:center;"><span style="color:#ff0000;">Don&#8217;t miss the Contest</span>:<a href="http://blog.sqlauthority.com/2011/11/01/sqlauthority-news-5th-anniversary-giveaways/" target="_blank">Participate in 5th Anniversary Contest</a></h3>
<p>&nbsp;</p>
<p style="text-align:justify;"><img class="alignleft" src="http://www.pinaldave.com/bimg/5thbirthday.jpg" alt="" width="157" height="156" />Today is this blog&#8217;s birthday, and I want to do a fun, informative blog post. Five years ago this day I started this blog. Intention &#8211; my personal web blog. I wrote this blog for me and still today whatever I learn I share here. I don’t want to wander too far off topic, though, so I will write about two of my favorite things – history and databases.  And what better way to cover these two topics than to talk about the history of databases.</p>
<p style="text-align:justify;">If you want to be technical, databases as we know them today only date back to the late 1960’s and early 1970’s, when computers began to keep records and store memories.  But the idea of memory storage didn’t just appear 40 years ago – there was a history behind wanting to keep these records.</p>
<p style="text-align:justify;"><img class="alignright" style="margin:2px;" src="http://www.pinaldave.com/bimg/birth1.jpg" alt="" width="200" height="151" />In fact, the written word originated as a way to keep records – ancient man didn’t decide they suddenly wanted to read novels, they needed a way to keep track of the harvest, of their flocks, and of the tributes paid to the local lord.  And that is how writing and the database began.  You could consider the cave paintings from 17,0000 years ago at Lascaux, France, or the clay token from the ancient Sumerians in 8,000 BC to be the first instances of record keeping – and thus databases.</p>
<p style="text-align:justify;">If you prefer, you can consider the advent of written language to be the first database.  Many historians believe the first written language appeared in the 37<sup>th</sup> century BC, with Egyptian hieroglyphics. The ancient Sumerians, not to be outdone, also created their own written language within a few hundred years.</p>
<p style="text-align:justify;"><img class="alignleft" style="margin:2px;" src="http://www.pinaldave.com/bimg/birth2.jpg" alt="" width="200" />Databases could be more closely described as collections of information, in which case the Sumerians win the prize for the first archive.  A collection of 20,000 stone tablets was unearthed in 1964 near the modern day city Tell Mardikh, in Syria.  This ancient database is from 2,500 BC, and appears to be a sort of law library where apprentice-scribes copied important documents.  Further archaeological digs hope to uncover the palace library, and thus an even larger database.</p>
<p style="text-align:justify;">Of course, the most famous ancient database would have to be the Royal Library of Alexandria, the great collection of records and wisdom in ancient Egypt.  It was created by Ptolemy I, and existed from 300 BC through 30 AD, when Julius Caesar effectively erased the hard drives when he accidentally set fire to it.  As any programmer knows who has forgotten to hit “save” or has experienced a sudden power outage, thousands of hours of work was lost in a single instant.</p>
<p style="text-align:justify;">Databases existed in very similar conditions up until recently.  Cuneiform tablets gave way to papyrus, which led to vellum, and eventually modern paper and the printing press.  Someday the databases we rely on so much today will become another chapter in the history of record keeping.  Who knows what the databases of tomorrow will look like!</p>
<p style="text-align:justify;">Reference:<strong></strong>  Pinal Dave (<a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/about-me/'>About Me</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlserver/'>SQLServer</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/15316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/15316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/15316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/15316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/15316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/15316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/15316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/15316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/15316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/15316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/15316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/15316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/15316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/15316/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=15316&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/11/01/sqlauthority-news-history-of-the-database-5-years-of-blogging-at-sqlauthority/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/5thbirthday.jpg" medium="image" />

		<media:content url="http://www.pinaldave.com/bimg/birth1.jpg" medium="image" />

		<media:content url="http://www.pinaldave.com/bimg/birth2.jpg" medium="image" />
	</item>
		<item>
		<title>SQLAuthority News &#8211; SQL Server Wait Stats &#8211; eBook to Download on Kindle &#8211; Answer to FREE PDF Download Request</title>
		<link>http://blog.sqlauthority.com/2011/10/27/sqlauthority-news-sql-server-wait-stats-ebook-to-download-on-kindle-answer-to-free-pdf-download-request/</link>
		<comments>http://blog.sqlauthority.com/2011/10/27/sqlauthority-news-sql-server-wait-stats-ebook-to-download-on-kindle-answer-to-free-pdf-download-request/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 01:30:54 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15172</guid>
		<description><![CDATA[Being a book author is a completely new experience for me. I am yet to come across the issues faced by expert book authors. I assume that these interesting issues can be routine ones for expert book authors. One of the biggest requests I am getting for my SQL Server Wait Stats [Amazon] &#124; [Flipkart] [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=15172&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Being a book author is a completely new experience for me. I am yet to come across the issues faced by expert book authors. I assume that these interesting issues can be routine ones for expert book authors. One of the biggest requests I am getting for my SQL Server Wait Stats [<a href="http://amzn.to/p3tL1n" target="_blank"><strong>Amazon</strong></a>] | [<a href="http://bit.ly/waitstats" target="_blank"><strong>Flipkart</strong></a>] | [<a href="http://amzn.to/waitstatskindle" target="_blank"><strong>Kindle</strong></a>] book is my humble attempt to write a book. This is our very first experiment, and the book is beginning of the subject of SQL Server Wait Stats; we will come up with a new version of the book later next year when we have enough information for the SQL Server 2012 version.</p>
<p style="text-align:justify;">Following are the top 2 requests that I keep on receiving in emails, on blogs, Twitter, and Facebook.</p>
<p style="text-align:justify;"><strong><em>&#8220;Please send us FREE PDF of your book so we do not have to purchase it.&#8221;</em></strong></p>
<p style="text-align:justify;"><strong><em>&#8220;If you can share with us the eBook (free and downloadable) format of your book, we will share it with everybody we know and you will get additional exposure.&#8221;</em></strong></p>
<p style="text-align:justify;">Here is my response for the abovementioned requests:</p>
<p style="text-align:justify;">If you really need my book and cannot purchase it due to financial trouble, then feel free to let me know and I will purchase it myself and ship it to you.</p>
<p style="text-align:justify;">If you are in a country where the print book not available, then you can buy the Kindle book, which is available online in any country, and you can just read it on your computer and mobile devices. You DO NOT have to own a Kindle to read a Kindle format book. You can freely download Kindle software on your desired format and purchase the book online. For next 5 days, the kindle book is available at 3.99 in USA, and in other countries, the price is anywhere between 3.99 and 5.99. The price will go up by USD 2 everywhere across the world after 1st November, 2011.</p>
<p style="text-align:justify;">Here is the link to download Kindle Software for free <a href="http://www.amazon.com/gp/feature.html/ref=kcp_pc_mkt_lnd?docId=1000426311" target="_blank"><strong>PC</strong></a>, <a href="http://www.amazon.com/gp/feature.html?ie=UTF8&amp;docId=1000623751" target="_blank"><strong>WP7</strong></a>, and in marketplace for various other mobile devices. I thank you for giving warm response to <a href="http://amzn.to/waitstatskindle" target="_blank">SQL Server Wait Stats</a> book. I am motivated to write the next expanded version of this book.</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;">
<br />Filed under: <a href='http://blog.sqlauthority.com/category/about-me/'>About Me</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/15172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/15172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/15172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/15172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/15172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/15172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/15172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/15172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/15172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/15172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/15172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/15172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/15172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/15172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=15172&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/10/27/sqlauthority-news-sql-server-wait-stats-ebook-to-download-on-kindle-answer-to-free-pdf-download-request/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>
	</item>
		<item>
		<title>SQLAuthority News &#8211; SQLPASS &#8211; Today FREE 100 SQL Wait Stats Book Print Copy &#8211; Book Signing</title>
		<link>http://blog.sqlauthority.com/2011/10/13/sqlauthority-news-sqlpass-today-free-100-sql-wait-stats-book-print-copy/</link>
		<comments>http://blog.sqlauthority.com/2011/10/13/sqlauthority-news-sqlpass-today-free-100-sql-wait-stats-book-print-copy/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 01:30:27 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL PASS]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQL Wait Stats]]></category>
		<category><![CDATA[SQL Wait Types]]></category>
		<category><![CDATA[SQLAuthority Author Visit]]></category>
		<category><![CDATA[SQLAuthority News]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14869</guid>
		<description><![CDATA[&#8220;If there&#8217;s a book you really want to read, but it hasn&#8217;t been written yet, then you must write it.&#8221; ~Toni Morrison I wrote book on SQL Wait Stats. [Amazon] &#124; [Flipkart] &#124; [Kindle] I really wanted to learn about SQL Wait Stats. There was no real book available so I wrote the book myself. Since [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=14869&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><span style="font-family:georgia,bookman old style,palatino linotype,book antiqua,palatino,trebuchet ms,helvetica,garamond,sans-serif,arial,verdana,avante garde,century gothic,comic sans ms,times,times new roman,serif;"><em><strong>&#8220;If there&#8217;s a book you really want to read, but it hasn&#8217;t been written yet, then you must write it.&#8221;</strong></em> ~Toni Morrison</span></p>
<p style="text-align:justify;"><em>I wrote book on SQL Wait Stats.</em> [<a href="http://amzn.to/p3tL1n" target="_blank">Amazon</a>] | [<a href="http://bit.ly/waitstats" target="_blank">Flipkart</a>] | [<a href="http://amzn.to/waitstatskindle%20%20" target="_blank">Kindle</a>]</p>
<p class="alignleft" style="text-align:justify;margin:5px;"><img class="alignleft" style="margin:5px;" src="http://www.pinaldave.com/bimg/j2pwait_s.jpg" alt="" width="126" height="188" />I really wanted to learn about SQL Wait Stats. There was no real book available so I wrote the book myself. Since I wrote this book, I feel I can now more 100 pages to what I had contributed. I am very fortunate that my SQL Wait Stats book is very well accepted in community. Every author who authors book has dream that his book is well received and well read. In the recent internet era eBooks and PDF copies are everywhere and the job of reading print book and using bookmark is getting faded. Just like the same every author wants to have their books book signing event. I am so fortunate that during this SQLPASS the similar opportunity has presented to me.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">I will be also doing book signing but here is interesting twist &#8211; you do not have to purchase the books (USD 11.99) &#8211; this book will be <strong><span style="color:#ff0000;">FREE</span></strong> for you.</p>
<p style="text-align:justify;">Here are further details:</p>
<p style="text-align:justify;"><strong>Event: SQL Server Wait Stats Book Signing </strong><br />
<strong>Date: October 13, 2011 Thursday</strong><br />
<strong>Time: 1 PM to 2 PM</strong><br />
<strong>Location: SQLPASS Exhibitors Booth #300</strong></p>
<p style="text-align:justify;">Thanks to kind people at <a href="http://sqlauthority.files.wordpress.com/2011/10/expressor3.png" target="_blank"><strong>expressor Studio</strong></a> for kindly helping me to with this arrangement.</p>
<p style="text-align:justify;">Read the review of the book on <strong><a href="http://sqlconcept.com/2011/10/10/book-review-sql-performance-tuning-techniques-using-wait-statistics-types-and-queues/" target="_blank">SQLConcepts</a></strong> and on <strong><a href="http://bit.ly/waitstats" target="_blank">flipkart</a></strong>.</p>
<p style="text-align:justify;">See you tomorrow!</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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/about-me/'>About Me</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/sql-pass/'>SQL PASS</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sql-wait-stats/'>SQL Wait Stats</a>, <a href='http://blog.sqlauthority.com/category/sql-wait-types/'>SQL Wait Types</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-author-visit/'>SQLAuthority Author Visit</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-news/'>SQLAuthority News</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/14869/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/14869/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/14869/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/14869/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/14869/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/14869/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/14869/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/14869/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/14869/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/14869/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/14869/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/14869/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/14869/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/14869/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=14869&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/10/13/sqlauthority-news-sqlpass-today-free-100-sql-wait-stats-book-print-copy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/j2pwait_s.jpg" medium="image" />
	</item>
		<item>
		<title>SQLAuthority News &#8211; SQLPASS &#8211; 100 SQL Wait Stats Book Print Copy Giveaway &#8211; A Book Every Minute for an Hour Tomorrow</title>
		<link>http://blog.sqlauthority.com/2011/10/12/sqlauthority-news-sqlpass-100-sql-wait-stats-book-print-copy-giveaway-a-book-every-minute-for-an-hour-tomorrow/</link>
		<comments>http://blog.sqlauthority.com/2011/10/12/sqlauthority-news-sqlpass-100-sql-wait-stats-book-print-copy-giveaway-a-book-every-minute-for-an-hour-tomorrow/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 01:30:46 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL PASS]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQL Wait Stats]]></category>
		<category><![CDATA[SQL Wait Types]]></category>
		<category><![CDATA[SQLAuthority Author Visit]]></category>
		<category><![CDATA[SQLAuthority News]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14847</guid>
		<description><![CDATA[&#8220;Appreciation is a wonderful thing: It makes what is excellent in others belong to us as well&#8221; &#8211; Voltaire &#8220;The greatest of all gifts is the power to estimate things at their true worth&#8221; &#8211; Francois De La Rochefoucauld Please Note: The date and time are Thursday 13 at 1 PM (not Wednesday) &#8211; there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=14847&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><em><strong>&#8220;Appreciation is a wonderful thing: It makes what is excellent in others belong to us as well&#8221;</strong></em> &#8211; Voltaire</p>
<p style="text-align:justify;"><em><strong>&#8220;The greatest of all gifts is the power to estimate things at their true worth&#8221;</strong></em> &#8211; Francois De La Rochefoucauld</p>
<p style="text-align:justify;">Please Note:<strong> The date and time are <span style="color:#ff0000;">Thursday 13 at 1 PM</span> (not Wednesday)</strong> &#8211; there are few emails asking for the same.</p>
<p style="text-align:justify;"><img class="alignleft" style="margin:5px;" src="http://www.pinaldave.com/bimg/j2pwait_s.jpg" alt="" width="170" height="255" /></p>
<p style="text-align:justify;">Quotes listed above are really relevant to the news of the day. Regular readers of my blog knows that I have published SQL Server Wait Stats [<a href="http://amzn.to/p3tL1n" target="_blank"><strong>Amazon</strong></a>] | [<a href="http://bit.ly/waitstats" target="_blank"><strong>Flipkart</strong></a>] book. I am glad to say that this book has become extremely popular since it has been published. It has ran out of stock in India two times thus far. In USA, we could manage the inventory efficiently. This book is now available on <a href="http://amzn.to/waitstatskindle%20%20" target="_blank"><strong>Kindle</strong></a> (at a price less than that of a coffee).</p>
<p style="text-align:justify;">Recently, the kind people at <a href="http://go.expressor-software.com/desktop-edition-etl-tool.html?campaignID=70140000000MapQ" target="_blank"><strong>expressor Studio</strong></a> have previously <a href="http://blog.sqlauthority.com/2011/09/27/sqlauthority-news-31-millions-views-free-5-print-copy-of-sql-wait-types-and-queues/" target="_blank">gave away few copies</a> of my book. The same folks have sent me email that they got excellent feedback for the book from the readers who received the book. They have decided to give away 100 copies of my Wait Stats Print Book on <strong>Thursday October 13, 2011 between 1.00 and 2.00 PM</strong> at SQLPASS exhibition at <strong>Booth #300</strong>. I am just speechless at their efforts and good will for my book.</p>
<p style="text-align:justify;">Tomorrow, I will be available between 1.00 and 2.00 PM at booth #300 and signing the books personally. Just stop by the booth and pick up the book. We intend to give away 1 book every minute of that hour. Honestly, it will be more than 1 book as there will be 100 books to give away during the short period of 60 minutes (on First come first serve basis!)</p>
<p style="text-align:justify;">See you tomorrow!</p>
<p style="text-align:justify;">and thanks one more time <strong><a href="http://go.expressor-software.com/desktop-edition-etl-tool.html?campaignID=70140000000MapQ" target="_blank">expressor Studio.</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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/about-me/'>About Me</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/sql-pass/'>SQL PASS</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sql-wait-stats/'>SQL Wait Stats</a>, <a href='http://blog.sqlauthority.com/category/sql-wait-types/'>SQL Wait Types</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-author-visit/'>SQLAuthority Author Visit</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-news/'>SQLAuthority News</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/14847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/14847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/14847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/14847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/14847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/14847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/14847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/14847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/14847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/14847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/14847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/14847/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/14847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/14847/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=14847&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/10/12/sqlauthority-news-sqlpass-100-sql-wait-stats-book-print-copy-giveaway-a-book-every-minute-for-an-hour-tomorrow/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/j2pwait_s.jpg" medium="image" />
	</item>
		<item>
		<title>SQLAuthority News &#8211; System Center Monitoring Pack for Microsoft SQL Server 2008 R2 Parallel Data Warehouse Appliance</title>
		<link>http://blog.sqlauthority.com/2011/10/09/sqlauthority-news-system-center-monitoring-pack-for-microsoft-sql-server-2008-r2-parallel-data-warehouse-appliance/</link>
		<comments>http://blog.sqlauthority.com/2011/10/09/sqlauthority-news-system-center-monitoring-pack-for-microsoft-sql-server-2008-r2-parallel-data-warehouse-appliance/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 01:30:19 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Documentation]]></category>
		<category><![CDATA[SQL Download]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLAuthority News]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14781</guid>
		<description><![CDATA[Microsoft is continuously releasing something new in database related space and it is hard to keep it up what is new coming up. Every Sunday I will post all the new updates in the database and its related world. I will post here what is new every week and this post help us as a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=14781&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Microsoft is continuously releasing something new in database related space and it is hard to keep it up what is new coming up. Every Sunday I will post all the new updates in the database and its related world. I will post here what is new every week and this post help us as a ready reference.</p>
<p id="top" style="text-align:justify;"><a href="http://www.microsoft.com/download/en/details.aspx?id=347&amp;WT.mc_id=aff-n-in-loc--pd" target="_blank"><strong>System Center Monitoring Pack for Microsoft SQL Server 2008 R2 Parallel Data Warehouse Appliance</strong></a></p>
<p style="text-align:justify;">This Monitoring Pack for Microsoft SQL Server 2008 R2 Parallel Data Warehouse (PDW) Appliance provides capabilities to discover, monitor, and manage your SQL Server PDW appliances. The management pack simplifies the monitoring process for PDW.</p>
<p style="text-align:justify;">In addition to health monitoring capabilities, this monitoring pack includes a custom diagram view to visualize appliance health. The custom view has detailed knowledge about the health states for the hardware and software components. The custom view enables near real-time diagnosis and resolution of detected issues.</p>
<p style="text-align:justify;">Note: Description is taken from Microsoft page.</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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/sql-documentation/'>SQL Documentation</a>, <a href='http://blog.sqlauthority.com/category/sql-download/'>SQL Download</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-news/'>SQLAuthority News</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/14781/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/14781/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/14781/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/14781/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/14781/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/14781/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/14781/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/14781/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/14781/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/14781/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/14781/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/14781/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/14781/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/14781/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=14781&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/10/09/sqlauthority-news-system-center-monitoring-pack-for-microsoft-sql-server-2008-r2-parallel-data-warehouse-appliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>
	</item>
		<item>
		<title>SQLAuthority News &#8211; Tomorrow Online Session &#8211; Ancient Trade of Performance Tuning &#8211; Index, Beyond Index and No Index</title>
		<link>http://blog.sqlauthority.com/2011/09/28/sqlauthority-news-tomorrow-online-session-ancient-trade-of-performance-tuning-index-beyond-index-and-no-index/</link>
		<comments>http://blog.sqlauthority.com/2011/09/28/sqlauthority-news-tomorrow-online-session-ancient-trade-of-performance-tuning-index-beyond-index-and-no-index/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 01:30:34 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Index]]></category>
		<category><![CDATA[SQL Performance]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLAuthority News]]></category>
		<category><![CDATA[SQLServer]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14621</guid>
		<description><![CDATA[Today in few hours I am going to present on my very favorite subject of performance tuning. You can read more about this sessions over here. This presentation is based on the famous book &#8216;The Art of War&#8217; written in sixth century BC by Sun Tzu. Index is usually a favorite tool of many when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=14621&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Today in few hours I am going to present on my very favorite subject of performance tuning.</p>
<p style="text-align:justify;">You can read more about this sessions over here. <img class="alignleft" style="margin:3px;" src="http://www.pinaldave.com/bimg/art-of-war-poster.jpg" alt="" width="134" height="201" /></p>
<p style="text-align:justify;"><strong></strong>This presentation is based on the famous book <strong>&#8216;The Art of War&#8217;</strong> written in sixth century BC by Sun Tzu. Index is usually a favorite tool of many when it is about performance tuning. However, Index is not everything. Performance tuning is much very deep subject and one needs to understand various aspect of the performance tuning. In today&#8217;s session I will cover performance tuning beyond indexes. I have created some real interesting demos.</p>
<h3 style="text-align:justify;">Sessions Details</h3>
<p style="text-align:justify;">Title: <em><strong>Ancient Trade of Performance Tuning &#8211; Index, Beyond Index and No Index</strong></em><br />
Timing: <em><strong>September 29, 2011 11:45am-12:45pm IST</strong></em><br />
SQL Server Indexes are double edge sword. If used properly it gives tremendous performance improvement of the server. However, there is a dark side of the Index as well, which one needs to learn before using them to improve performance of the query. In this session we will go over various concepts of the Indexes which are not common but extremely important.<br />
Location: <a href="http://www.virtualtechdays.com/agendaDay2.aspx?WT.mc_id=aff-n-in-loc--pd" target="_blank">Register for Virtual Tech Days </a></p>
<h3 style="text-align:justify;">Giveaways</h3>
<p style="text-align:justify;"><img class="alignleft" style="margin:4px;" src="http://www.pinaldave.com/bimg/j2pwait_s.jpg" alt="" width="92" height="139" />During my session I will ask a simple question. I will give away <strong>5 copies</strong> of my <strong><a href="http://bit.ly/waitstats" target="_blank">SQL Server Wait Stats</a></strong> books to five random person who will answer it correctly. If you have already have this book, I strongly suggest you attend this session as this session will take the performance tuning concepts to next level. I will make sure that I autograph and send this copies to your way.</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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/best-practices/'>Best Practices</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/sql-index/'>SQL Index</a>, <a href='http://blog.sqlauthority.com/category/sql-performance/'>SQL Performance</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-news/'>SQLAuthority News</a>, <a href='http://blog.sqlauthority.com/category/sqlserver/'>SQLServer</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/14621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/14621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/14621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/14621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/14621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/14621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/14621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/14621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/14621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/14621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/14621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/14621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/14621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/14621/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=14621&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/09/28/sqlauthority-news-tomorrow-online-session-ancient-trade-of-performance-tuning-index-beyond-index-and-no-index/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/art-of-war-poster.jpg" medium="image" />

		<media:content url="http://www.pinaldave.com/bimg/j2pwait_s.jpg" medium="image" />
	</item>
		<item>
		<title>SQLAuthority News &#8211; Online Session &#8211; Ancient Trade of Performance Tuning &#8211; Index, Beyond Index and No Index</title>
		<link>http://blog.sqlauthority.com/2011/09/26/sqlauthority-news-online-session-ancient-trade-of-performance-tuning-index-beyond-index-and-no-index/</link>
		<comments>http://blog.sqlauthority.com/2011/09/26/sqlauthority-news-online-session-ancient-trade-of-performance-tuning-index-beyond-index-and-no-index/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 01:30:49 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Index]]></category>
		<category><![CDATA[SQL Performance]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLAuthority News]]></category>
		<category><![CDATA[SQLServer]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14594</guid>
		<description><![CDATA[Performance Tuning has been my favorite subject always. I love this subject the most. I personally have enjoyed every aspect of performance tuning. Quite often I have seen that when it is about performance, people end up talking about Indexes. Index for sure can help performance, but it is like secret weapon and it must [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=14594&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Performance Tuning has been my favorite subject always. I love this subject the most. I personally have enjoyed every aspect of performance tuning. Quite often I have seen that when it is about performance, people end up talking about Indexes. Index for sure can help performance, but it is like secret weapon and it must be used carefully as the same thing can be dangerous. I have personally attended many sessions that are related to Indexes as well as how to identify the correct index and remove useless indexes. I always wanted Indexing presentation to bring much more than these usual topics.</p>
<h3 style="text-align:justify;">Session Inspiration</h3>
<p style="text-align:justify;"><img class="alignleft" style="margin:3px;" src="http://www.pinaldave.com/bimg/art-of-war-poster.jpg" alt="" width="158" height="236" /></p>
<p style="text-align:justify;">Driven with coming up something different around indexes, I created this presentation. This presentation is based on the famous book <strong>&#8216;The Art of War&#8217;</strong> written in sixth century BC by Sun Tzu. This book is composed of 13 chapters, each of which is devoted to one aspect of warfare, and it is said to be the definitive work on military strategies and tactics of its time, and it is still read for its military insights. I am heavily inspired by this book, and I have always treated performance tuning as a war.</p>
<p style="text-align:justify;">Here are the three subjects which I will be covering in my online presentation.</p>
<h3 style="text-align:justify;">How to defeat an opponent</h3>
<ul style="text-align:justify;">
<li>Using Weapon</li>
</ul>
<blockquote>
<ul>
<li>Carry a convenient weapon</li>
<li>Use anything as weapon</li>
</ul>
</blockquote>
<ul style="text-align:justify;">
<li>Use Counter Intelligence</li>
</ul>
<blockquote>
<ul>
<li>Use spy network</li>
<li>Use statistical data points</li>
</ul>
</blockquote>
<ul style="text-align:justify;">
<li>The Lords of War</li>
</ul>
<blockquote>
<ul>
<li>Extra-ordinary intellect</li>
<li>Supreme heroic ability</li>
</ul>
</blockquote>
<p style="text-align:justify;">I have created three demos to support the above three sections. I am very sure that this is one of the most interesting and inspiring sessions for performance tuning. Here are the details for the session.</p>
<h3 style="text-align:justify;">Sessions Details</h3>
<p style="text-align:justify;">Title: <em><strong>Ancient Trade of Performance Tuning &#8211; Index, Beyond Index and No Index</strong></em><br />
Timing: <em><strong>September 29, 2011 11:45am-12:45pm IST</strong></em><br />
SQL Server Indexes are like a double-sided sword. If used properly it gives tremendous performance improvement of the server. However, there is a dark side of the Index as well, which one needs to learn before using them to improve the performance of the query. In this session, we will go over various concepts of the Indexes, which are not common but extremely important.<br />
Location: <a href="http://www.virtualtechdays.com/agendaDay2.aspx?WT.mc_id=aff-n-in-loc--pd" target="_blank">Register for Virtual Tech Days </a></p>
<h3 style="text-align:justify;">Giveaways</h3>
<p style="text-align:justify;"><img class="alignleft" style="margin:4px;" src="http://www.pinaldave.com/bimg/j2pwait_s.jpg" alt="" width="94" height="142" /></p>
<p style="text-align:justify;">During my session, I will ask a simple question. I will give away <strong>5 copies</strong> of my <a href="http://bit.ly/waitstats" target="_blank"><strong>SQL Server Wait Stats</strong></a> books to five random people who will answer it correctly. If you already have this book, I strongly suggest you attend this session as this session will take the performance tuning concepts to next level. I will make sure that I personally autograph and send these copies to your way.</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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/best-practices/'>Best Practices</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/sql-index/'>SQL Index</a>, <a href='http://blog.sqlauthority.com/category/sql-performance/'>SQL Performance</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-news/'>SQLAuthority News</a>, <a href='http://blog.sqlauthority.com/category/sqlserver/'>SQLServer</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/14594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/14594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/14594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/14594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/14594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/14594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/14594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/14594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/14594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/14594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/14594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/14594/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/14594/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/14594/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=14594&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/09/26/sqlauthority-news-online-session-ancient-trade-of-performance-tuning-index-beyond-index-and-no-index/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/art-of-war-poster.jpg" medium="image" />

		<media:content url="http://www.pinaldave.com/bimg/j2pwait_s.jpg" medium="image" />
	</item>
		<item>
		<title>SQL SERVER &#8211; Author&#8217;s Book is Available in India and USA</title>
		<link>http://blog.sqlauthority.com/2011/08/25/sql-server-authors-book-is-available-in-india-and-usa/</link>
		<comments>http://blog.sqlauthority.com/2011/08/25/sql-server-authors-book-is-available-in-india-and-usa/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 01:30:36 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[DMV]]></category>
		<category><![CDATA[Joes 2 Pros]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLAuthority Book Review]]></category>
		<category><![CDATA[SQLServer]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=14082</guid>
		<description><![CDATA[I am feeling very good to write this short blog post. My book is now officially available on in India and USA. In India you can get it from Flipkart - http://bit.ly/pinalbook In USA you can get it from Amazon &#8211; http://amzn.to/pb49jq This book is just like this blog and contains all the complex subject [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=14082&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">I am feeling very good to write this short blog post. My book is now officially available on in India and USA.</p>
<p style="text-align:justify;">In India you can get it from Flipkart -<strong><a href="http://bit.ly/pinalbook" target="_blank"> http://bit.ly/pinalbook</a></strong></p>
<p style="text-align:justify;">In USA you can get it from Amazon &#8211; <strong><a href="http://amzn.to/pb49jq" target="_blank">http://amzn.to/pb49jq</a></strong></p>
<p style="text-align:justify;">This book is just like this blog and contains all the complex subject in very simple manner. I am confident that you will for sure like this book if you like this blog.</p>
<p style="text-align:justify;">Here is quick video shot by my wife when I was reading my own book. See the original post to see the video.</p>
<p style="text-align:justify;"><span style="text-align:center; display: block;"><a href="http://blog.sqlauthority.com/2011/08/25/sql-server-authors-book-is-available-in-india-and-usa/"><img src="http://img.youtube.com/vi/l1rvrBQUU-s/2.jpg" alt="" /></a></span></p>
<p style="text-align:justify;">Here is quick secret for you &#8211; there is big surprise in September for all those who own this book.</p>
<p style="text-align:justify;"><a href="http://bit.ly/pinalbook"><img class="alignnone" src="http://www.pinaldave.com/bimg/joes2pros4.jpg" alt="" width="450" height="611" /></a></p>
<p style="text-align:justify;">Reference:<strong></strong>  <strong>Pinal Dave (<a href="http://blog.sqlauthority.com/" target="_blank">http://blog.SQLAuthority.com</a>)</strong></p>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/dmv/'>DMV</a>, <a href='http://blog.sqlauthority.com/category/joes-2-pros/'>Joes 2 Pros</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/tech/sql-scripts/'>SQL Scripts</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-book-review/'>SQLAuthority Book Review</a>, <a href='http://blog.sqlauthority.com/category/sqlserver/'>SQLServer</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/14082/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/14082/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/14082/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/14082/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/14082/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/14082/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/14082/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/14082/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/14082/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/14082/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/14082/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/14082/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/14082/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/14082/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=14082&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/08/25/sql-server-authors-book-is-available-in-india-and-usa/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/joes2pros4.jpg" medium="image" />
	</item>
		<item>
		<title>SQL SERVER &#8211; Introduction to expressor Datascript Modules</title>
		<link>http://blog.sqlauthority.com/2011/07/08/sql-server-introduction-to-expressor-datascript-modules/</link>
		<comments>http://blog.sqlauthority.com/2011/07/08/sql-server-introduction-to-expressor-datascript-modules/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 01:30:02 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[Data Warehousing]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQL Utility]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13540</guid>
		<description><![CDATA[With the release of expressor 3.3, expressor software has added a significant new feature to the expressor Studio tool – the ability to easily extend functionality through the incorporation of reusable script files.  A developer using expressor Studio may write these scripts and add them to any number of projects, or you can integrate scripts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=13540&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">With the release of expressor 3.3, expressor software has added a significant new feature to the expressor Studio tool – the ability to easily extend functionality through the incorporation of reusable script files.  A developer using expressor Studio may write these scripts and add them to any number of projects, or you can integrate scripts written by other developers.  Let’s see how this works.</p>
<p style="text-align:justify;">Suppose you want to execute a one-to-many application in which each incoming record needs to be parsed into multiple output records.  For example, a record containing monthly data over a year period needs to be reworked so that each emitted record contains data from a single month.  The following fragment shows two representative data records, where the first field is the year and the following fields are the monthly data, January through December.</p>
<pre>Year,Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec
2010,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012
2009,901,902,903,904,905,906,907,908,909,910,911,912</pre>
<p style="text-align:justify;">You want each output record to contain only three fields: Year, Month, and Value.</p>
<pre>Year,Month,Value
2010,Jan,1001
2010,Feb,1002
2010,Mar,1003
2010,Apr,1004
...</pre>
<p style="text-align:justify;">To illustrate how you can reuse the coding within a Datascript Module, think of the incoming record as a sequence of fields each with a specific attribute name and value.</p>
<pre>GroupAttribute,Atr1,Atr2,Atr3,Atr4,Atr5,Atr6,Atr7,Atr8,Atr9,Atr10,Atr11,Atr12</pre>
<p style="text-align:justify;">And think of each emitted record as comprised of three fields.</p>
<pre>GroupAttribute,Atr,Val</pre>
<p style="text-align:justify;">Now you can write generic code within the Datascript Module that can handle any incoming record in a one-to-many application.</p>
<ul>
<li>Since you want to use the Datascript Module in multiple applications, create this artifact within an expressor library.
<ul>
<li>In this example, the library is named modules_library.0 and the Datascript Module is named OneToMany.</li>
</ul>
</li>
<li>Within the OneToMany module, include the following scripting.
<ul>
<li>Note that line 4, which defines the fully qualified name of the module, is entered by Studio when you first create the module.  It is a concatenation of the library name and module file name.</li>
<li>The Datascript Module includes a single function named oneToMany, which takes as arguments the name of the attribute holding a value that uniquely identifies the incoming record and the incoming record that needs to be divided into multiple output records.</li>
<li>Observe how the code uses the generic field names GroupAttribute, Atr, and Val to populate each output record.  It’s not until the collection of output records is returned to the calling code that the coding uses the actual attribute names (Year, Month, Value) of the output record.
<ul>
<li>Consequently, the actual attribute names used by the incoming and outgoing records are only referenced within the calling code, which is specific to an application.</li>
<li>All coding within the Datascript Module uses generic names applicable to any incoming data.</li>
</ul>
</li>
</ul>
</li>
</ul>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/figure1.png" alt="" width="487" height="348" /></p>
<p style="text-align:justify;"><img class="alignleft" src="http://www.pinaldave.com/bimg/figure2.png" alt="" width="326" height="83" />Now, let’s turn our attention to the code that uses this Datascript Module.  In this case, the application is quite simple.  It reads a file that contains the yearly summary records, uses a Transform operator to process each record into multiple output records, and then writes each monthly output record to a file.</p>
<ul style="text-align:justify;">
<li>Line 2 cross-references the Datascript Module.  This statement is equivalent to simply copying and pasting the scripting from the module into the operator’s coding.</li>
<li>Line 5 invokes the oneToMany function defined in the module.</li>
<li>Lines 10 through 20 iterate through the collection of output records returned by the module’s oneToMany function, emitting each record individually.
<ul>
<li>To emit more than one record from the Transform operator, the scripting uses an <a href="http://expressor-community.com/2011/06/24/understanding-the-iterator-function/">iterator function</a>, another new feature introduced in expressor 3.3.</li>
</ul>
</li>
</ul>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/figure3.png" alt="" width="486" height="328" /></p>
<p style="text-align:justify;">Using modules written by other developers is no more involved.  In fact, expressor 3.3 ships with many modules that your code can utilize.  These include a cURL module that you can use to invoke on Web services or FTP servers, a SAX XML module that you can use to parse an XML document, a socket module that you can use to interact with an external application, a SQL module that allows your code to execute a SQL statement against a remote database, as well as some expressor Datascript Modules that include utility functions useful for parsing CSV files and serializing and de-serializing expressor Datascript tables.</p>
<p style="text-align:justify;">To use any of these modules, simply include the necessary require statement at the beginning of your scripting.  The <a href="http://expressor-community.com/knowledge-base/">expressor Community Knowledge Base</a> includes entries that describe use of these modules. The expressor Studio desktop ETL tool is freely <strong><a href="http://go.expressor-software.com/studio-download.html?campaignID=70140000000MapQ">downloadable</a></strong> from the expressor website.   I encourage you to give it a try!</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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/data-warehousing/'>Data Warehousing</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sql-utility/'>SQL Utility</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/13540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/13540/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/13540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/13540/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/13540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/13540/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/13540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/13540/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/13540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/13540/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/13540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/13540/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/13540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/13540/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=13540&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/07/08/sql-server-introduction-to-expressor-datascript-modules/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/figure1.png" medium="image" />

		<media:content url="http://www.pinaldave.com/bimg/figure2.png" medium="image" />

		<media:content url="http://www.pinaldave.com/bimg/figure3.png" medium="image" />
	</item>
		<item>
		<title>SQLAuthority News &#8211; Community Tech Days &#8211; TechEd on The Road &#8211; Ahmedabad &#8211; June 11, 2011</title>
		<link>http://blog.sqlauthority.com/2011/06/03/sqlauthority-news-community-tech-days-teched-on-the-road-ahmedabad-june-11-2011/</link>
		<comments>http://blog.sqlauthority.com/2011/06/03/sqlauthority-news-community-tech-days-teched-on-the-road-ahmedabad-june-11-2011/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 01:30:42 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[MVP]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQL Wait Stats]]></category>
		<category><![CDATA[SQL Wait Types]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=13089</guid>
		<description><![CDATA[TechEd on Road is back! In Ahmedabad June 11, 2011! Inviting all Professional Developers, Project Managers, Architects, IT Managers, IT Administrators and Implementers of Ahmedabad to be a part of Tech•Ed on the Road, on 11th June, 2011. We have put together the best sessions from Tech•Ed India 2011 for you in your city. Focal [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=13089&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3><strong></strong><strong>TechEd on Road is back! In Ahmedabad June 11, 2011!</strong></h3>
<p style="text-align:justify;"><img class="alignleft" style="margin:5px;" src="http://www.pinaldave.com/bimg/techedonroad1.jpg" alt="" width="241" height="198" /><strong></strong>Inviting all Professional Developers, Project Managers, Architects, IT Managers, IT Administrators and Implementers of Ahmedabad to be a part of <strong>Tech•Ed on the Road</strong>, on 11th June, 2011. We have put together the best sessions from Tech•Ed India 2011 for you in your city. Focal point will be technologies like Database and BI, Windows 7, ASP.NET.</p>
<h2 style="text-align:justify;"><strong><a href="http://www.communitytechdays.com/Registration1.aspx?Status=NotFound&amp;login=Offline" target="_blank">REGISTER HERE!</a></strong></h2>
<p style="text-align:justify;"><strong>Venue:</strong><br />
Venue: Ahmedabad Management Association (AMA)<br />
Dr. Vikram Sarabhai Marg,<br />
University Area,<br />
Ahmedabad, Gujarat 380 015</p>
<p style="text-align:justify;"><strong>Time:</strong> 9:30AM &#8211; 5:30PM</p>
<p style="text-align:justify;">The biggest attraction of the event is session <strong>HTML5 &#8211; Future of the Web</strong> by <strong>Harish Vaidyanathan</strong>. He is Evangelist Lead in Microsoft and hands on developer himself. I strongly urge all of you to attend his session to understand direction of the web and Microsoft&#8217;s take on the subject.</p>
<p style="text-align:justify;">I (<strong>Pinal Dave</strong>) will be presenting on the session of <em><strong>SQL Server Performance Tuning</strong></em> and <strong>Jacob Sebastian</strong> will be presenting on <em><strong>T-SQL Worst Practices</strong></em>. Do not miss this opportunity. Those who have attended in the past know that from last two years the venue is jam packed in first few minutes. Do come in early to get better seat and reserve your spot.</p>
<p style="text-align:justify;">We will have QUIZ during the event and we will have various gifts &#8211; Watches, USB Drives, T-Shirts and many more interesting gifts.</p>
<p style="text-align:justify;">Refer the <strong><a href="http://communitytechdays.com/agenda.aspx#ahmedabad" target="_blank">agenda today</a></strong> and <strong><a href="http://www.communitytechdays.com/Registration1.aspx" target="_blank">register </a></strong>right away. There will be no video recording so come and visit the event in person.</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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/about-me/'>About Me</a>, <a href='http://blog.sqlauthority.com/category/best-practices/'>Best Practices</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/dba/'>DBA</a>, <a href='http://blog.sqlauthority.com/category/mvp/'>MVP</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sql-wait-stats/'>SQL Wait Stats</a>, <a href='http://blog.sqlauthority.com/category/sql-wait-types/'>SQL Wait Types</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/13089/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/13089/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/13089/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/13089/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/13089/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/13089/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/13089/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/13089/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/13089/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/13089/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/13089/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/13089/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/13089/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/13089/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=13089&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/06/03/sqlauthority-news-community-tech-days-teched-on-the-road-ahmedabad-june-11-2011/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/techedonroad1.jpg" medium="image" />
	</item>
		<item>
		<title>SQLAuthority News &#8211; Most Valuable Photographer &#8211; Vijay Raj</title>
		<link>http://blog.sqlauthority.com/2011/05/25/sqlauthority-news-most-valuable-photographer-vijay-raj/</link>
		<comments>http://blog.sqlauthority.com/2011/05/25/sqlauthority-news-most-valuable-photographer-vijay-raj/#comments</comments>
		<pubDate>Wed, 25 May 2011 01:30:43 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12985</guid>
		<description><![CDATA[A good snapshot stops a moment from running away.  ~Eudora Welty If I could tell the story in words, I wouldn&#8217;t need to lug around a camera.  ~Lewis Hine Vijay Raj is a passionate Technology Evangelist and a Microsoft MVP. He recently took few snaps of my daughter. As soon as he put the images [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=12985&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><em><span style="font-family:georgia,bookman old style,palatino linotype,book antiqua,palatino,trebuchet ms,helvetica,garamond,sans-serif,arial,verdana,avante garde,century gothic,comic sans ms,times,times new roman,serif;">A good snapshot stops a moment from running away.  ~Eudora Welty</span></em></p>
<p style="text-align:justify;"><em><span style="font-family:georgia,bookman old style,palatino linotype,book antiqua,palatino,trebuchet ms,helvetica,garamond,sans-serif,arial,verdana,avante garde,century gothic,comic sans ms,times,times new roman,serif;">If I could tell the story in words, I wouldn&#8217;t need to lug around a camera.  ~Lewis Hine</span></em></p>
<p style="text-align:justify;"><a href="http://www.msigeek.com/" target="_blank">Vijay Raj</a> is a passionate Technology Evangelist and a Microsoft MVP. He recently took few snaps of my daughter. As soon as he put the images on his album online, it was instant hit and was wallpaper of many desktops. Every praise one does for Vijay is not enough. I personally have no words to express my feeling after looking at the photos he has taken. If you really like the photos, I strongly suggest to visit Vijay&#8217;s technical blog &#8211; <strong><a href="http://www.msigeek.com/" target="_blank">msigeek.com</a></strong> and photo page <strong><a href="http://www.facebook.com/iClickd" target="_blank">iClickd</a></strong>.</p>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Every great dream begins with a dreamer." src="http://www.pinaldave.com/bimg/Shaivi_May_2011_1.jpg" alt="Every great dream begins with a dreamer." width="500" height="333" /></dt>
<dd class="wp-caption-dd">Every great dream begins with a dreamer.</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="Our thoughts create our reality." src="http://www.pinaldave.com/bimg/Shaivi_May_2011.jpg" alt="Our thoughts create our reality." width="500" height="333" /></dt>
<dd class="wp-caption-dd">Our thoughts create our reality.</dd>
</dl>
</div>
<div class="mceTemp" style="text-align:justify;">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"><img title="The Mom's eyes say, how special her daughter is." src="http://www.pinaldave.com/bimg/Nupur_Shaivi_2011.jpg" alt="The Mom's eyes say, how special her daughter is." width="500" height="332" /></dt>
<dd class="wp-caption-dd">The Mom&#8217;s eyes say, how special her daughter is.</dd>
</dl>
</div>
<p style="text-align:justify;">Reference: <strong><a href="http://www.facebook.com/iClickd" target="_blank">iClickd</a></strong>,  <strong>Pinal Dave (</strong><a href="http://blog.sqlauthority.com/" target="_blank"><strong>http://blog.SQLAuthority.com</strong></a><strong>)</strong></p>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/about-me/'>About Me</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/12985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/12985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/12985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/12985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/12985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/12985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/12985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/12985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/12985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/12985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/12985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/12985/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/12985/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/12985/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=12985&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/05/25/sqlauthority-news-most-valuable-photographer-vijay-raj/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/Shaivi_May_2011_1.jpg" medium="image">
			<media:title type="html">Every great dream begins with a dreamer.</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/Shaivi_May_2011.jpg" medium="image">
			<media:title type="html">Our thoughts create our reality.</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/Nupur_Shaivi_2011.jpg" medium="image">
			<media:title type="html">The Mom&#039;s eyes say, how special her daughter is.</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL SERVER &#8211; Cartoon Challenge &#8211; 140 Character Winner is Here</title>
		<link>http://blog.sqlauthority.com/2011/05/04/sql-server-cartoon-challenge-140-character-winner-is-here/</link>
		<comments>http://blog.sqlauthority.com/2011/05/04/sql-server-cartoon-challenge-140-character-winner-is-here/#comments</comments>
		<pubDate>Wed, 04 May 2011 01:30:46 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MVP]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Performance]]></category>
		<category><![CDATA[SQL Puzzle]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12795</guid>
		<description><![CDATA[Earlier Idera has announced contest where participant can win Windows Mobile Phone by writing 140 character. Here is the details of the contest SQLAuthority News – Win Windows Phone from Idera in 140 Characters – A Cartoon Challenge of SQL. We received more than 200 comments on the blog post and more than 250 qualifying [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=12795&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Earlier <strong><a href="http://www.idera.com/?s=BN_SQLAuth" target="_blank">Idera </a></strong>has announced contest where participant can win Windows Mobile Phone by writing 140 character. Here is the details of the contest <strong><a href="http://blog.sqlauthority.com/2011/04/05/sqlauthority-news-win-windows-phone-from-idera-in-140-characters-a-cartoon-challenge-of-sql/" target="_blank">SQLAuthority News – Win Windows Phone from Idera in 140 Characters – A Cartoon Challenge of SQL</a></strong>. We received more than 200 comments on the blog post and more than 250 qualifying entries. It was not possible to pick winner out of all those entries. I reached out to good folks at <strong><a href="http://www.idera.com/?s=BN_SQLAuth" target="_blank">Idera</a></strong> for helping me select the winner.</p>
<p style="text-align:justify;">After going back and forward and with lots of revision we come up with winning entry. Idera has also selected five more winner who will get surprise gift from Idera.</p>
<p style="text-align:justify;">Here is the winning entry who will win Windows Phone 7 (limit USD 500).</p>
<p style="text-align:justify;"><strong><a href="http://blog.sqlauthority.com/2011/04/05/sqlauthority-news-win-windows-phone-from-idera-in-140-characters-a-cartoon-challenge-of-sql/#comment-126731" target="_blank">MarlonFRC</a></strong><br />
<strong>WHAT? I told you, change your RDBMS to SQL Server 2008 and you can use Idera Tools for tunning.</strong></p>
<p style="text-align:justify;">Here are runners-up entries. Idera will send them surprise gift.<strong><br />
</strong></p>
<p style="text-align:justify;"><strong><a href="http://blog.sqlauthority.com/2011/04/05/sqlauthority-news-win-windows-phone-from-idera-in-140-characters-a-cartoon-challenge-of-sql/#comment-127055" target="_blank">Jose</a></strong><br />
SELECT TOP 1 Name<br />
FROM tools<br />
WHERE Vendor = ‘Idera’<br />
AND Type = ‘Performance’<br />
ORDER BY Rating DESC</p>
<p style="text-align:justify;"><strong><a href="http://blog.sqlauthority.com/2011/04/05/sqlauthority-news-win-windows-phone-from-idera-in-140-characters-a-cartoon-challenge-of-sql/#comment-128315" target="_blank">Wendell</a></strong><br />
Holy shish kabob Pinal, better purchase Idera and sign up for SQL Smarts Enewsletter!</p>
<p style="text-align:justify;"><strong><a href="http://blog.sqlauthority.com/2011/04/05/sqlauthority-news-win-windows-phone-from-idera-in-140-characters-a-cartoon-challenge-of-sql/#comment-128358" target="_blank">Srinivas</a></strong><br />
Why fear when SQL Doctor from Idera is here? With SQL Doctor, we point, click, and cure. Problem solved!</p>
<p style="text-align:justify;"><strong><a href="http://blog.sqlauthority.com/2011/04/05/sqlauthority-news-win-windows-phone-from-idera-in-140-characters-a-cartoon-challenge-of-sql/#comment-130193" target="_blank">Harlan</a></strong><br />
Even House isn’t doctor enough for this,… we need Idera’s SQL doctor. STAT!</p>
<p style="text-align:justify;"><strong><a href="http://blog.sqlauthority.com/2011/04/05/sqlauthority-news-win-windows-phone-from-idera-in-140-characters-a-cartoon-challenge-of-sql/#comment-128341" target="_blank">Rob Rohr</a></strong><br />
My social life is running slowly, but at least there are tools to solve your problem.</p>
<p style="text-align:justify;">Thank you all for participating in the cartoon challenge. We will have more such a quiz soon.</p>
<p style="text-align:justify;">Before I end I would like to specially mention the entry of <strong><a href="http://www.johnsansom.com/" target="_blank">John Sansom</a></strong>. He does not qualify for winning entry or even runners-up as his entry was of 160 character, however, his entry is my personal favorite.</p>
<p style="text-align:justify;"><em>“Got no idea? You need Idera! We’ve got just the right tools for all you SQL fools.Performance tuning, monitoring, backups or development.We’ve got you covered.”</em></p>
<p style="text-align:justify;">Reference:<strong> Pinal Dave (<a href="http://blog.sqlauthority.com/" target="_blank">http://blog.SQLAuthority.com</a>)</strong><code><br />
</code></p>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/about-me/'>About Me</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/mvp/'>MVP</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/sql-performance/'>SQL Performance</a>, <a href='http://blog.sqlauthority.com/category/sql-puzzle/'>SQL Puzzle</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/12795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/12795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/12795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/12795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/12795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/12795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/12795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/12795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/12795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/12795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/12795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/12795/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/12795/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/12795/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=12795&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/05/04/sql-server-cartoon-challenge-140-character-winner-is-here/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>
	</item>
		<item>
		<title>SQLAuthority News &#8211; 1700th Blog Posts &#8211; Over 25 Millions of Views &#8211; A SQL Milestone</title>
		<link>http://blog.sqlauthority.com/2011/04/25/sqlauthority-news-1700th-blog-posts-over-25-millions-of-views-a-sql-milestone/</link>
		<comments>http://blog.sqlauthority.com/2011/04/25/sqlauthority-news-1700th-blog-posts-over-25-millions-of-views-a-sql-milestone/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 01:30:22 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Milestone]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLServer]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12695</guid>
		<description><![CDATA[It has been a tradition in this blog to write a “milestone blog post” for every 100th post. I am always looking forward to this because I am given a chance to do only three times a year. This year 2011 has been very nice to me so far- lots of interesting things have been [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=12695&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">It has been a tradition in this blog to write a “milestone blog post” for every 100<sup>th</sup> post. I am always looking forward to this because I am given a chance to do only three times a year.</p>
<p style="text-align:justify;">This year 2011 has been very nice to me so far- lots of interesting things have been happening. I listed a few here: (in no particular order)</p>
<p style="text-align:justify;"><a href="http://blog.sqlauthority.com/2011/02/28/sql-server-summary-of-month-wait-type-day-28-of-28/"><strong>SQL SERVER – Summary of Month – Wait Type – Day 28 of 28</strong></a></p>
<p style="text-align:justify;">My series on wait types and queues has made me a whole different person. I have started to look at the database performance in a totally different angle. The experience of writing a blog series for an entire month was really a great learning experience. It was exhausting, but every moment was definitely worth it.</p>
<p style="text-align:justify;"><a href="http://blog.sqlauthority.com/2011/03/15/sql-server-sqlserver-quiz-2011-do-you-know-your-execution-plan-two-questions-one-answer/"><strong>SQL SERVER – SQLServer Quiz 2011 – Do you know your execution plan – Two questions – One Answer</strong></a></p>
<p style="text-align:justify;">This quiz question was my favorite question. If someone is able to find out the correct answer to this question, their understanding of the subject is proven to be deep. I did not receive much participation when this was asked, but I must say I had a great time giving out this quiz.</p>
<p style="text-align:justify;"><a href="http://blog.sqlauthority.com/2011/04/02/sqlauthority-news-teched-2011-bangalore-an-unforgettable-experience-day-0/" target="_blank"><strong>TechED 2011 – Bangalore – An Unforgettable Experience – Day 0</strong></a><br />
<a href="http://blog.sqlauthority.com/2011/04/03/sqlauthority-news-teched-2011-bangalore-an-unforgettable-experience-day-1/" target="_blank"><strong>TechED 2011 – Bangalore – An Unforgettable Experience – Day 1</strong></a><br />
<a href="http://blog.sqlauthority.com/2011/04/06/sqlauthority-news-teched-2011-bangalore-an-unforgettable-experience-day-2/" target="_blank"><strong>TechED 2011 – Bangalore – An Unforgettable Experience – Day 2</strong></a><br />
<a href="http://blog.sqlauthority.com/2011/04/07/sqlauthority-news-teched-2011-bangalore-an-unforgettable-experience-day-3/" target="_blank"><strong>TechED 2011 – Bangalore – An Unforgettable Experience – Day 3</strong></a><br />
<a href="http://blog.sqlauthority.com/2011/04/08/sqlauthority-news-teched-2011-bangalore-an-unforgettable-experience-day-next/" target="_blank"><strong>TechED 2011 – Bangalore – An Unforgettable Experience – Day Next</strong></a></p>
<p style="text-align:justify;">I have been attending TechEd for quite some time. This year I had a wonderful experience to be one of the event organizers. I really felt I had fun with lots of responsibilities as an organizer.</p>
<p style="text-align:justify;">All in all, lots of things happened during the last 100 posts, and that includes some important changes in my personal life:</p>
<ul style="text-align:justify;">
<li>Relocated to Bangalore from my hometown Ahmedabad</li>
<li>Getting involved in the Community at a much deeper level</li>
<li>Spending a lot of time with my family</li>
<li>Started to go to gym</li>
<li>Training my daughter how to swim</li>
</ul>
<p style="text-align:justify;">and much more&#8230;</p>
<p style="text-align:justify;">Thanks for staying with me all this time. You can subscribe SQLAuthority by <a href="http://feedproxy.google.com/SQLAuthority" target="_blank"><strong>FEED </strong></a>and by <a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=872428" target="_blank"><strong>EMAIL</strong></a>.</p>
<p style="text-align:justify;">I am always active on Twitter so do <a href="http://www.twitter.com/pinaldave" target="_blank"><strong>FOLLOW ME</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>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/about-me/'>About Me</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/sql-milestone/'>SQL Milestone</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlserver/'>SQLServer</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/12695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/12695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/12695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/12695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/12695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/12695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/12695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/12695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/12695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/12695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/12695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/12695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/12695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/12695/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=12695&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/04/25/sqlauthority-news-1700th-blog-posts-over-25-millions-of-views-a-sql-milestone/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL SERVER &#8211; Guest Post &#8211; Architecting Data Warehouse &#8211; Niraj Bhatt</title>
		<link>http://blog.sqlauthority.com/2011/03/14/sql-server-guest-post-architecting-data-warehouse-niraj-bhatt/</link>
		<comments>http://blog.sqlauthority.com/2011/03/14/sql-server-guest-post-architecting-data-warehouse-niraj-bhatt/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 01:30:01 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Warehousing]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[Readers Contribution]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=12194</guid>
		<description><![CDATA[Niraj Bhatt works as an Enterprise Architect for a Fortune 500 company and has an innate passion for building / studying software systems. He is a top rated speaker at various technical forums including Tech·Ed, MCT Summit, Developer Summit, and Virtual Tech Days, among others. Having run a successful startup for four years Niraj enjoys [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=12194&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="text-align:justify;">
<p><img class="alignleft" style="margin:3px;" src="http://www.pinaldave.com/bimg/nirajbhatt.jpg" alt="" width="91" height="115" /><a href="http://nirajrules.wordpress.com/" target="_blank">Niraj Bhatt</a> works as an Enterprise  Architect for a Fortune 500 company and has an innate passion for  building / studying software systems. He is a top rated speaker at  various technical forums including Tech·Ed, MCT Summit, Developer  Summit, and Virtual Tech Days, among others. Having run a successful  startup for four years Niraj enjoys working on – IT innovations that can  impact an enterprise bottom line, streamlining IT budgets through  IT consolidation, architecture and integration of systems, performance  tuning, and review of enterprise applications. He has received Microsoft  MVP award for ASP.NET, Connected Systems and most recently on Windows  Azure. When he is away from his laptop, you will find him taking deep  dives in automobiles, pottery, rafting, photography, cooking and  financial statements though not necessarily in that order. He is also a  manager/speaker at BDOTNET, Asia’s largest .NET user group.</p>
<p>Here is the guest post by <strong><a href="http://nirajrules.wordpress.com/" target="_blank">Niraj Bhatt</a></strong>.</p>
</div>
<div style="text-align:justify;">
<p>As data in your applications grows it’s the database that usually  becomes a bottleneck. It’s hard to scale a relational DB and the  preferred approach for large scale applications is to create separate  databases for writes and reads. These databases are referred as  transactional database and reporting database. Though there are <a href="http://nirajrules.wordpress.com/2008/12/08/snapshot-vs-logshipping-vs-mirroring-vs-replication/">tools / techniques</a> which can allow you to create snapshot of your transactional database  for reporting purpose, sometimes they don’t quite fit the reporting  requirements of an enterprise. These requirements typically are data  analytics, effective schema (for an Information worker to self-service  herself),  historical data, better performance (flat data, no joins)  etc. This is where a need for data warehouse or an OLAP system arises.</p>
<p>A Key point to remember is a data warehouse is mostly a relational  database. It’s built on top of same concepts like Tables, Rows, Columns,  Primary keys, Foreign Keys, etc. Before we talk about how data  warehouses are typically structured let’s understand key components that  can create a data flow between OLTP systems and OLAP systems. There are  3 major areas to it:</p>
<p>a) OLTP system should be capable of tracking its changes as all these  changes should go back to data warehouse for historical recording. For  e.g. if an OLTP transaction moves a customer from silver to gold  category, OLTP system needs to ensure that this change is tracked and  send to data warehouse for reporting purpose. A report in context could  be how many customers divided by geographies moved from sliver to gold  category. In data warehouse terminology this process is called <a href="http://en.wikipedia.org/wiki/Change_data_capture">Change Data Capture</a>.  There are quite a few systems that leverage database triggers to move  these changes to corresponding tracking tables. There are also out of  box features provided by some databases e.g. SQL Server 2008 offers <a href="http://msdn.microsoft.com/en-us/library/bb522489.aspx">Change Data Capture</a> and <a href="http://msdn.microsoft.com/en-us/library/cc280462.aspx">Change Tracking</a> for addressing such requirements.</p>
<p>b) After we make the OLTP system capable of tracking its changes we  need to provision a batch process that can run periodically and takes  these changes from OLTP system and dump them into data warehouse. There  are many tools out there that can help you fill this gap – SQL Server  Integration Services happens to be one of them.</p>
<p>c) So we have an OLTP system that knows how to track its changes, we  have jobs that run periodically to move these changes to warehouse. The  question though remains is how warehouse will record these changes? This  structural change in data warehouse arena is often covered under  something called <a href="http://en.wikipedia.org/wiki/Slowly_changing_dimension">Slowly Changing Dimension</a> (SCD). While we will talk about dimensions in a while, SCD can be  applied to pure relational tables too. SCD enables a database structure  to capture historical data. This would create multiple records for a  given entity in relational database and data warehouses prefer having  their own primary key, often known as surrogate key.</p>
<p>As I mentioned a data warehouse is just a relational database but  industry often attributes a specific schema style to data warehouses.  These styles are <a href="http://en.wikipedia.org/wiki/Star_schema">Star Schema</a> or <a href="http://en.wikipedia.org/wiki/Snowflake_schema">Snowflake Schema</a>.  The motivation behind these styles is to create a flat database  structure (as opposed to normalized one), which is easy to understand /  use, easy to query and easy to slice / dice. Star schema is a database  structure made up of dimensions and facts. Facts are generally the  numbers (sales, quantity, etc.) that you want to slice and dice. Fact  tables have these numbers and have references (foreign keys) to set of  tables that provide context around those facts. E.g. if you have  recorded 10,000 USD as sales that number would go in a sales fact table  and could have foreign keys attached to it that refers to the sales  agent responsible for sale and to time table which contains the dates  between which that sale was made. These agent and time tables are called  dimensions which provide context to the numbers stored in fact tables.  This schema structure of fact being at center surrounded by dimensions  is called Star schema. A similar structure with difference of dimension  tables being normalized is called a Snowflake schema.</p>
<p>This relational structure of facts and dimensions serves as an input  for another analysis structure called Cube. Though physically Cube is a  special structure supported by commercial databases like SQL Server  Analysis Services, logically it’s a multidimensional structure where  dimensions define the sides of cube and facts define the content. Facts  are often called as Measures inside a cube. Dimensions often tend to  form a hierarchy. E.g. Product may be broken into categories and  categories in turn to individual items. Category and Items are often  referred as Levels and their constituents as Members with their overall  structure called as Hierarchy. Measures are rolled up as per dimensional  hierarchy. These rolled up measures are called Aggregates. Now this may  seem like an overwhelming vocabulary to deal with but don’t worry it  will sink in as you start working with Cubes and others.</p>
<p><img class="alignnone" src="http://www.pinaldave.com/bimg/dw_cube.png" alt="" width="616" height="275" /></p>
<p>Let’s see few other terms that we would run into while talking about data warehouses.</p>
<p>ODS or an Operational Data Store is a frequently misused term. There  would be few users in your organization that want to report on most  current data and can’t afford to miss a single transaction for their  report. Then there is another set of users that typically don’t care how  current the data is. Mostly senior level executives who are interesting  in trending, mining, forecasting, strategizing, etc. don’t care for  that one specific transaction. This is where an ODS can come in handy.  ODS can use the same star schema and the OLAP cubes we saw earlier. The  only difference is that the data inside an ODS would be short lived,  i.e. for few months and ODS would sync with OLTP system every few  minutes. Data warehouse can periodically sync with ODS either daily or  weekly depending on business drivers.</p>
<p>Data marts are another frequently talked about topic in data  warehousing. They are subject-specific data warehouse. Data warehouses  that try to span over an enterprise are normally too big to scope,  build, manage, track, etc. Hence they are often scaled down to something  called Data mart that supports a specific segment of business like  sales, marketing, or support. Data marts too, are often designed using  star schema model discussed earlier. Industry is divided when it comes  to use of data marts. Some experts prefer having data marts along with a  central data warehouse. Data warehouse here acts as information staging  and distribution hub with spokes being data marts connected via data  feeds serving summarized data. Others eliminate the need for a  centralized data warehouse citing that most users want to report on  detailed data.</p>
<p>Reference:<strong> Pinal Dave (<a href="http://blog.sqlauthority.com/" target="_blank">http://blog.SQLAuthority.com</a>)</strong></p>
</div>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/best-practices/'>Best Practices</a>, <a href='http://blog.sqlauthority.com/category/business-intelligence/'>Business Intelligence</a>, <a href='http://blog.sqlauthority.com/category/data-warehousing/'>Data Warehousing</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/readers-contribution/'>Readers Contribution</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/12194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/12194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/12194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/12194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/12194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/12194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/12194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/12194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/12194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/12194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/12194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/12194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/12194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/12194/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=12194&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/03/14/sql-server-guest-post-architecting-data-warehouse-niraj-bhatt/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/nirajbhatt.jpg" medium="image" />

		<media:content url="http://www.pinaldave.com/bimg/dw_cube.png" medium="image" />
	</item>
		<item>
		<title>SQL SERVER &#8211; What is a Technology Evangelist?</title>
		<link>http://blog.sqlauthority.com/2011/01/27/sql-server-what-is-a-technology-evangelist/</link>
		<comments>http://blog.sqlauthority.com/2011/01/27/sql-server-what-is-a-technology-evangelist/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 01:30:16 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MVP]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[PostADay]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLAuthority News]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Evangelist]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11758</guid>
		<description><![CDATA[When you hear that someone is an “evangelist” the first thing that might pop into your mind is the Christian church.  In fact, the term did come from Christianity, and basically means someone who spreads the news about their faith.  In the technology world, the same definition is true. Technology evangelists are individuals who, professionally [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=11758&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">When you hear that someone is an “<strong>evangelist</strong>” the first thing that might pop into your mind is the Christian church.  In fact, the term did come from Christianity, and basically means someone who spreads the news about their faith.  In the technology world, the same definition is true.</p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/evengelist.jpg" alt="" width="300" height="211" /></p>
<p style="text-align:justify;">Technology evangelists are individuals who, professionally or in their spare time, spread the news about the latest new products.  Sounds like a salesperson, right?  No they are absolutely different. Salespeople also keep up to date with a large number of people, and like to convince others to buy their product – and some will go to any lengths to sell!  An evangelist, on the other hand, is brutally honest about the product, even if sometimes it means not making a sale.  An evangelist is out there to tell the TRUTH.  A salesperson needs to make sales.</p>
<p style="text-align:justify;"><em><strong>An Evangelist offers a Solution independent of Technology used &#8211; a Salesperson offers Particular Technology. </strong></em></p>
<p style="text-align:justify;">With this definition in mind, you can probably think of a few technology evangelists you already know.  Maybe it’s a relative or a neighbor, someone who loves keeping up with the latest trends and is always willing to tell you about them if you ask even the simplest question.  And, in fact, they probably are evangelists and don’t even know it.  For a long time, the work of technology evangelism was in the hands of community and community technology leaders. Luckily now various organizations have understood the importance of the community and helping community to reach their goals. This has lead them to create role of &#8220;Technology Evangelists&#8221;.</p>
<p style="text-align:justify;">Let me talk about one of the most famous Evangelist of the SQL Server technology. Technology Evangelist only belongs to technology and above any country, race, location or any other thing. They are dedicated to the technology.</p>
<p style="text-align:justify;"><strong>Vinod  Kumar</strong> is such a man, who have given a lot to community. For years he  was a Technology Evangelist for Microsoft, and maintained a blog that  was dedicated to spreading his enthusiasm for his favorite products.  He  is one of the most respected Evangelists in the field, and has done a  lot of work to define the job for other professionals. Vinod’s career has since progressed to the Microsoft Technology Center (<a href="http://blogs.extremeexperts.com/2011/01/17/evangelist-to-mtctechnology-specialist/" target="_blank">read his post</a>),  but he is continuing to be a strong presence in the evangelism  community.  I have a lot of respect for Vinod.  He has done a lot for  the community and technology evangelism.  Everybody has dream to serve  community the way he does, and he is a great role model for evangelists  everywhere.</p>
<p style="text-align:justify;">On his blog, Vinod created one of the best descriptions of a  Technology Evangelist.  It defined the position and also made the  distinction between evangelist and salesperson extremely clear.  I will  include the highlights of that list here, because no one can say it  better than Vinod:</p>
<ul style="text-align:justify;">
<li>Bundle of energy – Passion is their middle name</li>
<li>Wonderful Story tellers</li>
<li>Empathy, Trust, Loyalty, Openness, Accessibility and Warmth</li>
<li>Technology Enthusiast – Doers</li>
<li>Love people, people and more people – Community oriented</li>
<li>Unique Style and Leadership qualities !!!</li>
<li>Self-Confident, Self-Motivated but a student</li>
</ul>
<p style="text-align:justify;">(To read the full list, see: <a href="http://blogs.sqlxml.org/vinodkumar/archive/2009/12/23/evangelism-beyond-boundaries-with-an-evangelists.aspx">Evangelism Beyond Borders with Evangelists</a>)</p>
<p style="text-align:justify;">His  blog is a must-read for anyone interested in technology evangelism as a  career or simply a hobby.  His advice about how to gain an audience and  become a trusted advisor is the best in the business.</p>
<p style="text-align:justify;">I think there is an evangelist in everyone. I, too, consider myself a technology evangelist.  Regular readers of this blog will recognize that I am dedicated to bringing information to the masses, and that I pride myself on being both brutally and honest and giving every product fair consideration.</p>
<p style="text-align:justify;">I think there is no better way of saying following subject.</p>
<p style="text-align:justify;"><em><strong>&#8220;Once an Evangelist &#8211; Always an Evangelist!&#8221;</strong></em></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;">&nbsp;</p>
<p style="text-align:justify;">&nbsp;</p>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/about-me/'>About Me</a>, <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/mvp/'>MVP</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/postaday/'>PostADay</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-news/'>SQLAuthority News</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a> Tagged: <a href='http://blog.sqlauthority.com/tag/evangelist/'>Evangelist</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/11758/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/11758/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/11758/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/11758/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/11758/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/11758/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/11758/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/11758/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/11758/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/11758/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/11758/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/11758/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/11758/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/11758/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=11758&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2011/01/27/sql-server-what-is-a-technology-evangelist/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/evengelist.jpg" medium="image" />
	</item>
		<item>
		<title>SQL SERVER &#8211; Automated Type Conversion using Expressor Studio</title>
		<link>http://blog.sqlauthority.com/2010/11/30/sql-server-automated-type-conversion-using-expressor-studio/</link>
		<comments>http://blog.sqlauthority.com/2010/11/30/sql-server-automated-type-conversion-using-expressor-studio/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 01:30:46 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLAuthority News]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11017</guid>
		<description><![CDATA[Recently I had an interesting situation during my consultation project. Let me share to you how I solved the problem using Expressor Studio. Consider a situation in which you need to read a field, such as customer_identifier, from a text file and pass that field into a database table. In the source file’s metadata structure, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=11017&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Recently I had an interesting situation during my consultation project. Let me share to you how I solved the problem using <strong><a href="http://expressor-community.com/expressor-studio-download?source=8">Expressor Studio</a></strong>.<span style="text-decoration:underline;"> </span></p>
<p style="text-align:justify;">Consider a situation in which you need to read a field, such as customer_identifier, from a text file and pass that field into a database table. In the source file’s metadata structure, customer_identifier is described as a string; however, in the target database table, customer_identifier is described as an integer. Legitimately, all the source values for customer_identifier are valid numbers, such as “109380”.</p>
<p style="text-align:justify;">To implement this in an ETL application, you probably would have hard-coded a type conversion function call, such as:</p>
<pre style="text-align:justify;">output.customer_identifier=stringToInteger(input.customer_identifier)</pre>
<p style="text-align:justify;">That wasn’t so bad, was it? For this instance, programming this hard-coded type conversion function call was relatively easy.</p>
<p><img class="alignnone" src="http://www.pinaldave.com/bimg/Canonical_mapping_500px.jpg" alt="" width="500" height="312" /></p>
<p style="text-align:justify;">However, hard-coding, whether type conversion code or other business rule code, almost always means that the application containing hard-coded fields, function calls, and values is: a) specific to an instance of use; b) is difficult to adapt to new situations; and c) doesn’t contain many reusable sub-parts. Therefore, in the long run, applications with hard-coded type conversion function calls don’t scale well. In addition, they increase the overall level of effort and degree of difficulty to write and maintain the ETL applications.</p>
<p style="text-align:justify;">To get around the trappings of hard-coding type conversion function calls, developers need an access to smarter typing systems.  <strong><a href="http://expressor-community.com/expressor-studio-download?source=8">Expressor Studio</a></strong> product offers this feature exactly, by providing developers with a type conversion automation engine based on type abstraction.</p>
<p style="text-align:justify;"><img class="alignnone" src="http://www.pinaldave.com/bimg/Semantic_types_500px.jpg" alt="" width="500" height="382" /></p>
<p style="text-align:justify;">The theory behind the engine is quite simple. A user specifies abstract data fields in the engine, and then writes applications against the abstractions (whereas in most ETL software, developers develop applications against the physical model). When a Studio-built application is run, Studio’s engine automatically converts the source type to the abstracted data field’s type and converts the abstracted data field’s type to the target type. The engine can do this because it has a couple of built-in rules for type conversions.</p>
<p style="text-align:justify;">So, using the example above, a developer could specify customer_identifier as an abstract data field with a type of integer when using <strong><a href="http://expressor-community.com/expressor-studio-download?source=8">Expressor Studio</a></strong>. Upon reading the string value from the text file, Studio’s type conversion engine automatically converts the source field from the type specified in the source’s metadata structure to the abstract field’s type. At the time of writing the data value to the target database, the engine doesn’t have any work to do because the abstract data type and the target data type are just the same. Had they been different, the engine would have automatically provided the conversion.</p>
<p style="text-align:justify;">﻿Reference:<strong> Pinal Dave (<a href="http://blog.sqlauthority.com/" target="_blank">http://blog.SQLAuthority.com</a>)</strong></p>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/tech/sql-scripts/'>SQL Scripts</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlauthority/sqlauthority-news/'>SQLAuthority News</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a> Tagged: <a href='http://blog.sqlauthority.com/tag/ssis/'>SSIS</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/11017/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/11017/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/11017/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/11017/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/11017/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/11017/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/11017/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/11017/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/11017/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/11017/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/11017/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/11017/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/11017/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/11017/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=11017&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2010/11/30/sql-server-automated-type-conversion-using-expressor-studio/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/Canonical_mapping_500px.jpg" medium="image" />

		<media:content url="http://www.pinaldave.com/bimg/Semantic_types_500px.jpg" medium="image" />
	</item>
		<item>
		<title>SQL SERVER &#8211; DBA or DBD? &#8211; Database Administrator or Database Developer</title>
		<link>http://blog.sqlauthority.com/2010/11/29/sql-server-dba-or-dbd-database-administrator-or-database-developer/</link>
		<comments>http://blog.sqlauthority.com/2010/11/29/sql-server-dba-or-dbd-database-administrator-or-database-developer/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 01:30:26 +0000</pubDate>
		<dc:creator>pinaldave</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[Pinal Dave]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Authority]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Tips and Tricks]]></category>
		<category><![CDATA[SQLServer]]></category>
		<category><![CDATA[T SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11007</guid>
		<description><![CDATA[Earlier this month, I had poll on this blog where I asked question &#8211; Are you a Database Administrator or Database Developer? The word DBA (Database Administrator) is very common but DBD (Database Developer) is not common at all. This made me think &#8211; what is the ratio of the same. Here the result of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=11007&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">Earlier this month, I had poll on this blog where I asked question &#8211; Are you a Database Administrator or Database Developer? The word DBA (Database Administrator) is very common but DBD (Database Developer) is not common at all. This made me think &#8211; what is the ratio of the same.</p>
<p style="text-align:justify;">Here the result of the poll:</p>
<p style="text-align:justify;">Database Administrator 36.6%  (254 votes)<br />
Database Developer 63.4%  (440 votes)<br />
Total Votes: 694</p>
<p style="text-align:justify;">This is open poll, if you want you can still participate here.</p>
<h3 style="text-align:justify;"><a href="http://blog.sqlauthority.com/2010/11/02/sql-server-are-you-a-database-administrator-or-a-database-developer/"><strong>Vote your Voice &#8211; DBD or DBA?</strong></a></h3>
<p style="text-align:justify;">I think it is the time when DBD word for Database Developer gets place in our dictionary.</p>
<p style="text-align:justify;">Reference:<strong> Pinal Dave (<a href="http://blog.sqlauthority.com/" target="_blank">http://blog.SQLAuthority.com</a>)</strong></p>
<br />Filed under: <a href='http://blog.sqlauthority.com/category/database/'>Database</a>, <a href='http://blog.sqlauthority.com/category/dba/'>DBA</a>, <a href='http://blog.sqlauthority.com/category/tech/pinal-dave/'>Pinal Dave</a>, <a href='http://blog.sqlauthority.com/category/technology/sql/'>SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-authority/'>SQL Authority</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-query/'>SQL Query</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-server/'>SQL Server</a>, <a href='http://blog.sqlauthority.com/category/technology/sql-tips-and-tricks/'>SQL Tips and Tricks</a>, <a href='http://blog.sqlauthority.com/category/sqlserver/'>SQLServer</a>, <a href='http://blog.sqlauthority.com/category/technology/t-sql/'>T SQL</a>, <a href='http://blog.sqlauthority.com/category/technology/'>Technology</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlauthority.wordpress.com/11007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlauthority.wordpress.com/11007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlauthority.wordpress.com/11007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlauthority.wordpress.com/11007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlauthority.wordpress.com/11007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlauthority.wordpress.com/11007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlauthority.wordpress.com/11007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlauthority.wordpress.com/11007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlauthority.wordpress.com/11007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlauthority.wordpress.com/11007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlauthority.wordpress.com/11007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlauthority.wordpress.com/11007/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlauthority.wordpress.com/11007/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlauthority.wordpress.com/11007/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.sqlauthority.com&amp;blog=668536&amp;post=11007&amp;subd=sqlauthority&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.sqlauthority.com/2010/11/29/sql-server-dba-or-dbd-database-administrator-or-database-developer/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/48aa5a2264e8a27d802bb22ab6ccf688?s=96&#38;d=identicon" medium="image">
			<media:title type="html">pinaldave</media:title>
		</media:content>
	</item>
	</channel>
</rss>
