Gary,
Thanks for the tips. After a little more research, this is what I have decided to do. I have discovered this SQL which will get me the text I need to change.
SELECT DISTINCT [NAME], xtype, O.ID, O.ID, [TEXT], 'GWOT' = SUBSTRING([TEXT], PATINDEX('%GWOT%', [TEXT]), 4)
FROM SYSOBJECTS O...