Created
July 8, 2010 05:22
-
-
Save huguogang/467670 to your computer and use it in GitHub Desktop.
SQL Fixed Width Number Formatting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RIGHT('00000' + CAST(myNumber AS VARCHAR), 5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using System;
using System.Diagnostics;
using log4net.Appender;
using log4net.Repository.Hierarchy;
using Microsoft.WindowsAzure;
using Microsoft.WindowsAzure.Diagnostics;
using log4net.Core;
namespace Log4NetRole
{
///
}