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