Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.12 KB

File metadata and controls

28 lines (23 loc) · 1.12 KB
title Delete Table Dialog Box (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
f1_keywords
vdt.dlgbox.deletetable
vdtsql.chm:69644
ms.assetid 56a60bfd-1353-4228-b23e-e887da2228a2
author stevestein
ms.author sstein
manager craigg

Delete Table Dialog Box (Visual Database Tools)

This dialog box allows you to specify the table from which to delete records. This dialog box appears if more than one table is displayed in the Diagram pane when you change the type of a query to a DELETE query.

Select the table to delete records from, and then choose OK.

Note

A DELETE query removes entire rows from the table. If you want to clear values from individual data columns, use an UPDATE query. If you want to delete columns from a table definition, or delete the table itself, use Table Designer or the database design tools for your database.

See Also

Remove Tables from Queries (Visual Database Tools)