Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 6bcee47

Browse files
committed
Update to remove term "structure"
1 parent a352b14 commit 6bcee47

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

docs/relational-databases/tables/duplicate-tables.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
description: "Duplicate Table Structures"
3-
title: "Duplicate Table Structures | Microsoft Docs"
2+
description: "Create a duplicate copy of a table, without the row data."
3+
title: "Duplicate tables | Microsoft Docs"
44
ms.custom: ""
5-
ms.date: "03/14/2017"
5+
ms.date: "10/05/2020"
66
ms.prod: sql
77
ms.prod_service: "table-view-index, sql-database, sql-data-warehouse, pdw"
88
ms.reviewer: ""
@@ -19,10 +19,10 @@ author: stevestein
1919
ms.author: sstein
2020
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
2121
---
22-
# Duplicate Table Structures
22+
# Duplicate tables
2323
[!INCLUDE [sqlserver2016-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sqlserver2016-asdb-asdbmi-asa-pdw.md)]
2424

25-
You can duplicate an existing table in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)] by creating a new table and then copying column information from an existing table.
25+
You can duplicate an existing table in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] or [!INCLUDE[tsql](../../includes/tsql-md.md)] by creating a new table and then copying column information from an existing table.
2626

2727
> [!IMPORTANT]
2828
> This operation duplicates only the structure of a table; it does not duplicate any table rows.
@@ -79,5 +79,3 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
7979
4. Remove any columns that are not needed in the new table.
8080

8181
5. Click **Execute**.
82-
83-

0 commit comments

Comments
 (0)