<?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>SQL Lion &#187; Tips N Tricks</title>
	<atom:link href="http://www.sqllion.com/category/tips-n-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqllion.com</link>
	<description>Welcome to the Database Jungle</description>
	<lastBuildDate>Sun, 11 Dec 2011 10:04:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Monitor T SQL Query performance at millisecond level</title>
		<link>http://www.sqllion.com/2011/09/monitor-t-sql-query-performance-at-millisecond-level/</link>
		<comments>http://www.sqllion.com/2011/09/monitor-t-sql-query-performance-at-millisecond-level/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 16:53:03 +0000</pubDate>
		<dc:creator>Arun Mallick</dc:creator>
				<category><![CDATA[Tips N Tricks]]></category>
		<category><![CDATA[logical reads]]></category>
		<category><![CDATA[Monitor T-SQL Query]]></category>
		<category><![CDATA[physical reads]]></category>
		<category><![CDATA[query execution]]></category>
		<category><![CDATA[query options]]></category>
		<category><![CDATA[Query performance]]></category>
		<category><![CDATA[set statistics io]]></category>
		<category><![CDATA[set statistics time]]></category>
		<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SSMS]]></category>
		<category><![CDATA[T - SQL]]></category>
		<category><![CDATA[tracking query]]></category>

		<guid isPermaLink="false">http://www.sqllion.com/?p=1403</guid>
		<description><![CDATA[Easy way to Monitor T-SQL Query performance at millisecond level as well as tracking logical and physical reads.]]></description>
		<wfw:commentRss>http://www.sqllion.com/2011/09/monitor-t-sql-query-performance-at-millisecond-level/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>GO &#8216;N&#8217; Times</title>
		<link>http://www.sqllion.com/2011/09/go-n-times/</link>
		<comments>http://www.sqllion.com/2011/09/go-n-times/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 16:40:34 +0000</pubDate>
		<dc:creator>Arun Mallick</dc:creator>
				<category><![CDATA[Tips N Tricks]]></category>
		<category><![CDATA[Batch separator]]></category>
		<category><![CDATA[GO command]]></category>
		<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SSMS]]></category>
		<category><![CDATA[T - SQL]]></category>
		<category><![CDATA[t sql batch separator]]></category>

		<guid isPermaLink="false">http://www.sqllion.com/?p=1380</guid>
		<description><![CDATA[GO ‘N’ times, i.e. execute t-sql batch scripts multiple times by just specifying one parameter to T-SQL batch separator command.]]></description>
		<wfw:commentRss>http://www.sqllion.com/2011/09/go-n-times/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>For each database – sp_MSForEachDB</title>
		<link>http://www.sqllion.com/2010/08/for-each-database-sp_msforeachdb/</link>
		<comments>http://www.sqllion.com/2010/08/for-each-database-sp_msforeachdb/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 02:51:55 +0000</pubDate>
		<dc:creator>Arun Mallick</dc:creator>
				<category><![CDATA[T - SQL]]></category>
		<category><![CDATA[Tips N Tricks]]></category>
		<category><![CDATA[for each database]]></category>
		<category><![CDATA[sp_executesql]]></category>
		<category><![CDATA[sp_MSForEachDB]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server for each database]]></category>
		<category><![CDATA[sys.schemas]]></category>
		<category><![CDATA[t-sql cursors]]></category>

		<guid isPermaLink="false">http://www.sqllion.com/?p=1213</guid>
		<description><![CDATA[Sp_MSForEachDB is a great procedure coming with MS SQL Server even though it is un-documented. It eases some of the complex operations that we mostly do by using CURSORS. Follow the link to know how…]]></description>
		<wfw:commentRss>http://www.sqllion.com/2010/08/for-each-database-sp_msforeachdb/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Top N Random records from each group</title>
		<link>http://www.sqllion.com/2009/10/top-n-random-records-from-each-group/</link>
		<comments>http://www.sqllion.com/2009/10/top-n-random-records-from-each-group/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 18:22:03 +0000</pubDate>
		<dc:creator>Arun Mallick</dc:creator>
				<category><![CDATA[Tips N Tricks]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[each group]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[populate data]]></category>
		<category><![CDATA[Random records]]></category>
		<category><![CDATA[Row_number]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[SQL server]]></category>
		<category><![CDATA[T - SQL]]></category>
		<category><![CDATA[top 10]]></category>
		<category><![CDATA[Using With]]></category>

		<guid isPermaLink="false">http://www.sqllion.com/?p=814</guid>
		<description><![CDATA[T-sql Script to show top N random records from each group or category. ]]></description>
		<wfw:commentRss>http://www.sqllion.com/2009/10/top-n-random-records-from-each-group/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Database Summary</title>
		<link>http://www.sqllion.com/2009/10/database-summary/</link>
		<comments>http://www.sqllion.com/2009/10/database-summary/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 14:07:36 +0000</pubDate>
		<dc:creator>Arun Mallick</dc:creator>
				<category><![CDATA[Tips N Tricks]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[database summary]]></category>
		<category><![CDATA[records in table]]></category>
		<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[sysindexes]]></category>
		<category><![CDATA[sysobjects]]></category>
		<category><![CDATA[T - SQL]]></category>
		<category><![CDATA[table summary]]></category>

		<guid isPermaLink="false">http://www.sqllion.com/?p=807</guid>
		<description><![CDATA[Summary for each table in a given database, including table name, no. of records and some sample records.]]></description>
		<wfw:commentRss>http://www.sqllion.com/2009/10/database-summary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Total number of days in a month</title>
		<link>http://www.sqllion.com/2009/07/total-number-of-days-in-a-month/</link>
		<comments>http://www.sqllion.com/2009/07/total-number-of-days-in-a-month/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 12:28:15 +0000</pubDate>
		<dc:creator>Arun Mallick</dc:creator>
				<category><![CDATA[T - SQL]]></category>
		<category><![CDATA[Tips N Tricks]]></category>
		<category><![CDATA[dateadd]]></category>
		<category><![CDATA[datepart]]></category>
		<category><![CDATA[datetime]]></category>
		<category><![CDATA[get all days of a month]]></category>
		<category><![CDATA[Get Days in a Month Function]]></category>
		<category><![CDATA[get days in month sql]]></category>
		<category><![CDATA[Get Number of Days in a Month]]></category>
		<category><![CDATA[getdate in sql server]]></category>
		<category><![CDATA[month]]></category>
		<category><![CDATA[number of days]]></category>
		<category><![CDATA[SQL server 2005]]></category>
		<category><![CDATA[STR function]]></category>
		<category><![CDATA[t – sql]]></category>
		<category><![CDATA[Total no. of days in a month]]></category>
		<category><![CDATA[user defined function in sql server]]></category>
		<category><![CDATA[year]]></category>

		<guid isPermaLink="false">http://www.sqllion.com/?p=755</guid>
		<description><![CDATA[User defined function to get the total number of days in a given month with different approaches.]]></description>
		<wfw:commentRss>http://www.sqllion.com/2009/07/total-number-of-days-in-a-month/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Last business day of any given month</title>
		<link>http://www.sqllion.com/2009/07/last-business-day-of-any-given-month/</link>
		<comments>http://www.sqllion.com/2009/07/last-business-day-of-any-given-month/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 17:35:58 +0000</pubDate>
		<dc:creator>Arun Mallick</dc:creator>
				<category><![CDATA[T - SQL]]></category>
		<category><![CDATA[Tips N Tricks]]></category>
		<category><![CDATA[datepart in t-sql]]></category>
		<category><![CDATA[Find last business day]]></category>
		<category><![CDATA[last business day in sql server]]></category>
		<category><![CDATA[last business day in t-sql]]></category>
		<category><![CDATA[last business day of the month]]></category>
		<category><![CDATA[last business day sql]]></category>
		<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2005]]></category>
		<category><![CDATA[tips and tricks for sql server]]></category>
		<category><![CDATA[using dateadd in t-sql]]></category>

		<guid isPermaLink="false">http://www.sqllion.com/?p=744</guid>
		<description><![CDATA[Function to find out the last business day of any given month even considering weekends and Govt. / Public holidays.]]></description>
		<wfw:commentRss>http://www.sqllion.com/2009/07/last-business-day-of-any-given-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

