I've migrated data from several systems into a new MS SQL server. One of the fields contains the text pulled from .TXT and .DOC files.
There are various series' of text that I'd like to remove from the field (or replace with ""). I'm pretty comfortable with Enterprise Manager, but pretty much a newbie to writing queries and replacing text.
Samples of what I'd like to change:
>3 Carriage Returns with 2 CR
TAB+TAB+"420 Libbey Parkway"
"? Fax: (781) 340-0503"
Text from "Patient : " until "Clinician :" (with wildcard text between)
Any help on the best way to accomplish this (for a newbie) would be greatly appreciated.
THANKS! -Scott
There are various series' of text that I'd like to remove from the field (or replace with ""). I'm pretty comfortable with Enterprise Manager, but pretty much a newbie to writing queries and replacing text.
Samples of what I'd like to change:
>3 Carriage Returns with 2 CR
TAB+TAB+"420 Libbey Parkway"
"? Fax: (781) 340-0503"
Text from "Patient : " until "Clinician :" (with wildcard text between)
Any help on the best way to accomplish this (for a newbie) would be greatly appreciated.
THANKS! -Scott