I am adding a string (a) to another string (b) before I store it in DB, when I retrieve the value from DB, I want to remove the string(b) from string (a). string (b) is a consta
Rather than do any of that, create a computed column in the DB that has the extra text.
Less storage; less code.