<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/sql/tags/T-SQL</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 20:07:33 GMT</pubDate>
<item>
<title>(SQL) Count number of  tables, views, stored procedures or functions - Mithun</title>
<link>http://snipplr.com/view/52990/count-number-of--tables-views-stored-procedures-or-functions/</link>
<description><![CDATA[ <p>You can use TSQL to Count Number Of Stored Procedures, Views, Tables or Functions in a Database by using the Database INFORMATION_SCHEMA view</p> ]]></description>
<pubDate>Wed, 04 May 2011 19:11:45 GMT</pubDate>
<guid>http://snipplr.com/view/52990/count-number-of--tables-views-stored-procedures-or-functions/</guid>
</item>
<item>
<title>(SQL) Find Duplicate Rows in Table - ezerick</title>
<link>http://snipplr.com/view/47690/find-duplicate-rows-in-table/</link>
<description><![CDATA[ <p>Field1 + Field2 + Field3 should create 1 entry for each unique row in the DB. In an employee table, this would be FirstName + LastName + EmployeeNumber</p> ]]></description>
<pubDate>Sat, 22 Jan 2011 04:47:21 GMT</pubDate>
<guid>http://snipplr.com/view/47690/find-duplicate-rows-in-table/</guid>
</item>
<item>
<title>(SQL) Copy rows from one table to another - choasis</title>
<link>http://snipplr.com/view/25550/copy-rows-from-one-table-to-another/</link>
<description><![CDATA[ <p>Just replace the squared brackets with the correct values.</p> ]]></description>
<pubDate>Mon, 28 Dec 2009 03:30:39 GMT</pubDate>
<guid>http://snipplr.com/view/25550/copy-rows-from-one-table-to-another/</guid>
</item>
</channel>
</rss>