PadRight and PadLeft in T-SQL?
Have you ever looked for a function in T-SQL just to find out there isn’t anything similar that would help you with meet your goals? Well, today I needed something simple that is usually available as a function or method in most programming language: the ability to pad a string with zeros on the left side [...]

