<?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>Vidhya Sagar - Blog&#187; T-SQL</title>
	<atom:link href="http://sql-articles.com/blogs/category/t-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://sql-articles.com/blogs</link>
	<description>One Stop for SQL Server related Queries</description>
	<lastBuildDate>Wed, 06 Jul 2011 12:53:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-20175</generator>
		<item>
		<title>SQL Server Joins</title>
		<link>http://sql-articles.com/blogs/sql-server-joins/</link>
		<comments>http://sql-articles.com/blogs/sql-server-joins/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 01:08:37 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[joins]]></category>
		<category><![CDATA[select]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/sql-server-joins/</guid>
		<description><![CDATA[SQL Server Joins<p class="read-more"><a href="http://sql-articles.com/blogs/sql-server-joins/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/sql-server-joins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Variable and Assignment enhancements &#8211; SQL Server 2008</title>
		<link>http://sql-articles.com/blogs/variable-and-assignment-enhancements-sql-server-2008/</link>
		<comments>http://sql-articles.com/blogs/variable-and-assignment-enhancements-sql-server-2008/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 03:45:27 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/variable-and-assignment-enhancements-sql-server-2008/</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/variable-and-assignment-enhancements-sql-server-2008/" title="Variable and Assignment enhancements &ndash; SQL Server 2008"></a>Variable and assignment enhancements are small plus points in SQL Server 2008. We have around 4 things to discuss under this and they are below. All of these are mostly helpful to developers. Declare Statement Compound Assignment Operators Row Constructors &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/variable-and-assignment-enhancements-sql-server-2008/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/variable-and-assignment-enhancements-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Return Code Values Documentation for sp_send_dbmail procedure</title>
		<link>http://sql-articles.com/blogs/return-code-values-documentation-for-sp_send_dbmail-procedure/</link>
		<comments>http://sql-articles.com/blogs/return-code-values-documentation-for-sp_send_dbmail-procedure/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 02:57:29 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/return-code-values-documentation-for-sp_send_dbmail-procedure/</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/return-code-values-documentation-for-sp_send_dbmail-procedure/" title="Return Code Values Documentation for sp_send_dbmail procedure"></a>I saw a question on MSDN forums today about return code values documentation for sp_send_dbmail procedure. Microsoft has not documented these return values to the user because when an error exists in the code the user will get a clear &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/return-code-values-documentation-for-sp_send_dbmail-procedure/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/return-code-values-documentation-for-sp_send_dbmail-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FORCESEEK Hint &#8211; SQL Server 2008</title>
		<link>http://sql-articles.com/blogs/forceseek-hint-sql-server-2008/</link>
		<comments>http://sql-articles.com/blogs/forceseek-hint-sql-server-2008/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 13:17:05 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=327</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/forceseek-hint-sql-server-2008/" title="FORCESEEK Hint - SQL Server 2008"></a>New article posted on &#8220;Forceseek Hint&#8221; in SQL Server 2008. Check it out from the link below. Forceseek hint is a new addition to SQL Server 2008. It forces the query optimizer to use an Index seek instead of Index &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/forceseek-hint-sql-server-2008/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/forceseek-hint-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MERGE Statement &#8211; SQL Server 2008</title>
		<link>http://sql-articles.com/blogs/merge-statement-sql-server-2008/</link>
		<comments>http://sql-articles.com/blogs/merge-statement-sql-server-2008/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 03:00:31 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=321</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/merge-statement-sql-server-2008/" title="MERGE Statement - SQL Server 2008"></a>New article posted on Merge statement for SQL Server 2008. You can check the article from the link below. In earlier versions of SQL Server in order to perform INSERT, UPDATE or DELETE we have to have separate T-SQL statements. &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/merge-statement-sql-server-2008/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/merge-statement-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Temp table VS Table variable</title>
		<link>http://sql-articles.com/blogs/temp-table-vs-table-variable/</link>
		<comments>http://sql-articles.com/blogs/temp-table-vs-table-variable/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 13:47:12 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=311</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/temp-table-vs-table-variable/" title="Temp table VS Table variable"></a>New article on &#8220;Temp table VS Table variable&#8221; is posted in main website. Check it out from the link below Most of the SQL Developers/DBA would have come across a situation where they need to store the temporary result sets. &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/temp-table-vs-table-variable/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/temp-table-vs-table-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to CHECK Startup procedures in SQL Server</title>
		<link>http://sql-articles.com/blogs/script-to-check-startup-procedures-in-sql-server/</link>
		<comments>http://sql-articles.com/blogs/script-to-check-startup-procedures-in-sql-server/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 05:14:15 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=118</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/script-to-check-startup-procedures-in-sql-server/" title="Script to CHECK Startup procedures in SQL Server"></a>Today while checking a server for SQL Server startup performance issue, I&#8217;m in thought of listing the startup procedures and to analyze those procedures for any issues. But when I google I couldn&#8217;t find any script to list out the startup &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/script-to-check-startup-procedures-in-sql-server/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/script-to-check-startup-procedures-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Check SQL SERVER Uptime Through T-SQL</title>
		<link>http://sql-articles.com/blogs/how-to-check-sql-server-uptime-through-t-sql/</link>
		<comments>http://sql-articles.com/blogs/how-to-check-sql-server-uptime-through-t-sql/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 19:03:31 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=54</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/how-to-check-sql-server-uptime-through-t-sql/" title="How To Check SQL SERVER Uptime Through T-SQL"></a>Introduction Services uptime can be checked through WMI scripts and other methods also. As a DBA most of us would like to know the uptime of SQL Server, i.e how much time is SQL Server running till the server is &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/how-to-check-sql-server-uptime-through-t-sql/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/how-to-check-sql-server-uptime-through-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diskspace Check via SQLServer</title>
		<link>http://sql-articles.com/blogs/diskspace-check-via-sqlserver/</link>
		<comments>http://sql-articles.com/blogs/diskspace-check-via-sqlserver/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 12:47:54 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Diskspace]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=52</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/diskspace-check-via-sqlserver/" title="Diskspace Check via SQLServer"></a>I&#8217;m writing this script since most of them are looking a way to find total diskspace available in a drives through sql server. I hope there is no extended procedure for this. I&#8217;ve used WMI script to do this, download &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/diskspace-check-via-sqlserver/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/diskspace-check-via-sqlserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between TRUNCATE and DELETE command</title>
		<link>http://sql-articles.com/blogs/difference-between-truncate-and-delete-command/</link>
		<comments>http://sql-articles.com/blogs/difference-between-truncate-and-delete-command/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 02:16:41 +0000</pubDate>
		<dc:creator>Vidhya Sagar</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[truncate]]></category>

		<guid isPermaLink="false">http://sql-articles.com/blogs/?p=28</guid>
		<description><![CDATA[<a href="http://sql-articles.com/blogs/difference-between-truncate-and-delete-command/" title="Difference between TRUNCATE and DELETE command"></a>Lets see the difference between DELETE and TRUNCATE command as below DELETE TRUNCATE DML Statement DDL Statement Data Rollback is possible, all the row by row data deletion will be recorded in transaction log Rollback is possible for entire table &#8230;<p class="read-more"><a href="http://sql-articles.com/blogs/difference-between-truncate-and-delete-command/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://sql-articles.com/blogs/difference-between-truncate-and-delete-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

