Working with Database Objects in Project

This topic will explain how to rename and delete database objects.

Renaming Database Objects

To rename an object from a project perform the following steps:

  1. Right-click the object in the Schema View window.
  2. Choose Rename on the shortcut menu.
  3. Enter a new name.
  4. View and adjust changes, and click Apply.

Deleting Database Objects

To delete an object from a project perform the following steps:

  1. Right-click the object in the Schema View window.
  2. Choose Delete on the shortcut menu.
  3. Click Yes in the appeared dialog box.

Note

If the script file, containing the object, has the same name as the object, the whole file will be physically deleted. If the object is a table, and it has triggers, the triggers will also be deleted.