<?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; Functions</title>
	<atom:link href="http://learnsqlwithbru.com/tag/functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsqlwithbru.com</link>
	<description>Bru Medishetty&#039;s SQL Server Blog</description>
	<lastBuildDate>Tue, 06 Mar 2012 19:02:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Space function in SQL Server</title>
		<link>http://learnsqlwithbru.com/2012/01/09/space-function-in-sql-server/</link>
		<comments>http://learnsqlwithbru.com/2012/01/09/space-function-in-sql-server/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 05:21:25 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Learn SQL Server]]></category>
		<category><![CDATA[SQL Server Development]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Space function]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2189</guid>
		<description><![CDATA[Few weeks back, I wrote a blog on CONCAT string function in SQL Server 2012. A user asked if the CONCAT function is similar to Space function in SQL Server and what is the difference between the two functions. I replied &#8230; <a href="http://learnsqlwithbru.com/2012/01/09/space-function-in-sql-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/01/09/space-function-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Square &#8211; Mathematical function in SQL Server</title>
		<link>http://learnsqlwithbru.com/2011/12/09/square-mathematical-function-in-sql-server/</link>
		<comments>http://learnsqlwithbru.com/2011/12/09/square-mathematical-function-in-sql-server/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 12:29:36 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Learn SQL Server]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Functions]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2100</guid>
		<description><![CDATA[In this blog post we shall learn a mathematical function in SQL Server called Square. This function expects 1 value to be passed and returns the multiplied value itself nothing but the square of the passed value.  The function expects &#8230; <a href="http://learnsqlwithbru.com/2011/12/09/square-mathematical-function-in-sql-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/12/09/square-mathematical-function-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</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>DB_NAME() System Function in SQL Server</title>
		<link>http://learnsqlwithbru.com/2010/05/17/db_name-system-function-in-sql-server/</link>
		<comments>http://learnsqlwithbru.com/2010/05/17/db_name-system-function-in-sql-server/#comments</comments>
		<pubDate>Mon, 17 May 2010 04:00:01 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[System Functions]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=972</guid>
		<description><![CDATA[In this blog, let&#8217;s take a look at a SQL Server System function, DB_NAME() . This function is pretty handy when writing scripts that need you to identify the the Database name based on Database ID. DB_NAME() DB_NAME() function accepts an optional integer parameter &#8230; <a href="http://learnsqlwithbru.com/2010/05/17/db_name-system-function-in-sql-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/05/17/db_name-system-function-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

