<?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>Riding The Breeze &#187; MSSQL</title>
	<atom:link href="http://www.iliveinperego.com/category/mssql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iliveinperego.com</link>
	<description>Yes !</description>
	<lastBuildDate>Fri, 12 Feb 2010 09:46:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MSSQL &#124; Convert unix timestamp to date</title>
		<link>http://www.iliveinperego.com/2007/04/mssql-convert-unix-timestamp-to-date/</link>
		<comments>http://www.iliveinperego.com/2007/04/mssql-convert-unix-timestamp-to-date/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 12:37:48 +0000</pubDate>
		<dc:creator>simone</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[Things I forget]]></category>

		<guid isPermaLink="false">http://www.iliveinperego.com/mssql-convert-unix-timestamp-to-date</guid>
		<description><![CDATA[select dateadd(ss, {field_name}, '19700101')
]]></description>
			<content:encoded><![CDATA[<p><code>select dateadd(ss, {field_name}, '19700101')</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iliveinperego.com/2007/04/mssql-convert-unix-timestamp-to-date/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
