Microsoft
Software
Hardware
Network
Question : how to pad zero's
Hello,
How do I get my select to return .500 as opposed to .5?
tks
steve
Answer : how to pad zero's
convert to char
so if you had .5
select right(left(rtrim(convert (char(20),.5))+'0000000',5
),4)
Random Solutions
Notification of Windows Shutdown
Pantone color changes back to previously choosen color
Managing Exchange 2003 Journaling
just installed IIS, now all i get is "Server Application Error"
While running cgi/perl scripts the file is opening for download not executing the perl/cgi script
Text in image, using hidden <h1>,<p> with text
Imap to Exchange 2007 - Microsoft Transporter Suite 401 error
Install Windows 2003 server using a USB Hard drive
How to quickly clean up Lotus Notes Groups - remove bad email addresses
If i increase the size of a field in mysql is it effect anything?