How to create a database object

Last modified: October 1, 2024

dbForge Studio for SQL Server provides the New Object feature. You can start creating database objects right from the database shortcut menu.

The feature allows to create the following database objects:

  • Table
  • View
  • Synonym
  • Table-valued function
  • Scalar function
  • Aggregate function
  • Procedure
  • Sequence
  • DDL trigger

To create a database object:

  1. In Database Explorer, navigate to a required database.
  2. Right-click a database node to open the shortcut menu.
  3. Point to New Object, and then click a required object type.
  4. Proceed with creating a database object in a corresponding editor.

New Object