Mass Renaming of Tables and Stored Procedures

前端 未结 3 979
悲哀的现实
悲哀的现实 2021-01-06 16:24

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

3条回答
  •  甜味超标
    2021-01-06 16:52

    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!

提交回复
热议问题