<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns: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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SQL Server Planet</title>
	
	<link>http://sqlserverplanet.com</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Sat, 19 May 2012 05:20:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SqlServerPlanet" /><feedburner:info uri="sqlserverplanet" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>User Defined Functions and Performance</title>
		<link>http://feedproxy.google.com/~r/SqlServerPlanet/~3/qL3IyfcbQOw/user-defined-functions-and-performance</link>
		<comments>http://sqlserverplanet.com/query-optimizer/user-defined-functions-and-performance#comments</comments>
		<pubDate>Wed, 25 Apr 2012 06:55:07 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[Concurrency]]></category>
		<category><![CDATA[Query Optimizer]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=2310</guid>
		<description>There is definitely a lack of awareness in the SQL world regarding the use of user defined functions and the potential performance hit they can have when using within your queries. Don&amp;#8217;t get me wrong, I would love nothing more than to be able to centralize my commonly used code into functions for reuse. In [...]&lt;img src="http://feeds.feedburner.com/~r/SqlServerPlanet/~4/qL3IyfcbQOw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://sqlserverplanet.com/query-optimizer/user-defined-functions-and-performance/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sqlserverplanet.com/query-optimizer/user-defined-functions-and-performance</feedburner:origLink></item>
		<item>
		<title>Increase Job History</title>
		<link>http://feedproxy.google.com/~r/SqlServerPlanet/~3/5TISOk9Lsvw/increase-job-history</link>
		<comments>http://sqlserverplanet.com/dba/increase-job-history#comments</comments>
		<pubDate>Mon, 09 Apr 2012 04:35:43 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[DBA]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=2359</guid>
		<description>The SQL Server Agent by default only keeps 1000 rows of history for all jobs. There is also a limitation for each job to keep only 100 rows each. These rows do not only include the a row for the entire job, but the rows for each step in the job also. These rows can [...]&lt;img src="http://feeds.feedburner.com/~r/SqlServerPlanet/~4/5TISOk9Lsvw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://sqlserverplanet.com/dba/increase-job-history/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sqlserverplanet.com/dba/increase-job-history</feedburner:origLink></item>
		<item>
		<title>Using DBCC INPUTBUFFER</title>
		<link>http://feedproxy.google.com/~r/SqlServerPlanet/~3/IrkeBfCkTOs/using-dbcc-inputbuffer</link>
		<comments>http://sqlserverplanet.com/troubleshooting/using-dbcc-inputbuffer#comments</comments>
		<pubDate>Mon, 09 Apr 2012 04:03:54 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[DBA]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[DBCC INPUTBUFFER]]></category>
		<category><![CDATA[sp_who3]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=2231</guid>
		<description>This command shows the last statement executed for a particular SPID. This statement is mostly used for troubleshooting purposes to determine the exact command a particular SPID is running. You must be a member of the sys admin fixed server role, or have VIEW SERVER STATE permission (if SQL 2005+). As for a real world [...]&lt;img src="http://feeds.feedburner.com/~r/SqlServerPlanet/~4/IrkeBfCkTOs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://sqlserverplanet.com/troubleshooting/using-dbcc-inputbuffer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sqlserverplanet.com/troubleshooting/using-dbcc-inputbuffer</feedburner:origLink></item>
		<item>
		<title>Creating Unique Random Numbers</title>
		<link>http://feedproxy.google.com/~r/SqlServerPlanet/~3/rNeJwP3gLzE/creating-unique-random-numbers</link>
		<comments>http://sqlserverplanet.com/design/creating-unique-random-numbers#comments</comments>
		<pubDate>Fri, 06 Apr 2012 10:51:59 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=2349</guid>
		<description>This is typically a hot topic and I&amp;#8217;m going to try and tackle it with my rudimentary math. Ultimately given time and the frequency of generation, there is no such thing as a completely unique random number. There will always be some chance that a random number can be regenerated even though the chances do [...]&lt;img src="http://feeds.feedburner.com/~r/SqlServerPlanet/~4/rNeJwP3gLzE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://sqlserverplanet.com/design/creating-unique-random-numbers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sqlserverplanet.com/design/creating-unique-random-numbers</feedburner:origLink></item>
		<item>
		<title>Overcome Divide by Zero Using NULLIF</title>
		<link>http://feedproxy.google.com/~r/SqlServerPlanet/~3/3AxmobjnGSQ/overcome-divide-by-zero-using-nullif</link>
		<comments>http://sqlserverplanet.com/tsql/overcome-divide-by-zero-using-nullif#comments</comments>
		<pubDate>Fri, 06 Apr 2012 05:08:41 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=2346</guid>
		<description>Anytime we are dividing we need to think of the divide by zero scenario. Even if you think you will never encounter this with your result set, it&amp;#8217;s advisable to guard against it because when divide by zero is encountered, an error is thrown. The best method I&amp;#8217;ve found to overcome this is by using [...]&lt;img src="http://feeds.feedburner.com/~r/SqlServerPlanet/~4/3AxmobjnGSQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://sqlserverplanet.com/tsql/overcome-divide-by-zero-using-nullif/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://sqlserverplanet.com/tsql/overcome-divide-by-zero-using-nullif</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.551 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-29 18:30:09 --><!-- Compression = gzip -->

