<?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/sqlserver</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 23:15:38 GMT</pubDate>
<item>
<title>(SQL) Reset Identity - indra</title>
<link>http://snipplr.com/view/58889/reset-identity/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Sep 2011 15:52:30 GMT</pubDate>
<guid>http://snipplr.com/view/58889/reset-identity/</guid>
</item>
<item>
<title>(SQL) SQL Server Restore Progress - beaknit</title>
<link>http://snipplr.com/view/56749/sql-server-restore-progress/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 18 Jul 2011 14:01:35 GMT</pubDate>
<guid>http://snipplr.com/view/56749/sql-server-restore-progress/</guid>
</item>
<item>
<title>(SQL) Lots of Table Info - michanne</title>
<link>http://snipplr.com/view/55040/lots-of-table-info/</link>
<description><![CDATA[ <p>SQL Server - everything you want to know (or not) about a table.</p> ]]></description>
<pubDate>Thu, 09 Jun 2011 03:35:08 GMT</pubDate>
<guid>http://snipplr.com/view/55040/lots-of-table-info/</guid>
</item>
<item>
<title>(SQL) Sample Table Sample - michanne</title>
<link>http://snipplr.com/view/53263/sample-table-sample/</link>
<description><![CDATA[ <p>Alternate to tablesample clause. Example from BOL

"The expression CAST(CHECKSUM(NEWID(), SalesOrderID) &amp; 0x7fffffff AS float / CAST (0x7fffffff AS int) evaluates to a random float value between 0 and 1"</p> ]]></description>
<pubDate>Tue, 10 May 2011 04:18:38 GMT</pubDate>
<guid>http://snipplr.com/view/53263/sample-table-sample/</guid>
</item>
<item>
<title>(SQL) Kill Connections to SQL Server - tclancy</title>
<link>http://snipplr.com/view/51617/kill-connections-to-sql-server/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Apr 2011 01:02:50 GMT</pubDate>
<guid>http://snipplr.com/view/51617/kill-connections-to-sql-server/</guid>
</item>
<item>
<title>(SQL) SQL Server SP/FN Set Options - michanne</title>
<link>http://snipplr.com/view/50564/sql-server-spfn-set-options/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Mar 2011 07:34:14 GMT</pubDate>
<guid>http://snipplr.com/view/50564/sql-server-spfn-set-options/</guid>
</item>
<item>
<title>(SQL) SQL Server - Find text in stored proc - SkyeBianca</title>
<link>http://snipplr.com/view/45332/sql-server--find-text-in-stored-proc/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 06 Dec 2010 11:48:22 GMT</pubDate>
<guid>http://snipplr.com/view/45332/sql-server--find-text-in-stored-proc/</guid>
</item>
<item>
<title>(SQL) Conditional Where Criteria - indra</title>
<link>http://snipplr.com/view/42517/conditional-where-criteria/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 19 Oct 2010 05:19:23 GMT</pubDate>
<guid>http://snipplr.com/view/42517/conditional-where-criteria/</guid>
</item>
<item>
<title>(SQL) Show User Table-Func-Sp - indra</title>
<link>http://snipplr.com/view/39457/show-user-tablefuncsp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 Aug 2010 14:11:43 GMT</pubDate>
<guid>http://snipplr.com/view/39457/show-user-tablefuncsp/</guid>
</item>
<item>
<title>(SQL) Find First and Last Day of Current Month - indra</title>
<link>http://snipplr.com/view/39454/find-first-and-last-day-of-current-month/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 Aug 2010 13:37:53 GMT</pubDate>
<guid>http://snipplr.com/view/39454/find-first-and-last-day-of-current-month/</guid>
</item>
<item>
<title>(SQL) SQL Searh And Replace in ALL DataBase - Eloi</title>
<link>http://snipplr.com/view/37010/sql-searh-and-replace-in-all-database/</link>
<description><![CDATA[ <p>Stored Procedure for search and replace a string in all fields of all tables of one DataBase</p> ]]></description>
<pubDate>Fri, 09 Jul 2010 21:54:31 GMT</pubDate>
<guid>http://snipplr.com/view/37010/sql-searh-and-replace-in-all-database/</guid>
</item>
<item>
<title>(SQL) SQL Searh in ALL DataBase - Eloi</title>
<link>http://snipplr.com/view/37009/sql-searh-in-all-database/</link>
<description><![CDATA[ <p>Stored Procedure for search a string in all fields of all tables of one DataBase</p> ]]></description>
<pubDate>Fri, 09 Jul 2010 21:47:17 GMT</pubDate>
<guid>http://snipplr.com/view/37009/sql-searh-in-all-database/</guid>
</item>
<item>
<title>(SQL) Search stored procedures for string - charmcitycoder</title>
<link>http://snipplr.com/view/17527/search-stored-procedures-for-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Jul 2009 15:37:23 GMT</pubDate>
<guid>http://snipplr.com/view/17527/search-stored-procedures-for-string/</guid>
</item>
<item>
<title>(SQL) SQL Server truncate log and shrink file - robe</title>
<link>http://snipplr.com/view/10370/sql-server-truncate-log-and-shrink-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 10 Dec 2008 02:55:00 GMT</pubDate>
<guid>http://snipplr.com/view/10370/sql-server-truncate-log-and-shrink-file/</guid>
</item>
<item>
<title>(SQL) SQL Server Split function - robe</title>
<link>http://snipplr.com/view/10278/sql-server-split-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 05 Dec 2008 01:09:54 GMT</pubDate>
<guid>http://snipplr.com/view/10278/sql-server-split-function/</guid>
</item>
<item>
<title>(SQL) Check column existence - Elph</title>
<link>http://snipplr.com/view/8684/check-column-existence/</link>
<description><![CDATA[ <p>Comprobar si una columna existe en una determinada tabla</p> ]]></description>
<pubDate>Mon, 29 Sep 2008 06:51:08 GMT</pubDate>
<guid>http://snipplr.com/view/8684/check-column-existence/</guid>
</item>
</channel>
</rss>