Home Forums SQL Server 2008 T-SQL (SS2K8) Can I Proper case a UK address string with postcode with a function RE: Can I Proper case a UK address string with postcode with a function

  • Rather than repeatedly having to identity the post code, add an AFTER INSERT, UPDATE trigger that finds the post code and then store its byte location and length in a column(s).  Then you can quickly and easily upper-case the post code after the entire thing has been proper-cased.

    SQL DBA,SQL Server MVP(07, 08, 09) A socialist is someone who will give you the shirt off *someone else's* back.