Hello all,
I have a database table that has about 400 or so URLs in it.
I have to change part of the string that makes up the URL.
Here is an existing URL string:
file://server1/share/file
I need to change this to:
file://server2/share/file
Anyone know how I can do this quickly using an SQL statement?
Thanks for any help on this!
I have a database table that has about 400 or so URLs in it.
I have to change part of the string that makes up the URL.
Here is an existing URL string:
file://server1/share/file
I need to change this to:
file://server2/share/file
Anyone know how I can do this quickly using an SQL statement?
Thanks for any help on this!