>Instructions:
1) Create the stored procedure in one of the databases.
2) Run the procedure by passing the required parameters(@FindString - string to be searched,@ReplaceString - string to be replaced by)
3)The step 2 will generate the script of update statements.
4)Verify the script and then execute the same.