Skip to content

Commit 3a5d6ab

Browse files
20201208 0926
1 parent 6bcad54 commit 3a5d6ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/create-external-table-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ column_name <data_type>
9898
The one to three-part name of the table to create. For an external table, SQL stores only the table metadata along with basic statistics about the file or folder that is referenced in Hadoop or Azure blob storage. No actual data is moved or stored in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
9999

100100
> [!IMPORTANT]
101-
> For best performance, if the external data source driver supports a three-part name, it is strongly recommended to provide the three-part name.
101+
> For best performance, if the external data source driver supports a three-part name, it is strongly recommended to provide the three-part name.
102102
103103
\<column_definition> [ ,...*n* ]
104104
CREATE EXTERNAL TABLE supports the ability to configure column name, data type, nullability and collation. You can't use the DEFAULT CONSTRAINT on external tables.

0 commit comments

Comments
 (0)