<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL &#8211; Overlapping Transactions, How Many Hours have We Worked?</title>
	<atom:link href="http://hoopercharles.wordpress.com/2010/03/19/sql-overlapping-transactions-how-many-hours-have-we-worked/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoopercharles.wordpress.com/2010/03/19/sql-overlapping-transactions-how-many-hours-have-we-worked/</link>
	<description>Miscellaneous Random Oracle Topics: Stop, Think, ... Understand</description>
	<lastBuildDate>Thu, 13 Jun 2013 22:46:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2010/03/19/sql-overlapping-transactions-how-many-hours-have-we-worked/#comment-5551</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Thu, 13 Jun 2013 22:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=1768#comment-5551</guid>
		<description><![CDATA[Tanya,

I am not that familiar with SQL Server, so I do not know if there is a method to dynamically create rows as is possible with Oracle&#039;s CONNECT BY LEVEL syntax.  Maybe another reader knows a method - maybe using a T-SQL to read the data and then load it into an array in memory?

If you did set up a table, SQL Server should be able to perform the comparisons.  It supports inline views (although it is apparently necessary to always alias those inline view), and the SELECT COUNT(DISTINCT ) syntax:
http://msdn.microsoft.com/en-us/library/ms175997.aspx]]></description>
		<content:encoded><![CDATA[<p>Tanya,</p>
<p>I am not that familiar with SQL Server, so I do not know if there is a method to dynamically create rows as is possible with Oracle&#8217;s CONNECT BY LEVEL syntax.  Maybe another reader knows a method &#8211; maybe using a T-SQL to read the data and then load it into an array in memory?</p>
<p>If you did set up a table, SQL Server should be able to perform the comparisons.  It supports inline views (although it is apparently necessary to always alias those inline view), and the SELECT COUNT(DISTINCT ) syntax:<br />
<a href="http://msdn.microsoft.com/en-us/library/ms175997.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms175997.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanya</title>
		<link>http://hoopercharles.wordpress.com/2010/03/19/sql-overlapping-transactions-how-many-hours-have-we-worked/#comment-5550</link>
		<dc:creator><![CDATA[Tanya]]></dc:creator>
		<pubDate>Thu, 13 Jun 2013 21:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=1768#comment-5550</guid>
		<description><![CDATA[How would this work in Microsoft Server SQL without using tables?]]></description>
		<content:encoded><![CDATA[<p>How would this work in Microsoft Server SQL without using tables?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
