Hy, I need your help about this problem: I have a table with 20.000 records (more or less) and I need to substitute a certain character in this table's fields with another (e.g. substitute "@" with "a"
.I've found the REPLACE function but it seems to work only with SQL Server SP2. Do you know of any other Stored Procedure that can do the work? It's very important for me. Thank you for your help.