I am running SQL 2000 sp3 on Server 2000. I am moving data from a legacy application into SQL through DTA. I want to truncate characters from a comment field. The characters do not always occur in the same position. Is there a way this can be done? For example ********RA#12345*****. I need to remove the character "*".
Thanks.