<?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>Learn SQL With Bru &#187; New Features</title>
	<atom:link href="http://learnsqlwithbru.com/tag/new-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsqlwithbru.com</link>
	<description>Bru Medishetty&#039;s SQL Server Blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 16:23:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>New DMV in SQL Server 2012: sys.dm_server_services</title>
		<link>http://learnsqlwithbru.com/2011/12/08/new-dmv-in-sql-server-2012-sys-dm_server_services/</link>
		<comments>http://learnsqlwithbru.com/2011/12/08/new-dmv-in-sql-server-2012-sys-dm_server_services/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 05:00:22 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[DMVs]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[SQL Server 2012]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2095</guid>
		<description><![CDATA[In this blog we shall learn a new Dynamic Management View introduced in SQL Server 2012 called sys.dm_server_services. This dmv can be used to query the startup type, current status, last_startup_time, service accounts under which the service starts, is the &#8230; <a href="http://learnsqlwithbru.com/2011/12/08/new-dmv-in-sql-server-2012-sys-dm_server_services/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/12/08/new-dmv-in-sql-server-2012-sys-dm_server_services/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OFFSET and FETCH &#8211; New in SQL Server 2012</title>
		<link>http://learnsqlwithbru.com/2011/12/06/offset-and-fetch-new-in-sql-server-2012/</link>
		<comments>http://learnsqlwithbru.com/2011/12/06/offset-and-fetch-new-in-sql-server-2012/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 05:00:24 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Learn SQL Server]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server Development]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2039</guid>
		<description><![CDATA[In this article we shall learn how to limit the numbers of rows returned by a query using OFFSET and FETCH clause introduced in SQL Server 2012. The following query is executed against AdventureWorks Database. SELECT SalesOrderID,SalesOrderDetailID,OrderQty,SpecialOfferID FROM [Sales].[SalesOrderDetail] ORDER &#8230; <a href="http://learnsqlwithbru.com/2011/12/06/offset-and-fetch-new-in-sql-server-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/12/06/offset-and-fetch-new-in-sql-server-2012/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CONCAT &#8211; New String Function in SQL Server 2012</title>
		<link>http://learnsqlwithbru.com/2011/12/02/concat-new-string-function-in-sql-server-2012/</link>
		<comments>http://learnsqlwithbru.com/2011/12/02/concat-new-string-function-in-sql-server-2012/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 00:05:09 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Learn SQL Server]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server Development]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[SQL Server 2012]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1998</guid>
		<description><![CDATA[CONCAT is a new String function introduced in SQL Server 2012. This function returns an output which is a concatenated string value of the argument values passed in the function. The function would need a minimum of 2 values to &#8230; <a href="http://learnsqlwithbru.com/2011/12/02/concat-new-string-function-in-sql-server-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/12/02/concat-new-string-function-in-sql-server-2012/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Startup Parameters Tabs in Configuration Manager &#8211; New feature in SQL Server 2012</title>
		<link>http://learnsqlwithbru.com/2011/11/23/startup-parameters-tabs-in-configuration-manager-new-feature-in-sql-server-2012/</link>
		<comments>http://learnsqlwithbru.com/2011/11/23/startup-parameters-tabs-in-configuration-manager-new-feature-in-sql-server-2012/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 13:46:38 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Learn SQL Server]]></category>
		<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[SQL Server 2012]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1867</guid>
		<description><![CDATA[With each new SQL Server Version, plenty of new features and enhancements are released. In SQL Server 2012, one of those new additions is the Startup Parameters Tab in SQL Server Configuration Manager. Using this you can make changes to &#8230; <a href="http://learnsqlwithbru.com/2011/11/23/startup-parameters-tabs-in-configuration-manager-new-feature-in-sql-server-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/11/23/startup-parameters-tabs-in-configuration-manager-new-feature-in-sql-server-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new in Installing SQL Server 2012</title>
		<link>http://learnsqlwithbru.com/2011/11/18/whats-new-in-installing-sql-server-2012/</link>
		<comments>http://learnsqlwithbru.com/2011/11/18/whats-new-in-installing-sql-server-2012/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 16:46:22 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Learn SQL Server]]></category>
		<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[SQL Server 2012]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1781</guid>
		<description><![CDATA[You might be aware about SQL Server 2012, the next version of SQL Server. As always, there are a lot of new enhancements features announced in SQL Server 2012. Covering all of the new features and enhancements in SQL Server &#8230; <a href="http://learnsqlwithbru.com/2011/11/18/whats-new-in-installing-sql-server-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/11/18/whats-new-in-installing-sql-server-2012/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Querying Multiple Servers in SQL Server 2008</title>
		<link>http://learnsqlwithbru.com/2009/12/15/querying-multiple-servers-in-sql-server-2008/</link>
		<comments>http://learnsqlwithbru.com/2009/12/15/querying-multiple-servers-in-sql-server-2008/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 05:00:27 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=37</guid>
		<description><![CDATA[SQL Server 2008 provides the functionality of querying multiple Servers from a single query window. This is helpful for tasks like retrieving server information such as Version, Edition, Instance Name, logins available across each instance, databases on the servers etc. &#8230; <a href="http://learnsqlwithbru.com/2009/12/15/querying-multiple-servers-in-sql-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/12/15/querying-multiple-servers-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Database Snapshots in SQL Server 2005</title>
		<link>http://learnsqlwithbru.com/2009/10/04/introduction-to-database-snapshots-in-sql-server-2005/</link>
		<comments>http://learnsqlwithbru.com/2009/10/04/introduction-to-database-snapshots-in-sql-server-2005/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 05:00:22 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[snapshots]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=54</guid>
		<description><![CDATA[Database Snapshots is a new feature introduced in SQL Server 2005. It provides a mechanism that enables us to save an exact read only copy of a database when the snapshot was taken. It would be highly beneficial that a &#8230; <a href="http://learnsqlwithbru.com/2009/10/04/introduction-to-database-snapshots-in-sql-server-2005/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/10/04/introduction-to-database-snapshots-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Partitioning in SQL Server 2005</title>
		<link>http://learnsqlwithbru.com/2009/09/18/database-partitioning-in-sql-server-2005/</link>
		<comments>http://learnsqlwithbru.com/2009/09/18/database-partitioning-in-sql-server-2005/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 05:00:02 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=52</guid>
		<description><![CDATA[I would like to explain the steps involved in implementing Database Partitioning in SQL Server 2005.  If you had already implemented Very Large Databases using federated Databases, you would be relieved that Database Partitioning is very easy to configure and work &#8230; <a href="http://learnsqlwithbru.com/2009/09/18/database-partitioning-in-sql-server-2005/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/09/18/database-partitioning-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

