ssb diagnose
#ssb-diagnose#how-to-create-database-objects-using-table-designer

How to: Create Database Objects Using Table Designer

Not only is the

node in

Object Explorer

similar to SQL Server

Management Studio (SSMS) visually, but you can create new objects using contextual menus

that function like their SSMS counterparts.

For example, you can create a new database under the

node. Similarly, you can

select a specific database and create or edit table definitions and their related programming

objects on-the-fly using the new Table Designer. From the Table Designer, you can switch to a

script pane, which allows you to directly edit the script that defines this table.

  1. In

Object Explorer

, under the

node, expand your connected

server instance.

  1. Right-click the

node and select.

  1. Rename the new database to.

  2. Expand the newly created

node. Right-click the

node and select.

  1. The Table Designer opens in a new window. The designer consists of the Columns Grid,

Script pane, and Context pane. The Columns Grid lists all the columns in the table. We

revisit other components of the designer in later procedures.

  1. In the Script pane, rename the new table to. Specifically, replace

with

Trade
Trade
Suppliers
CREATE
TABLE
[dbo].[Table1]
CREATE
TABLE
[dbo].[Suppliers]