<?xml version="1.0" encoding="utf-8"?><!-- generator="b2evolution/6.11.7-stable" -->
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="https://www.insidesql.org/blogs/holgerschmeling/">
	<title>Holger Schmeling - Latest Comments</title>
	<link>https://www.insidesql.org/blogs/holgerschmeling/?disp=comments</link>
	<description></description>
	<dc:language>en-EU</dc:language>
	<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=6.11.7-stable"/>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
	<items>
		<rdf:Seq>
					<rdf:li rdf:resource="https://www.insidesql.org/blogs/holgerschmeling/2011/02/22/sql-server-start-time#c1158"/>
						<rdf:li rdf:resource="https://www.insidesql.org/blogs/holgerschmeling/2010/11/02/did-you-know-aggregate-functions-on-floats-may-be-non-deterministic#c1081"/>
						<rdf:li rdf:resource="https://www.insidesql.org/blogs/holgerschmeling/2010/11/02/did-you-know-aggregate-functions-on-floats-may-be-non-deterministic#c1079"/>
						<rdf:li rdf:resource="https://www.insidesql.org/blogs/holgerschmeling/2010/10/29/how-to-treat-your-mdf-and-ldf-files#c1078"/>
					</rdf:Seq>
	</items>
</channel>
<item rdf:about="https://www.insidesql.org/blogs/holgerschmeling/2011/02/22/sql-server-start-time#c1158">
	<title>In response to: SQL Server Start Time</title>
	<link>https://www.insidesql.org/blogs/holgerschmeling/2011/02/22/sql-server-start-time#c1158</link>
	<dc:date>2011-02-22T13:42:11Z</dc:date>
	<dc:creator><a href="http://www.insidesql.org/blogs/" title="Show the user profile" class="login user nowrap" rel="bubbletip_user_1"><span class="identity_link_username">admin</span></a></dc:creator>
	<description>Great! 
However it might be worth mentioning that it does only work on SQL Server 2008 onwards. On SQL Server 2005 you&#039;ll get a:
&quot;Msg 207, Level 16, State 1, Line 1
Invalid column name &#039;sqlserver_start_time&#039;.&quot;&lt;br /&gt;</description>
	<content:encoded><![CDATA[Great! 
However it might be worth mentioning that it does only work on SQL Server 2008 onwards. On SQL Server 2005 you'll get a:
"Msg 207, Level 16, State 1, Line 1
Invalid column name 'sqlserver_start_time'."<br />]]></content:encoded>
</item>
<item rdf:about="https://www.insidesql.org/blogs/holgerschmeling/2010/11/02/did-you-know-aggregate-functions-on-floats-may-be-non-deterministic#c1081">
	<title>In response to: Did you know: Aggregate functions on floats may be non-deterministic</title>
	<link>https://www.insidesql.org/blogs/holgerschmeling/2010/11/02/did-you-know-aggregate-functions-on-floats-may-be-non-deterministic#c1081</link>
	<dc:date>2010-11-03T14:26:08Z</dc:date>
	<dc:creator><a href="https://www.insidesql.org/blogs/holgerschmeling/?disp=user&amp;user_ID=6" title="Show the user profile" class="login user nowrap" rel="bubbletip_user_6"><span class="identity_link_username">cmu</span></a></dc:creator>
	<description>Great article about a different occurence of the same problem. Don&#039;t think that the order of the operations doesn&#039;t matter: &lt;a href=&quot;http://www.insidesql.org/beitraege/entwicklung/ueber-ungenaue-float-operationen&quot;&gt;http://www.insidesql.org/beitraege/entwicklung/ueber-ungenaue-float-operationen&lt;/a&gt;</description>
	<content:encoded><![CDATA[Great article about a different occurence of the same problem. Don't think that the order of the operations doesn't matter: <a href="http://www.insidesql.org/beitraege/entwicklung/ueber-ungenaue-float-operationen">http://www.insidesql.org/beitraege/entwicklung/ueber-ungenaue-float-operationen</a>]]></content:encoded>
</item>
<item rdf:about="https://www.insidesql.org/blogs/holgerschmeling/2010/11/02/did-you-know-aggregate-functions-on-floats-may-be-non-deterministic#c1079">
	<title>In response to: Did you know: Aggregate functions on floats may be non-deterministic</title>
	<link>https://www.insidesql.org/blogs/holgerschmeling/2010/11/02/did-you-know-aggregate-functions-on-floats-may-be-non-deterministic#c1079</link>
	<dc:date>2010-11-02T19:44:41Z</dc:date>
	<dc:creator><a href="http://www.insidesql.org/blogs/" title="Show the user profile" class="login user nowrap" rel="bubbletip_user_1"><span class="identity_link_username">admin</span></a></dc:creator>
	<description>Maybe not directly related, but &lt;a href=&quot;http://blogs.msdn.com/b/psssql/archive/2010/11/01/how-it-works-sql-paring-of-number-s-numeric-and-float-conversions.aspx&quot; target=&quot;_blank&quot;&gt;http://blogs.msdn.com/b/psssql/archive/2010/11/01/how-it-works-sql-paring-of-number-s-numeric-and-float-conversions.aspx&lt;/a&gt; is definitely worth reading with respect to FLOAT and numeric conversions.</description>
	<content:encoded><![CDATA[Maybe not directly related, but <a href="http://blogs.msdn.com/b/psssql/archive/2010/11/01/how-it-works-sql-paring-of-number-s-numeric-and-float-conversions.aspx" target="_blank">http://blogs.msdn.com/b/psssql/archive/2010/11/01/how-it-works-sql-paring-of-number-s-numeric-and-float-conversions.aspx</a> is definitely worth reading with respect to FLOAT and numeric conversions.]]></content:encoded>
</item>
<item rdf:about="https://www.insidesql.org/blogs/holgerschmeling/2010/10/29/how-to-treat-your-mdf-and-ldf-files#c1078">
	<title>In response to: How to treat your MDF and LDF files</title>
	<link>https://www.insidesql.org/blogs/holgerschmeling/2010/10/29/how-to-treat-your-mdf-and-ldf-files#c1078</link>
	<dc:date>2010-10-29T09:46:13Z</dc:date>
	<dc:creator><a href="http://de.linkedin.com/in/dbatosc" title="Show the user profile" class="login user nowrap" rel="bubbletip_user_4"><span class="identity_link_username">tosc</span></a></dc:creator>
	<description>&quot;... limited knowledge of SQL Server ...&quot; not only limited at SQL Server same on OS.</description>
	<content:encoded><![CDATA["... limited knowledge of SQL Server ..." not only limited at SQL Server same on OS.]]></content:encoded>
</item>
</rdf:RDF>
