<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Pythian Blog &#187; sql server 2008</title>
	<atom:link href="http://www.pythian.com/news/tag/sql-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 09:54:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>SQL server: Denali now tunes out of the plan cache</title>
		<link>http://www.pythian.com/news/28015/sql-server-denali-now-tunes-out-of-the-plan-cache/</link>
		<comments>http://www.pythian.com/news/28015/sql-server-denali-now-tunes-out-of-the-plan-cache/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 21:24:49 +0000</pubDate>
		<dc:creator>Mohammed Mawla</dc:creator>
				<category><![CDATA[Group Blog Posts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[Denali]]></category>
		<category><![CDATA[sql server 2008]]></category>
		<category><![CDATA[SQL server performance]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=28015</guid>
		<description><![CDATA[If you ever used SQL server Database Engine Tuning Advisor then you know you have few options as a source of analysis workload: - SQL server Script file *.sql Includes a query or set of queries targeting one or more databases. Tuning advisor will evaluate the script against target databases(s) and attempt to provide any [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/28015/sql-server-denali-now-tunes-out-of-the-plan-cache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL server: Create missing indexes with unmessing names</title>
		<link>http://www.pythian.com/news/28117/sql-server-create-missing-indexes-with-unmessing-names/</link>
		<comments>http://www.pythian.com/news/28117/sql-server-create-missing-indexes-with-unmessing-names/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 13:10:39 +0000</pubDate>
		<dc:creator>Mohammed Mawla</dc:creator>
				<category><![CDATA[Group Blog Posts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[indexes]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[sql server 2008]]></category>
		<category><![CDATA[SQL server performance]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=28117</guid>
		<description><![CDATA[If you do any performance tuning , and everyone do some day, then you&#8217;ll come to a point where you want to know if your tables have sufficient indexes to serve the queries fast. Starting with SQL server 2005 , engine tracks indexes usage , through query optimizer, and can now determine if a query [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/28117/sql-server-create-missing-indexes-with-unmessing-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In &#8216;Movember&#8217;, Mo Bros stand together to fight Prostate Cancer</title>
		<link>http://www.pythian.com/news/28155/in-movember-mo-bros-stand-together-to-fight-prostate-cancer/</link>
		<comments>http://www.pythian.com/news/28155/in-movember-mo-bros-stand-together-to-fight-prostate-cancer/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 18:58:14 +0000</pubDate>
		<dc:creator>Mohammed Mawla</dc:creator>
				<category><![CDATA[Non-Tech Articles]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[spatial data]]></category>
		<category><![CDATA[sql server 2008]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=28155</guid>
		<description><![CDATA[Gentlemen (and no Ladies), Let&#8217;s go hairy!! The 60s are NOT back but during the month of November , some gents , including myself, will grow a stache to raise the awareness of prostate cancer, an insidious disease that afflicts one in seven males. Movember Movember (a slang word &#8220;Mo&#8221; for moustache and &#8220;November&#8221;) is [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/28155/in-movember-mo-bros-stand-together-to-fight-prostate-cancer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using UNPIVOT with Change Data Capture (CDC) functions to get list of updated columns.</title>
		<link>http://www.pythian.com/news/18623/cdc-and-unpivot/</link>
		<comments>http://www.pythian.com/news/18623/cdc-and-unpivot/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 13:56:57 +0000</pubDate>
		<dc:creator>Igor Raytsin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[sql server 2008]]></category>
		<category><![CDATA[SQL Server CDC]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=18623</guid>
		<description><![CDATA[Microsoft introduced Change Data Capture (CDC) technology in SQL Server 2008.  This technology captures DML (insert/update/delete) changes to a table.  After CDC is enabled for a database and a given table, one can use cdc.fn_cdc_get_all_changes_ function to query changes made to the table. cdc.fn_cdc_get_all_changes_ function returns all columns from the table, even when only one [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/18623/cdc-and-unpivot/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Browsing SQL Server 2008&#8242;s New DMVs</title>
		<link>http://www.pythian.com/news/1305/browsing-sql-server-2008s-new-dmvs/</link>
		<comments>http://www.pythian.com/news/1305/browsing-sql-server-2008s-new-dmvs/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 17:16:17 +0000</pubDate>
		<dc:creator>Warner Chaves</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[DMV]]></category>
		<category><![CDATA[sql server 2008]]></category>

		<guid isPermaLink="false">http://www.pythian.com/blogs/1305/browsing-sql-server-2008s-new-dmvs</guid>
		<description><![CDATA[SQL Server 2008 is out of the bag and&#8212;luckily for my team&#8212;at Pythian we are already seeing customer interest in upgrading, even from SQL Server 2000 and 2005. There are many new features and there will definitely be more blog posts coming from the team regarding them, but for now, I was just browsing around [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/1305/browsing-sql-server-2008s-new-dmvs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

