Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.63 KB

File metadata and controls

42 lines (33 loc) · 1.63 KB
title Add Table Dialog Box (Database Designer)
ms.prod sql
ms.prod_service sql-tools
ms.technology ssms
ms.topic conceptual
f1_keywords
vdtsql.chm:65555
vdt.dlgbox.schema.addtable
ms.assetid 3c0b1b30-795c-4240-91d6-890b8348014a
author markingmyname
ms.author maghan
ms.manager jroth
ms.reviewer
ms.custom seo-lt-2019
ms.date 01/19/2017

Add Table Dialog Box (Database Designer) (Visual Database Tools)

[!INCLUDEappliesto-ss-asdb-asdw-pdw-md] Lets you add tables in Database Designer.

Note

If the table is published for replication, you must make schema changes using the Transact-SQL statement ALTER TABLE or SQL Server Management Objects (SMO). When schema changes are made using the Table Designer or the Database Diagram Designer, it attempts to drop and recreate the table. You cannot drop published objects, therefore the schema change will fail.

UIElement List

Refresh
Refreshed the list of tables to match the current state of the database.

Add
Adds the selected table or tables.

Note

If you want to add several tables to the diagram, you can select them all before clicking Add. Alternatively, you can double-click each table you want to add, then click Close when you are finished.

Close
Closes the dialog box without adding further tables.

See Also

Add Tables to Diagrams (Visual Database Tools)