Hi.
I'm afraid you cannot replace TestSet names directly in ALM GUI.
The SQL can be:
update CYCLE set cy_cycle = Replace (cy_cycle,'oldprojectname','newprojectname') where cy_cycle like '%oldprojectname%'
I advise you to test it first on empty project or on dummy user defined field to provent project curuption.
There are details about replace function: http://www.1keydata.com/sql/sql-replace.html
Br, Tomas
[If my advice solves your issue or query, please mark the thread as solved. Clicking on KUDOS star is the best way how to say thank you.]