I need a transact SQL routine that will allow me to edit (update) an address field. For example if the address in PremiseAddress is 1234 East 1st Avenue Suite 100, I need to edit it to be 1234 E 1st AV Ste 100.
As you can see I need to abbreviate East, Avenue and Suite. We are converting data from one database to another. Unfortunately our new database has a shorter field for address.
Do any of you know how I can accomplish this?
Thanks,
Ron--
As you can see I need to abbreviate East, Avenue and Suite. We are converting data from one database to another. Unfortunately our new database has a shorter field for address.
Do any of you know how I can accomplish this?
Thanks,
Ron--