<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Making date and time sense from the SQL Server Agent job history table</title>
	<atom:link href="http://craign.net/2009/11/26/making-date-and-time-sense-from-the-sql-server-agent-job-history-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://craign.net/2009/11/26/making-date-and-time-sense-from-the-sql-server-agent-job-history-table/</link>
	<description>Thoughts about life, the universe and everything else.</description>
	<lastBuildDate>Wed, 01 Sep 2010 13:17:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Gail</title>
		<link>http://craign.net/2009/11/26/making-date-and-time-sense-from-the-sql-server-agent-job-history-table/comment-page-1/#comment-12064</link>
		<dc:creator>Gail</dc:creator>
		<pubDate>Fri, 27 Nov 2009 14:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://craign.net/2009/11/26/making-date-and-time-sense-from-the-sql-server-agent-job-history-table/#comment-12064</guid>
		<description>It&#039;s been like this for many versions, but that&#039;s no excuse. There are far better ways to express times, even using a string, than it&#039;s using. The duration is stored in the same way. Have fun working out how long a job ran for...

Frankly, MSDB is a wonderful example of a terribly designed database. Don&#039;t even get me started on sysjobschedules.

I had three UDFs that I used to use to turn the data into something actually usable.</description>
		<content:encoded><![CDATA[<p>It&#8217;s been like this for many versions, but that&#8217;s no excuse. There are far better ways to express times, even using a string, than it&#8217;s using. The duration is stored in the same way. Have fun working out how long a job ran for&#8230;</p>
<p>Frankly, MSDB is a wonderful example of a terribly designed database. Don&#8217;t even get me started on sysjobschedules.</p>
<p>I had three UDFs that I used to use to turn the data into something actually usable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Nicholson</title>
		<link>http://craign.net/2009/11/26/making-date-and-time-sense-from-the-sql-server-agent-job-history-table/comment-page-1/#comment-12050</link>
		<dc:creator>Craig Nicholson</dc:creator>
		<pubDate>Thu, 26 Nov 2009 19:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://craign.net/2009/11/26/making-date-and-time-sense-from-the-sql-server-agent-job-history-table/#comment-12050</guid>
		<description>Well I suppose its a legacy design issue from the days of Sybase or something like that. Perhaps they never had a DATETIME data type then the next best would be two 32-bit integers. I would have thought though that they would have put a new table down and created a view for backwards compatibility or something. They seem to have done it for other tables.</description>
		<content:encoded><![CDATA[<p>Well I suppose its a legacy design issue from the days of Sybase or something like that. Perhaps they never had a DATETIME data type then the next best would be two 32-bit integers. I would have thought though that they would have put a new table down and created a view for backwards compatibility or something. They seem to have done it for other tables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brady Kelly</title>
		<link>http://craign.net/2009/11/26/making-date-and-time-sense-from-the-sql-server-agent-job-history-table/comment-page-1/#comment-12049</link>
		<dc:creator>Brady Kelly</dc:creator>
		<pubDate>Thu, 26 Nov 2009 19:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://craign.net/2009/11/26/making-date-and-time-sense-from-the-sql-server-agent-job-history-table/#comment-12049</guid>
		<description>What were they thinking?  The mind boggles.  This is even worse than storing the date and time as strings, as it&#039;s one conversion further from the truth.</description>
		<content:encoded><![CDATA[<p>What were they thinking?  The mind boggles.  This is even worse than storing the date and time as strings, as it&#8217;s one conversion further from the truth.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
