Padding strings in SQL Server 2008
There are often cases when you need to format a string or number into a string with a specified length. SQL
Server 2008 doesn’t have an inbuilt “PAD” function, but you can get around that with some String functions.
[Read More]