I have a specific need to update SYSCOMMENTS >> cText column. Basically my stored procedures and views are having some object owner prefix which I want to replace with other owner id.
I have changed the owner id already, but the T-SQL code needs to be fixed in all the SP's, functions and views for which I thought updating SYSCOMMENTS table would be a fastest way.