Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.24 KB

File metadata and controls

44 lines (33 loc) · 2.24 KB
title Work with Tables in Database Diagram (Visual Database Tools) | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology ssms
ms.topic conceptual
helpviewer_keywords
database diagrams [SQL Server], tables
Table Designer, database diagrams
tables [SQL Server], database diagrams
database diagrams [SQL Server], Table Designer
ms.assetid ee2c5d84-22bf-4597-ac70-a27ed8cc94f4
author stevestein
ms.author sstein
manager craigg

Work with Tables in Database Diagram (Visual Database Tools)

You can modify and create database tables in either Table Designer or Database Diagram 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.

In This Section

Add Tables to Diagrams (Visual Database Tools)

Add Related Tables to Diagrams (Visual Database Tools)

Save Selected Tables on a Diagram (Visual Database Tools)

Copy Tables from One Database Diagrams to Another (Visual Database Tools)

Remove Tables from Database Diagrams (Visual Database Tools)

Map Many-to-Many Relationships (Visual Database Tools)

Draw Reflexive Relationships (Visual Database Tools)

Reference

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

Related Sections