I'm fairly new to SQL, but I'm writing a script to edit about 15 tables and 75 fields. 2 of the fields I need to edit contains a delimited message to be sent to another machine. It looks like this:
PAD|SOURCE|DESTINATION|200
The Source and Destination parts would contain computer names. I need to know how to edit only the source and destination names between the pipe-delimiters while leaving the rest of the message alone (Besides manually typing in every single message)....
Thanks for your help
PAD|SOURCE|DESTINATION|200
The Source and Destination parts would contain computer names. I need to know how to edit only the source and destination names between the pipe-delimiters while leaving the rest of the message alone (Besides manually typing in every single message)....
Thanks for your help