I need to rename all of my tables, stored procedures and obviously the code within each stored procedure that was referencing the old table names.
Why is the best w
There's a book on this and related subjects:
Refactoring Databases: Evolutionary Database Design
There are tricks that can help, and I think it's worth doing - but it ain't easy. Good luck!