<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018266" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018266</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/stored-procedure-problem#comment-1107093</link>
    <description> &lt;p&gt;Thanks Peter!&lt;/p&gt;
&lt;p&gt;I ended checking the length of the&lt;br /&gt;
variable and using an STR() function then&lt;br /&gt;
concatenating.&lt;/p&gt;
&lt;p&gt;I could post the code tomorrow if you would like to see it.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 04:20:46 +0000</pubDate>
 <dc:creator>mycoolross</dc:creator>
 <guid isPermaLink="false">comment 1107093 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/stored-procedure-problem#comment-1107087</link>
    <description> &lt;p&gt;Check the date/time format on the server, I&#039;m pretty sure SQL takes its settings from there, you might be able to force the 0.&lt;/p&gt;
&lt;p&gt;If not just add the following line after every calculation:&lt;/p&gt;
&lt;p&gt;Set @Hour=CAST(@Hour AS Char(2))&lt;br /&gt;
If Len(@Hour) = 1 Set @Hour = &#039;0&#039; + @Hour&lt;/p&gt;
&lt;p&gt;Repeat for minutes and seconds. Not pretty but it should do the trick.&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 02:38:29 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1107087 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
