How to create, drop, and edit tables

This topic describes ways to create, drop, and edit a table in a database with the help of dbForge Studio.

Creating a Table

  1. In Database Explorer, right-click the Tables node and select New Table.
  2. Input the table name.
  3. Add at least one column to the table.
  4. Optionally, alter the name, change database (owner) in which the new table will be created, or set comment for the table.
  5. Save the document.

Note

To learn about adding columns, constraints, indexes to the table and defining other table parameters, see Defining Table Structure.

Dropping a Table

Drop table by selecting Delete from node shortcut menu.

Note

When you drop a table all data containing in it is lost.

Editing a Table

Editing a table implies editing its structure: changing, removing, or adding columns, indexes, modifying table options. Table editor allows performing all these actions and viewing changes in the script of the table.

To edit a table and view changes:

  1. Right-click it in Database Explorer.
  2. Click Edit Table on the shortcut menu.
  3. Make necessary changes in table structure. See Defining Table Structure for detailed information.
  4. Click Script Changes to view changes.

  5. To apply changes, click Update Database. If you want to undo all actions made since table document (or any another object editor) was opened or saved, click Undo on the Standard toolbar. However, you cannot issue a Redo command for database objects, because when you click Undo, the database object is reloaded from server, and all unsaved changes are lost.

Want to Find out More?

Overview

Overview

Take a quick tour to learn all about the key benefits delivered by dbForge Studio for SQL Server.
All Features

All features

Get acquainted with the rich features and capabilities of the Studio in less than 5 minutes.
Request a demo

Request a demo

If you consider employing the Studio for your business, request a demo to see it in action.
Ready to start using dbForge Studio for SQL Server?