SQL REPLICATE Function
I needed to replicate a character 24 times in one instance and in another I had to prefix a value with leading zeros (total of 24 characters). SQL Server has a REPLICATE function that makes […]
I needed to replicate a character 24 times in one instance and in another I had to prefix a value with leading zeros (total of 24 characters). SQL Server has a REPLICATE function that makes […]