TheWebDataGuy
MIS
Is there a way to programmatically change a table name in all the stored procedures without having to change it one-by-one?
We have a few dozen stored procedures and would like to change reference to particular table. Say table1 to be changed to table2 everywhere.
Any ideas?
Thanks,