Renaming Database Objects

You can use database refactoring to rename a database schema object in Microsoft Visual Studio Team Edition for Database Professionals. Other objects that reference the renamed object are automatically updated with the new name. For example, you can rename a column in a table, and any stored procedures that reference that column are automatically updated with the new name.

In This Section

  • Overview of Rename Refactoring
    Provides an overview of how you can rename a database schema object and describes the effect on other objects in the database project.
  • Rename Refactoring Tasks
    Contains links to information about common rename refactoring tasks such as renaming database objects, previewing rename operations, and reversing rename operations.