Is it possible to loop through all stored procedures and functions to replace "_bak" with an empty space. I tried using the INFORMATION_SCHEMA.ROUTINES table, but SQL Server did not let me make the update. Is there a safe and automated way to do this? Thanks regards,
Brian
Brian