Online Documentation for SQL Manager for SQL server
Using Navigation bar and Toolbar
The Navigation bar and Toolbar provide quick access to tools implemented in Table Editor.
The Navigation bar of Table Editor (in the Edit table mode) allows you to:
Object
select a database
select a table for editing
General
compile the table (if it is being modified)
save the table description (if it has been modified)
refresh the content of the active tab
print metadata of the table
adjust Table Editor options
restore the default size and position of the editor window
Tools
manage table indexes using Indices Management Wizard
update table statistics using Statistics Update Wizard
truncate data of the table (with the TRUNCATE TABLE statement used)
rebuild the dependent objects (for views only)
view the dependency tree for the table
create a procedure based on the table
Explorer
browse the table subobjects using the Explorer tree
Depending on the current tab selection, the Navigation bar expands to one or more additional panes with tab-specific actions that can be useful for working with the table:
Columns
add a new column
edit selected column
drop selected column(s)
Foreign keys
add a new foreign key
edit selected foreign key
drop selected foreign key(s)
Checks
add a new check
edit selected check
drop selected check(s)
Indices
add a new index
edit selected index
drop selected index(-es)
Triggers
add a new trigger
edit selected trigger
drop selected trigger(s)
Data Management
commit transaction
rollback transaction
export data from the table using Export Data Wizard
export data from the table as SQL script using Export as SQL Script Wizard
import data into the table using Import Data Wizard
load data into the table using Bulk Insert Wizard
Description
save object description to file
copy description to clipboard
DDL
save DDL to file
open DDL in Query Data
Items of the Navigation bar are also available on the ToolBar of Table Editor. To enable the toolbar, open the Environment Options dialog, proceed to the Windows section there and select Toolbar (if you need the toolbar only) or Both (if you need both the toolbar and the Navigation bar) in the Bar style for child forms group.