<?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; T-SQL</title>
	<atom:link href="http://learnsqlwithbru.com/tag/t-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsqlwithbru.com</link>
	<description>Bru Medishetty&#039;s SQL Server Blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:09:57 +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>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>SQL Server string function REPLACE with Examples</title>
		<link>http://learnsqlwithbru.com/2011/12/23/sql-server-string-function-replace-with-examples/</link>
		<comments>http://learnsqlwithbru.com/2011/12/23/sql-server-string-function-replace-with-examples/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 05:00:46 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Learn SQL Server]]></category>
		<category><![CDATA[SQL Server Development]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=641</guid>
		<description><![CDATA[In this blog we shall learn a string function called REPLACE. We shall use REPLACE function in Select as well as Update statements with examples to understand it better. We shall start with a basic Select statement using Replace function &#8230; <a href="http://learnsqlwithbru.com/2011/12/23/sql-server-string-function-replace-with-examples/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/12/23/sql-server-string-function-replace-with-examples/feed/</wfw:commentRss>
		<slash:comments>0</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>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>
		<item>
		<title>Find Transaction Log Space Used</title>
		<link>http://learnsqlwithbru.com/2010/03/31/find-transaction-log-space-used/</link>
		<comments>http://learnsqlwithbru.com/2010/03/31/find-transaction-log-space-used/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 04:00:41 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[DBCC SQLPERF (LOGSPACE)]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Transaction Logs]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=659</guid>
		<description><![CDATA[To query the space used by the transaction logs use the command, use DBCC SQLPERF(LOGSPACE). The command displays the Database Name, Log Size in Mega Bytes, the % of  log file used, remember the value is not the size it &#8230; <a href="http://learnsqlwithbru.com/2010/03/31/find-transaction-log-space-used/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/03/31/find-transaction-log-space-used/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAITFOR Clause</title>
		<link>http://learnsqlwithbru.com/2010/03/28/waitfor-clause/</link>
		<comments>http://learnsqlwithbru.com/2010/03/28/waitfor-clause/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 04:00:49 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[WAITFOR clause]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=307</guid>
		<description><![CDATA[When writing T-SQL Statements, the usage of WAITFOR clause will cause a delay in the execution of the subsequent statements until the condition is met. WAITFOR clause can be used along with Time or Delay. Let us look at them &#8230; <a href="http://learnsqlwithbru.com/2010/03/28/waitfor-clause/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/03/28/waitfor-clause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding the Fullness of all Database files</title>
		<link>http://learnsqlwithbru.com/2010/03/04/finding-the-fullness-of-all-database-files/</link>
		<comments>http://learnsqlwithbru.com/2010/03/04/finding-the-fullness-of-all-database-files/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 05:00:11 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Cursor]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=439</guid>
		<description><![CDATA[One of the common things a Database Admin would need to monitor is the size of the database files and along with that monitor the level to which those files are full, so as to plan for the future growth &#8230; <a href="http://learnsqlwithbru.com/2010/03/04/finding-the-fullness-of-all-database-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/03/04/finding-the-fullness-of-all-database-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Renaming database and database objects using T-SQL</title>
		<link>http://learnsqlwithbru.com/2010/03/01/renaming-database-and-database-objects-using-t-sql/</link>
		<comments>http://learnsqlwithbru.com/2010/03/01/renaming-database-and-database-objects-using-t-sql/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 05:00:09 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[System Stored Procedures]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=277</guid>
		<description><![CDATA[With increased usage of SQL Server Management Studio for carrying out most of the day to day tasks, performing many activities is easier to learn and to master those steps from the Management Studio. This is not always a possibility, assume a task &#8230; <a href="http://learnsqlwithbru.com/2010/03/01/renaming-database-and-database-objects-using-t-sql/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/03/01/renaming-database-and-database-objects-using-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Concatenating Strings to NULL values</title>
		<link>http://learnsqlwithbru.com/2010/01/19/concatenating-strings-to-null-values/</link>
		<comments>http://learnsqlwithbru.com/2010/01/19/concatenating-strings-to-null-values/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 16:47:10 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[Strings]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=146</guid>
		<description><![CDATA[We recently ran into this situation of reports containing nothing but blank spaces. When investigated the reason was that the String concatenation statement was written as a general statement. There is nothing wrong in the statement, it works fine when the variables have &#8230; <a href="http://learnsqlwithbru.com/2010/01/19/concatenating-strings-to-null-values/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/01/19/concatenating-strings-to-null-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View SQL Server Error Logs through T-SQL</title>
		<link>http://learnsqlwithbru.com/2009/12/01/view-sql-server-error-logs-through-t-sql/</link>
		<comments>http://learnsqlwithbru.com/2009/12/01/view-sql-server-error-logs-through-t-sql/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 05:00:19 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Error Logs]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=74</guid>
		<description><![CDATA[When SQL Server error log is not initialized at a regular interval causing the error log file to grow into a huge file. Viewing that in the SQL Log File Viewer would be a time consuming task.  This article will &#8230; <a href="http://learnsqlwithbru.com/2009/12/01/view-sql-server-error-logs-through-t-sql/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/12/01/view-sql-server-error-logs-through-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

