<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - rengber</title>
<link>http://snipplr.com/users/rengber/tags/tsql</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 12 Oct 2008 20:32:40 GMT</pubDate>
<item>
<title>(SQL) TSQL for Recursive Select Using Common Table Expressions</title>
<link>http://snipplr.com/view/5547/tsql-for-recursive-select-using-common-table-expressions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 24 Mar 2008 18:00:18 GMT</pubDate>
<guid>http://snipplr.com/view/5547/tsql-for-recursive-select-using-common-table-expressions/</guid>
</item>
<item>
<title>(SQL) TSQL Convert Xml DateTime (xs:datetime) to SQL DateTime</title>
<link>http://snipplr.com/view/3827/tsql-convert-xml-datetime-xsdatetime-to-sql-datetime/</link>
<description><![CDATA[ <p>This is as small as this can go: 
'xs:dateTime(sql:variable("@stringDate"))'
It needs to be a literal string for the Value() function.  

Xml Datatype 
http://msdn2.microsoft.com/en-us/library/ms189887.aspx

Sql:Variable() Function 
http://msdn2.microsoft.com/en-us/library/ms188254.aspx

'xs:dateTime( val )' 
http://www.w3schools.com/xpath/xpath_functions.asp#datetime

Xml Datatype Methods 
http://msdn2.microsoft.com/en-us/library/ms190798.aspx</p> ]]></description>
<pubDate>Wed, 03 Oct 2007 17:51:34 GMT</pubDate>
<guid>http://snipplr.com/view/3827/tsql-convert-xml-datetime-xsdatetime-to-sql-datetime/</guid>
</item>
<item>
<title>(SQL) Using a BitMask in a Where Clause</title>
<link>http://snipplr.com/view/3660/using-a-bitmask-in-a-where-clause/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 09 Sep 2007 19:17:07 GMT</pubDate>
<guid>http://snipplr.com/view/3660/using-a-bitmask-in-a-where-clause/</guid>
</item>
<item>
<title>(SQL) Update Trigger to Increment a Version Number Column</title>
<link>http://snipplr.com/view/3483/update-trigger-to-increment-a-version-number-column/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 07 Aug 2007 19:04:22 GMT</pubDate>
<guid>http://snipplr.com/view/3483/update-trigger-to-increment-a-version-number-column/</guid>
</item>
<item>
<title>(SQL) Search Stored Procedure Code for a String</title>
<link>http://snipplr.com/view/2642/search-stored-procedure-code-for-a-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 15 May 2007 21:40:35 GMT</pubDate>
<guid>http://snipplr.com/view/2642/search-stored-procedure-code-for-a-string/</guid>
</item>
</channel>
</rss>