I have a table within a SQL Server 2008 database called Meter
. This table has a column called Name
.
Each entry within the column Name
has a prefix of the following ZAA\
. I'd like to change this prefix to ZAA_
without affecting the rest of the text within the column.