﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / E-format float update performance / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 18:04:02 GMT</lastBuildDate><ttl>20</ttl><item><title>E-format float update performance</title><link>http://www.sqlservercentral.com/Forums/Topic958479-391-1.aspx</link><description>[font="Tahoma"]Hi EveryoneI have been assigned the fun job of trying to squeeze as much performance out of our "Save(s)"  and have observed an interesting phenomenon. The basic gist is that we do about 80K updates to this one table that has a key followed by 105 'nullable float' columns (note I can't change the schema)... The observation I have made has to do with the number format one supplies the server is essentially summarized below:Method 1. update TBL set c_W200901 = [b]0.000000e+00[/b], ...  where key="..."Method 2. update TBL set c_W200901 = [b]0.0[/b], ...  where key="..."Now:Method 1: yields me a total time of [b]266[/b] secondsMethod 2: yields me a total time of [color=#FF0000][b]536[/b][/color] secondsThis is on a Acer laptop (select @@VERSION = Microsoft SQL Server 2008 (SP1) - 10.0.2531.0 (Intel X86)   Mar 29 2009 10:27:29   Copyright (c) 1988-2008 Microsoft Corporation  Enterprise Edition on Windows NT 6.0 &amp;lt;X86&amp;gt; (Build 6002: Service Pack 2) )Has anybody experienced this before? If not and you are having slow updates with float numbers...please consider above findings. Very strange indeed!Thanks[/font]</description><pubDate>Sun, 25 Jul 2010 08:31:39 GMT</pubDate><dc:creator>marinehero</dc:creator></item></channel></rss>