I\'m looking for a built-in function/extended function in T-SQL for string manipulation similar to the String.Format method in .NET.
String.Format
I have created a user defined function to mimic the string.format functionality. You can use it.
stringformat-in-sql