<?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>Tips n Tracks &#187; SQL Server</title>
	<atom:link href="http://www.tipsntracks.com/category/sql-server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsntracks.com</link>
	<description>knowledge Is Power</description>
	<lastBuildDate>Tue, 17 Jan 2012 07:58:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to find out duplicate records (duplicate data) in a SQL Server table</title>
		<link>http://www.tipsntracks.com/322/how-to-find-out-duplicate-records-duplicate-data-in-a-sql-server-table.html</link>
		<comments>http://www.tipsntracks.com/322/how-to-find-out-duplicate-records-duplicate-data-in-a-sql-server-table.html#comments</comments>
		<pubDate>Sun, 21 Feb 2010 18:46:44 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/322/how-to-find-out-duplicate-records-duplicate-data-in-a-sql-server-table.html</guid>
		<description><![CDATA[How to find out duplicate records (duplicate data) in a SQL Server table Records duplication or data redundancy is the common issue we face with SQL Server table. In this article we will find out all the duplicate records (duplicate data) in a SQL Server table. We have to use the group by with having [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/322/how-to-find-out-duplicate-records-duplicate-data-in-a-sql-server-table.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GridView Custom Paging in ASP.NET 3.5 with SQL Server Stored Procedure</title>
		<link>http://www.tipsntracks.com/316/gridview-custom-paging-in-asp-net-3-5-with-sql-server-stored-procedure.html</link>
		<comments>http://www.tipsntracks.com/316/gridview-custom-paging-in-asp-net-3-5-with-sql-server-stored-procedure.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 18:13:20 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=316</guid>
		<description><![CDATA[GridView Custom Paging in ASP.NET 3.5 with SQL Server Stored Procedure GridView — Displays a set of data items in an HTML table. ASP.NET GridView control enables you to display, sort, page, select, and edit data. Default gridview paging works best when you deal with limited pages. If there are more pages then, the performance [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/316/gridview-custom-paging-in-asp-net-3-5-with-sql-server-stored-procedure.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Create Temporary virtual table (or a records set) with SQL Server Stored Procedure</title>
		<link>http://www.tipsntracks.com/311/create-temporary-virtual-table-or-a-records-set-with-sql-server-stored-procedure.html</link>
		<comments>http://www.tipsntracks.com/311/create-temporary-virtual-table-or-a-records-set-with-sql-server-stored-procedure.html#comments</comments>
		<pubDate>Sun, 07 Feb 2010 18:27:27 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=311</guid>
		<description><![CDATA[Create Temporary virtual table (or a records set) with SQL Server Stored Procedure Some time we need to create a virtual table to manipulate data without affecting the actual data in the actual table. You can create a virtual table by two ways. Using CREATE TABLE statement and with DECLARE statement. Let&#8217;s consider, I have [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/311/create-temporary-virtual-table-or-a-records-set-with-sql-server-stored-procedure.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

